Giri
Forum Replies Created
-
AuthorPosts
-
Hi Julien,
I may have to disable the plugins and try. You mentioned its a live site. Thats why I can’t debug without your permission.
Let me know if I can disable the plugins for debugging. I’ll take care of it tomorrow.
Please don’t forget to take the backup.
Thanks
Hi Julien,
I’m the developer assigned to this topic. Do let me know if you have problem even without w3 total cache.
Thanks
January 11, 2017 at 10:58 am in reply to: How can I see which listings have not been published? #340790So what this suggests to me is that the ‘missing’ 114 posts aren’t actually missing at all?
Yes
Its better you let me update the post_status and then test. You are not going to lose any data. So don’t worry.
January 11, 2017 at 10:12 am in reply to: How can I see which listings have not been published? #340781-1 is not a valid post status.
https://codex.wordpress.org/Post_Status
These are the valid post statuses.
I guess i have even given you calculation yesterday.
I found total 114 posts that has values -1 in Places post type. You have 1026 Published listing. All listing 1140. 1026 + 114 = 1140.
January 11, 2017 at 10:03 am in reply to: How can I see which listings have not been published? #340779If you want i can update all those -1 values to “draft” using a query.
Then you can check whether draft tab visible or not.
let me know
Footer link color can be changed from Whoop Options > Footer styling options > Footer text color.
Use color code #ffffff there.
We don’t have any quick install package.
But you can always hire someone from our jobs section.
https://wpgeodirectory.com/support/forum/geodirectory-jobs/
Thanks
If you are only looking for the appearance, then i would advise you to go with Directory Starter and Supreme directory theme.
Keep in mind that supreme directory is a child theme of Directory Starter. So you CANNOT create another child theme.
You need to install a 3rd party plugin for customisation.
https://wordpress.org/plugins/code-snippets/
This is because we actively work on both Starter and Supreme. So if you make changes in supreme, your changes will be lost when you update it.
As for the css changes, you don’t have to create a child theme for that.
You can place in Geodirectory > Design > Scripts > custom css.
You can also place it in Appearance > customize > Custom CSS section if you are using Directory Starter.
Hope that helps
January 10, 2017 at 1:54 pm in reply to: Popular Categories CPT selector not appearing in certain widget location #340300I’m glad it works Mark.
You can ask your wordpress related questions in wordpress support forums.
https://wordpress.org/support/
You can learn more about creating plugin settings page here.
https://codex.wordpress.org/Creating_Options_Pages
All the best
January 10, 2017 at 11:13 am in reply to: Popular Categories CPT selector not appearing in certain widget location #340225Hi Marc,
The function look like this
function geodir_popular_post_category_output( $args = '', $instance = '' ) { // prints the widget global $wpdb, $plugin_prefix, $geodir_post_category_str; extract( $args, EXTR_SKIP ); echo $before_widget; /** This filter is documented in geodirectory_widgets.php */ $title = empty( $instance['title'] ) ? __( 'Popular Categories', 'geodirectory' ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); $gd_post_type = geodir_get_current_posttype();
Replace the last line
$gd_post_type = geodir_get_current_posttype()
with
$all_cpt = !empty( $instance['all_cpt'] ) ? true : false; if ($all_cpt) { $gd_post_type = false; } else { $gd_post_type = geodir_get_current_posttype(); }
Let me know how that goes.
Thanks
Just checked in a new browser. It looks like the problem is with my browser cache.
Please use this code
@media (min-width: 668px) { .sd .geodir_category_list_view li.gridview_onefifth { margin: 0 12px 0 0; width: calc(20% - 12px) !important; } }
Thanks
FYI,
I see this warning in chrome.
A Parser-blocking, cross-origin script, http://ajax.cloudflare.com/cdn-cgi/nexp/dok3v=f2befc48d1/cloudflare.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
Hi I tested in my browser. Its chrome on a Mac.
This is the screenshot.
https://www.dropbox.com/s/kgl4l17hgwsxczo/Screenshot%202017-01-10%2014.44.22.png?dl=0
Let me test in some other browser and get back to you with a fix.
Thanks
So to answer your question, you don’t need to download child theme if you are not planning to customize anything.
Hi there,
Child theme should be used only if you are planning to customioze whoop theme. Example, you would like to add extra features or add custom styles etc.
The reason is if you make changes in the parent theme, all your changes will be lost when you update the theme. This is the reason why you should use child theme.
I have written a detailed doc to setup whoop theme.
https://wpgeodirectory.com/docs/whoop-theme-overview/
Please note whoop is a yelp clone. If you are not after a yelp clone, then its better to use our directory starter theme.
Thanks
-
AuthorPosts