Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi juncan347,

I’ve replied you via email!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please provide a link to one post that has this issue and also check this: https://forum.tagdiv.com/topic/wrong-time-on-google/

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks

Lucian
tagDiv Staff

Hi,

1. This can’t be done easily. A specific class needs to be set on the category when the current post is active. I suggest you get a freelancer if you really need this.

2. We plan to add other types in the next theme versions, we haven’t decide anything on this yet but we will consider your request.

Thanks for the message!

Lucian
tagDiv Staff

Replied via email!
Thanks!

Lucian
tagDiv Staff

Hi,

Unfortunately this ability isn’t available within theme’s settings as the moment and the most that I can do now is to add your suggestion on our requests list and consider it, however if you don’t want to use a plugin who can grant you this possibility then I advise you to hire a freelancer to do this for you: http://studio.envato.com/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Not quite sure what you mean but I believe you refer to theme’s analytics section, in that case you can try but however we haven’t tested the theme with other tracking services so I can’t provide a more accurate answer on this.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please also provide a link to your site where I can find this so I can know where to look.

Thanks

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

Unfortunately customizing page/post content to appear or disappear at a certain time is not easy to achieve and you would need custom work however I believe you could also use a plugin for this, like: https://wordpress.org/plugins/timed-content/ or search for a similar one. If you need a different approach on this we advise you to get help from an experienced freelancer to build this for you, you can find one on site’s like: http://studio.envato.com/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please make sure that you update the them from version 4 not an older version and assuming you’ve make a backup of your database before updating the theme, restore it and test the impost settings script again.

Once you done this, if it’s still happens, please send us an email at contact@tagdiv.com with your admin login details so we can have a closer look at this and also include a link top this topic. We’ll get back to you as soon as possible with a more accurate answer.

Thanks

Lucian
tagDiv Staff

Hi,

I don’t see any issues, message or notifications while accessing your site form google search: http://screencast.com/t/HrI0YriMRwbd for yahoo search neither: http://screencast.com/t/AzzW16Skhttp://screencast.com/t/mlbw4AfxY

It might have been a temporary issue and google notified you that the site is loaded from cache.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure what you mean so, if possible, please provide more details or if you need to have a featured posts slider instead of the default gird now present on category pages, you can comment the category grid from the category template then use the page builder to build a customized slider, configuring it as you need and place it in the category template using the wp do_shortcode function: http://www.wpbeginner.com/wp-themes/how-to-use-shortcodes-in-your-wordpress-themes/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi rgaweb,

Thanks for sharing this! I’ll add this on our request list, we’ll review the code and consider this for theme’s next versions.

Thanks for the message!
Have a nice day!
Lucian C.

Lucian
tagDiv Staff

Hi Aldis9,

If you are not ware of the steps and the instructions you need to follow to improve your site’s page speed score we advice you to seek experienced help because this is not recommended for unexperienced users so it would be best.

The speed booster plugin has been designed since it’s forth version to disable itself it detects an active plugin that it’s not from this list: http://screencast.com/t/Em0O14Bb

Please see this post if you want to add other plugins to that list: https://forum.tagdiv.com/topic/speed-booster-problem-after-update/#post-58973 and this topic for more detailed info: https://forum.tagdiv.com/topic/speed-booster-not-working/

Thanks

Lucian
tagDiv Staff

Hi,

As you can see testing this using google’s page sped testing tool these notifications refer to your ads: http://screencast.com/t/3vqfMc1dKwZ
You could follow their instructions on this: https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately

Also testing your site with google mobile friendly testing tool returned a good result: https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Falltopstartups.com%2F

Let me know where to look for detailed informations in this regard.

Thanks

Lucian
tagDiv Staff

Hi,

Since then that code has been moved to the td_module_single_base.php here: http://screencast.com/t/yujqe7kVkQ

Thanks

Lucian
tagDiv Staff

Hi,

Gald you’ve found it.
Those settings aren’t always necessary however we will consider adding this to our documentation for next theme versions.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please provide your site’s admin login credentials via email and also include a link to this topic so we can have a closer look at this and we will get back with an answer as soon as possible.

Thanks

Lucian
tagDiv Staff

Hi,

Theme’s style file is enqueued using wp wp_enqueue_style function: https://codex.wordpress.org/Function_Reference/wp_enqueue_style

You can sue this implementation to change the stylesheet to your own one placed in the root of the theme: http://screencast.com/t/39C70hcu0Oc

Thanks

Lucian
tagDiv Staff

Hi,

With the 4.1 version the speed booster plugin is automatically disabled as it is tested and it works fine with some recommended plugins. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the plugins are not written ok. For example some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh

Thanks!

Lucian
tagDiv Staff

Hi,

This how the menu works if you have multiple menu items in it, I also have this issue while testing this: http://screencast.com/t/2r9hq8KfLx0
I’ll add this on our issues tracker list and try to find a solution for this until next theme version.

Sorry for the inconvenience!
Thanks for reporting this!

Lucian
tagDiv Staff

Hi,

Not sure, it’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR

Let us know how it goes and check this wp codex article on changing file permissions: https://codex.wordpress.org/Changing_File_Permissions

Thanks

Lucian
tagDiv Staff

Hi,

We are aware for those warnings which still appear unfortunately in the latest version of the VC plugin included in the latest version of the theme but those happen from the Visual Composer plugin and should be fixed in the next version of the plugin which we will include in the next update.
Finally you shouldn’t worry about it as it’s just a warning and doesn’t cause any issues, from my tests the elements still work as they should.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Try this implementation: http://screencast.com/t/Pdj3IOCi8ZMC and the code below like in the image and add instead of 33 your tag id.

$exculdetag = array( 33 );
$wp_query_args['tag__not_in'] = $exculdetag;

Hope this helps!

Thanks

Viewing 25 posts - 551 through 575 (of 6,600 total)