Hi,
There is no option to have the same color for menu item border and this can be achieved only with custom css in Theme Panel > Custom Css. You can try this solution if you need this – https://forum.tagdiv.com/topic/menu-hover-border-color/ just change the item id and it should work.
Thanks!
Hi,
Unfortunately the theme doesn’t have such an option and on mobile device the sidebar is displayed after the post content including related articles, comments area – http://screencast.com/t/i2ACtGyqa The inline ad is in the post content, here you can find the code – http://screencast.com/t/IHj0aXzHbXs and the sidebar is in a different container so I don’t know how you can move the sidebar element in the post content – http://screencast.com/t/QdjC5Fri
Thanks!
Hi,
If you want to use global setting it will be applied on all categories where is set on default – http://screencast.com/t/8gDXtpGn
Please provide more details about your issue. Do you mean that your settings are not applied in the frontend for each category? Check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Sorry for inconvenience! Your shortcodes were not renamed so please make sure that you update the theme properly using the above guide, update also the plugins that come with the theme files and run the script like it is suggested in the docs so you should not have this issue anymore:
The import script does the following operations:
-
Imports the old settings to the new theme
Renames all the shortcodes from your pages to the new names
Imports all the sidebars
Renames all the widgets from the sidebars to the new names
For example [td_ad_box spot_id="custom_ad_1"] will be renamed automatically to http://screencast.com/t/yA2Eh2bf8
Thanks!
Hi,
You can set the title/content length from Theme Panel > Excerpt section for each module/block – http://screencast.com/t/isMo7FUn Can you provide more details about your issue?
Thanks!
Hi,
Please try with this code – https://forum.tagdiv.com/topic/legend-in-the-titles-of-the-homepage/ it should work fine.
Thanks!
Hi,
Sorry for the delay, we take each message from the old ones to the newest. If you bump the message it will go among the latest and the reply time will be increased.
Did you solved this issue? Please check this without any plugins active, leave only Visual Composer active, clear cache and purge your files if you use CDN. If you have the js/css compressed please disable it.
If you still have this issue please provide a link so we can take a look, also you can try to disable lazy load effect from Theme Panel > Template Settings – http://screencast.com/t/mMkDL3Sk5LmV
Thanks!
Hi,
Like Emil suggested using these plugins should enlarge the thumbnails to fit right. I have also checked your site and looks fine – http://screencast.com/t/j68HdbozLRs2
If you don’t refer only to smaller featured image, please note that it is no an ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
You can change/add another thumb size from td_config.php file and also the cropping mode – http://screencast.com/t/sQJjSjupVNE If you make any changes you will have to regenerate thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
You can read more about this – https://developer.wordpress.org/reference/functions/add_image_size/ – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Thanks!
Hi,
I’m not sure why you still have this issue as it was fixed in 6.3.2 version of the theme – http://screencast.com/t/vEL3pAb6Esm please try without custom css and clear cache.
Thanks!
Hi,
Please check documentation for pagespeed optimization(enable gzip, set leverage browser caching) – https://forum.tagdiv.com/how-to-make-the-site-faster/
For image compression we recommend a plugin like Smush it: https://wordpress.org/plugins/wp-smushit/ or add the following code in functions.php:
add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );
This will compress all images to 50%, you can change that value, after you add the code you have to regenerate all thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi,
To have h1 and h2 to your homepage, just add a text block anywhere on the page(you can add it in the sidebar for example and use it on more pages) and add a title and a small description. We also will try to find a better implementation in a future update.
Thanks!
Hi,
Not sure why you have this issue, normally using Upscale thumbnail and Force regenerate should fix your issue if your featured images are smaller as like you know WordPress doesn’t enlarge images.
You also can try to enlarge them via custom css – http://screencast.com/t/bAmBDUxobN Also please make sure that you don’t use row in row as like I see your slider is in one column – http://screencast.com/t/KtcKSgkT8B15 and it should be on 2 columns – http://screencast.com/t/RnSBpHSdfopP
Thanks!
Hi,
I’m still not sure what you are trying to do. If you want to change/add another thumb size from td_config.php file and also the cropping mode – http://screencast.com/t/sQJjSjupVNE and set the thumb for module that you need – http://screencast.com/t/3D9YsZepfTJ If you make any changes you will have to regenerate thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process. You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
Thanks!
Hi,
Please check documentation(Requirements for Newspaper) – https://forum.tagdiv.com/requirements-for-newspaper/ and this guide – https://forum.tagdiv.com/pagespeed-guide/ We recommend now Wp-Super Cache instead of W3 Total Cache, it seems to be faster and we will change this also in the documentation. Also Christopher topic helps – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Deactivate all the plugins that you don’t need, also check this solution – http://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress and see if you still have issues.
Thanks!
Hi,
Unfortunately the share plugin affect the zoom effect on Big Grid and I couldn’t found the cause, sorry! In version 4 of the theme was not a zoom effect that’s why you haven’t this issue.
Thanks!
Hi,
I have checked your site and did not found any issues, please clear cache maybe it is a caching issue.
Thanks!
Salut.
1. Daca nu vrei sa modifici template-ul pentru footer poti folosi acest css in Theme Panel > Custom Css: http://screencast.com/t/QumjT0yurX9
.td-footer-bottom-full {
display: none;
}
2. Exista o optiune in block settings sa apara doar anumite categori, pe care le setezi folosind id-urile – http://screencast.com/t/bw9HPyA7n – http://screencast.com/t/QYwateRHUKs
Mersi!
Hi,
We know about these markup errors notified in Google’s structured data testing tool. It seems to be due to the tool’s recent updates. We will fix this in the next update(next week).
Thanks!
Hi,
Please try to add border like this: http://screencast.com/t/PzoxdCqFP – http://screencast.com/t/jzXNarSXOx7 so you can either use those settings and use it like that or you can use custom css and set a specific class for the text block or the VC container you use and apply custom css using that class.
To use custom css for customizing VC elements you need to style a custom class to the column/row/element you need to style, like this: http://screencast.com/t/7JAB7kdJ281E then use custom css like this to apply the border and some padding: http://screencast.com/t/CJaETDd2f
Add the custom css you’ve made in theme panel > custom css section:
.custom_css_class {
border: 1px solid red;
padding: 10px
}
Thanks!
Hi,
Please disable all your plugins, leave just Visual Composer active, clear cache and see if you still have this issue. If you have any custom modification that may create this issue, please remove it. Let me know how it goes!
Thanks!
Hi,
The tagDiv Visual Composer Shim is an experimental plugin in beta version and it was created like an alternative solution regarding the Visual Composer consuming resources(especially for tagdiv blocks). All this issues with Visual Composer plugin started since plugin’s version 4.4, which was a major update of the plugin and since then the plugin doubled in size and started using more resources.
We did not get any reports regarding this issue from latest version of the plugin, so please make sure that you have increased the php memory limit and try to use only necessarily plugins.
Thanks!
Hi,
@morty Unfortunately the news ticker doesn’t have an option to display a custom text/links , it displays articles titles and it has option to “filter post by” like the other tagdiv blocks – http://screencast.com/t/UBOS5qqW4S4 Anyway this is on our list and we will think to a different implementation for News Ticker.
@lberronessoto You can translate Trending Now from Theme Panel >Translations – http://screencast.com/t/8J9trvNA
Thanks!
Hi,
I need a link to inspect this, you can try to hide it via custom css in Theme Panel > Custom Css:
.wpb_revslider_heading {
display: none;
}
You can change the header style to one that use full logo size – http://screencast.com/t/mV8fUDZ6kg
If you don’t want to post images or link here on forum, you can send an email at contact@tagdiv.com and provide details about your issues.
Thanks!
Hi,
You can take the category ID like this – http://screencast.com/t/2GZSeGZzW so you can filter by multiple categories – http://screencast.com/t/swIWiy1P and also you can set the ajax drop down filter – http://screencast.com/t/0QPAQdiSSl3U – http://screencast.com/t/Q6nO2UBgmzA
Thanks!