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,

No, the 4.6.1 version is the latest. Try this without any plugins active, leave just VC active and test again. Also remember to empty cache/purge files. If your issue is gone please activate just speed booster then check again.

Thanks

Lucian
tagDiv Staff

Hi,

Use css: http://screencast.com/t/Oe3TkyiqkoPy

.td-page-title a, .td-page-title span {
font-weight: bold !important;
}

..for more art box: http://screencast.com/t/6UrLvscYV

.td-more-articles-box-title {
font-weight: bold !important;
}

.td-more-articles-box {
background-color: #0C7AD7 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Could you also send a screenshot of this and your site’s url so I can inspect this as I can’t recreate this.

Thanks

Lucian
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com with this request and we will send the files from version you need. Paste a link to this conversation or provide details about this.

Thanks

Lucian
tagDiv Staff

Hi,

Not sure how you can fix this but this error comes from Gif Image Resize plugin. Please try to disable it or remove it and check again.
I suggest you also contact plugin’s developer for further help.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we still have this on our issues list and still searching for a solution.
Until we improve this you can try to use a plugin for this.

Sorry for the inconvenience and thanks for the message!

Lucian
tagDiv Staff

Hi,

Please also test this using the theme’s ads system and make sure you have just the VC plugin active, let me know of what you find.
We haven’t tested the theme using WP Job Manager plugin so the plugin could not work well with the theme and from your above statement the plugin is in conflict with theme’s js.
You could also try to find and use another plugin, try to find a solution online or also address this to plugins authors.
Sorry for the inconvenience!

Thanks

Lucian
tagDiv Staff

Hi,

The render blocking JavaScript and CSS notifications are solvable using the speed booster plugin and the guide you’ve mentioned (4-th point).
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action

Regarding the second issue, that usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
I suggest you update the theme to the latest version and also update the speed booster plugin then let me know if you still have this issue.

Thanks

Lucian
tagDiv Staff

Hi,

Emil stated above that because of the the scripts are loaded after the function is executed then the id could be missing so as he also stated use this function reference: http://codex.wordpress.org/Function_Reference/add_action .. study it and try to set different priority for it so that it gets executed later.
If you can’t manage this on your own please get someone to help you with this as you need some advanced knowledge about this.

Thanks

Lucian
tagDiv Staff

Hi,

If you are not using woocommerce or bbpress you can remove the forum templates and shop style. Please make a backup of your current theme installation before in case something goes wrong you can revert back to it.
According to it’s settings the theme generates another css which overwrites the default one so yes when you change your settings extra css is added to the page.
We will investigate and consider this for future versions.

Thanks

Lucian
tagDiv Staff

Hi,

I believe this happens because the function doesn’t know the posts’s ID, try adding the post id argumnet, like this:

get_the_image(array('order' => array('meta_key', 'scan', 'default'), 'meta_key' => 'featured_image', 'scan' => true, 'default' => 'default-img-326.jpg', 'image_class' => 'entry-thumb', 'post_id' => $this->post->ID));

Thanks

Lucian
tagDiv Staff

Hi,

If you are using child theme, please switch to the main theme and empty all caches and test again. If this solves the problem make sure you update the child theme to the latest version. Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Edit the comments template and remove this code: http://screencast.com/t/NnVDP8cA
For the other matters please follow and use all instructions provided in all this treads:
* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/

Thanks

Lucian
tagDiv Staff

Hi,

You can see in the screenshot that it dose: http://screencast.com/t/A5iT2uduz just make sure you add it in custom css section in theme panel.
Please also send the link from patebin.com where you’ve pasted the code.

Thanks

Lucian
tagDiv Staff

Hi,

Please provide more details about your situation as I’m not sure I understand where you want the sidebar disabled and also provide your site’s url.

Thanks

Lucian
tagDiv Staff

Hi,

Please also send your site’s url and make sure that you follow and use all instructions provided in all this treads:

* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/

Thanks

Lucian
tagDiv Staff

Hi,

After the last update some short-codes were renamed: https://forum.tagdiv.com/update-newsmag-to-1-5/
You can also rename them via SQL, follow the info from this tread: https://forum.tagdiv.com/topic/problems-after-update/

Thanks

Lucian
tagDiv Staff

Hi,

Try this css: http://screencast.com/t/SSmQavLi0
Use the same css to change the font also as there is no option in theme panel to change it for images copyright section: http://screencast.com/t/BblWTtsYA2Y

.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite {
text-align: center !important;
position: initial;
font-family: sacramento;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.

Thanks

Lucian
tagDiv Staff

Hi,

Get FA on your site: http://fortawesome.github.io/Font-Awesome/get-started/ after that replace the search icon with the one you want, here: http://screencast.com/t/7qGCUvdtBNK

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how it could be added like that, my guess is that somehow you’ve added it to the page via page builder.
I suggest you go trough your page settings/configurations and see if you can’t find the reasons for this.
Please let me know and if you still can’t manage to get this done please use http://pastebin.com/ and send your page content so we can check it.
Until you can find the reason for this you can use css to hide that ad: http://screencast.com/t/A5iT2uduz

.home .td-pb-span12 .td-a-rec-id-header{
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

1a. Not sure how this is not working for you as I have also made tests using the offset feature and haven’t found anything wrong.
According to your latest articles section, which displays the latest art. added, the first 5 posts of the “Popular” block are skipped and the count starts from this post: http://screencast.com/t/W4Ojfd4j0aY7
“Popular” block: http://screencast.com/t/F5QeZ2ULCSAd
This means that the offset feature works for you also and you need to check the configuration you’ve chosen for the posts from the big grid.

1b. The “Unique Articles” feature, when enabled, it only shows the posts once on the page, so the latest articles appear at the top of the page and the oldest at the bottom affecting the post from the latest art section also.

2. I have tried to recreate this but haven’t managed to do it. Could you please provide more details about this. A screenshot would help and also try this without plugins and make sure you empty cache/purge files.

3. You need to enable them from theme panel > block settings for each module/block: http://screencast.com/t/osrKgatSEF
By default are disabled so you need to enable them for the modules/blocks you want.

Thanks

Lucian
tagDiv Staff

Use the one I’ve given above:

@mrbogdan
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@Frydenborg
There is no option on a post to include it or not to the big grid query. You can try Chris’s suggestion and use a category to control the big grid posts or you can also use a specific tag by which you can filter the posts that show in the grid. For ex all posts that have the tag “big or grid” appear in the grid so you just need to set the tag to the post you want.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You need to edit the page templates for the pages you want it on and place the div where you want it. For the pages that you build via page builder you need to edit this files: http://screencast.com/t/S6eMK4A2rygi

Thanks

Viewing 25 posts - 1,676 through 1,700 (of 6,600 total)