Hi,
Did you made any custom modification to the code? Normally woocommerce use owns template, I see that it is set also post template 6 class there and also is applied that css on it. If you made any custom modification to appear theme’s post templates in woocommece, you can change the post template to default.
Also if you think that helps you can try this custom css in Theme Panel > Custom CSS: http://screencast.com/t/7ggG3XGb2xOa
.woocommerce-page.single_template_6 .td-header-wrap{
height: 210px !important;
}
Thanks!!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I also tested this and did not found any issues. I don’t know exactly how you added the custom ad, but please try like this: http://screencast.com/t/K7sy9PgfcwZ
Result: http://screencast.com/t/4rAvn1BhP
Let me know how it goes.
Thanks!
Hi,
Thanks Chris and Slug Bite for your help!
@andynrg Did you solve the issues? Please provide more details and your site url. Also try this without any plugins active, leave only Visual Composer plugin active and clear cache. Let me know!
Thanks!
Hi,
Please try @hadiso solution – https://forum.tagdiv.com/topic/icons-missing/page/2/#post-29906 and also provide your site URL so we can take a look.
Thanks!
Hi,
I have checked your site: http://screencast.com/t/1gfUpnN5CQ and your image size is: http://screencast.com/t/1gfUpnN5CQ that’s why it looks like this. You can try to use a small size image for your logo or customize it with css code: http://screencast.com/t/bIi8IYpH
Hope this helps!
Hi,
Unfortunately the theme’s full width is 1021px and also to your slider is added in a row and take the theme’s width, like all elements added with Visual Composer: http://screencast.com/t/TPx9U7WxZd You will need custom modification for this and unfortunately we cannot provide any custom work. Sorry for this.
You can try to add the slider in the page template before the container: http://screencast.com/t/e1ZqrOlh
Hope this helps!
Hi,
You can change color style that you use on blocks from settings: http://screencast.com/t/s1Pcw1n77b6 and you can change these settings from Theme Panel > Block Settings: http://screencast.com/t/VX7fRahw
If you want to change it using css code, you can target block/module that you are using like this: http://screencast.com/t/Ug6arbBHlrj
.td_block_11 .td_module_wrap:hover .entry-title a,.td_block_11 .td-load-more-wrap a:hover{
color: red !important;
}
Also for next/prev buttons: http://screencast.com/t/Pv5kp9RhRe
.td_block_11 .td-next-prev-wrap i:hover{
color: red !important;
background: yellow;
}
Hope this helps!
Hi,
Please check your php.ini memory allocation: https://forum.tagdiv.com/topic/demo-install-halts/
Hope this helps!
Hi,
Unfortunately the theme doesn’t have an option for this. We plan to improve theme’s mobile version in future updates. There is no shortcode to insert, Lucian just explained to you how Visual Composer plugin works.
Google translate:
Purtroppo il tema non è un’opzione per questo. Abbiamo in programma di migliorare la versione mobile del tema in aggiornamenti futuri. Non vi è alcun shortcode inserire, Lucian appena spiegato come di Visual Composer plugin funziona.
Thanks!
Hi,
I tested this on my side and seems to work with this settings: http://screencast.com/t/2x1Xmr2AksL
Please try this also without any plugins active, leave only Visual Composer an Redirect plugin active, empty cache and check if it works. You can also ask this on their support page.
Thanks!
Hi,
This is the solution to add it in the Translations section and to translate Of:
This was not been added to Translations.
Please add this line here: http://screencast.com/t/uFosRZejGg
Will appear in Theme Panel and you can translate it: http://screencast.com/t/IMsMbuIfG4v
That what you have changed in javascript file is for lightbox gallery(what you asked to disable on question 2): http://screencast.com/t/Jzfyg23ib
Hi,
Unfortunately Big Grid is not available in Newspaper theme. I think that you read Newsmag documentation – https://forum.tagdiv.com/extra-content-blocks/
In Newspaper version 5 will be added also more blocks, we still work on it.
Thanks!
Hi,
You can add a category to the menu and set to appear like a megamenu: http://screencast.com/t/70RESs6F if that category has subcategories, they will appear automatically(you don’t have to add them like submenu). You can find out how to set megamenu here: https://forum.tagdiv.com/how-to-use-the-megamenu/
Let me know if you have other issues related to the theme and please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/
Hope this helps!
Hi,
Yes you can create a full size gallery like this: http://screencast.com/t/lSD9OGgt6 and also use full width post page: http://screencast.com/t/kBQ5ygAeTOc
Result: http://screencast.com/t/tchHKGMZIZI
Thanks!
Hi,
Please provide a link so we can take a look.
Thanks!
Hi,
Thank you Slug Bite for your help!
@Vincentb75 All the codes that Slug Bite provided to you should work properly, you can adjust the values like you wish. Please paste the css code in Theme Panel > Custom Css: http://screencast.com/t/TUlgB5Yey
Thanks!
Hi,
You can try this css code it should work fin if you don’t use text padding: http://screencast.com/t/48YrTgpL
.td-post-content p:first-child:first-letter {
color: #903;
font-size: 75px !important;
}
If you use text padding you will need another way to target(I’m not sure if it can be targeted): http://screencast.com/t/Bw2UALgT http://screencast.com/t/EUFB3m8D
Hope this helps!
Hi,
1. Please follow this topic: https://forum.tagdiv.com/topic/translation-curr-of-total/
2. Unfortunately theme doesn’t have an option to disable modal for gallery, but you can remove this code and it should work – http://screencast.com/t/mX27BEQn and also the lightbox(modal) image – http://screencast.com/t/VJV2UeJ7
We work on this and we try to find a solution and add an option in Theme Panel.
Thanks!
Hi,
To find the shortcode for block 7 please add a block using Visual Composer plugin and change to Classic mode: http://screencast.com/t/3pqhudLSQyU – http://screencast.com/t/WU3oWnhD
Hope this helps!
Hi,
We know about this issue and we are currently trying to find the cause of it. We will provide a solution for this as soon as we have one. We’re very sorry for the inconvenience!
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to force modal for all images, it can be done only for featured images: http://screencast.com/t/lvenfDTTPwu
We have this on our list and we will add an option to force modal for all images in future updates. Sorry for inconvenience!
Thanks!
You have to add the css code in Theme Panel > Custom Css: http://screencast.com/t/8gRXgqCDX
Thanks!
Hi,
You can add a link to the menu and add an image as a label <img src="your image">: http://screencast.com/t/SYhNOPdMH then you have to use some additional css to set an height for you new menu item, for this you can use the unique class that each menu item has to target just the menu item you’ve created and set an height to it, like this: http://screencast.com/t/j90WJ9DtTC
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes you can add also custom ad 2 like this: http://screencast.com/t/nF9g5FTZGq and use css code like this: http://screencast.com/t/18SAuwJo
You use adsense and you have to use this class td-g-rec-id-custom_ad_1:
.category .td-g-rec-id-custom_ad_1{
float:left !important;
}
And use even number of articles: http://screencast.com/t/Qje2DVwX
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].