Hi,
There is no theme setting to remove it. You can hide it using this code, just enter it in Theme panel->Custom Css
.td-header-main-menu .td-search-wrapper {
display: none;
}
Before – https://www.screencast.com/t/BmN7jwzwW
Result with code added – https://www.screencast.com/t/KbdVBjVi
Thanks
Hi,
Make sure a featured image is set in the edit post page – https://www.screencast.com/t/jmEaKUraFGQi – it should display the picture regardless of the the size.
Thanks
Hi,
It should work, just open the page in Visual Composer editor, be sure to save any changes you make to the rows, blocks etc – https://www.screencast.com/t/5ttgjEyyL then click Update – https://www.screencast.com/t/xfZKgHfiaH
If you already did this and it still does not work properly, please follow this tutorial – https://forum.tagdiv.com/system-status-parameters-guide/ and adjust the parameters as explained because this could be related to exhausted memory used by php.
Thanks
Hi,
Try using this code, enter it in Theme panel->Custom Css, it sets a background for the category style 8 template (change the image link to what you want to use, it is just an example image for testing)
.td-image-gradient-style8 {
background: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-repeat: no-repeat;
background-size:100%;
}
Result – https://www.screencast.com/t/bbvnXnDwS1Ou
Thanks
Hi,
In the backend you can set a negative top margin to the text block – https://www.screencast.com/t/AypcnFYS
Result – https://www.screencast.com/t/ou8QpQseZ4M
Thanks
Hi,
You should see it, make sure you are on the Visual tab on the right side and the Toolbar is expanded (Toolbar toggle near the shortcodes) – https://www.screencast.com/t/UUFcByWA5co
Thanks
Hi,
Depends of what you want to modify, as you can see in the loop-single-12.php this is the structure of the post template – https://www.screencast.com/t/MoywbspEUq
As a simple example i added a heading between social sharing bottom and next/prev posts https://www.screencast.com/t/y3iIHZ8uw – https://www.screencast.com/t/QA0rpK7Q
Make a backup of the file you modify just to be safe and you should consider hiring a developer/freelancer to help you if you don’t know how to go about it.
Thanks
Hi,
You can find the footer templates in your theme install folder, it should be Newspaper->Parts->Footer – https://www.screencast.com/t/kRN2eBsRET then you need an editor (I used PhpStorm) like notepad++ or even notepad ,to open and edit the footer template you want (td_footer_template_1.php in your case) – https://www.screencast.com/t/GqSteyrna80 – https://www.screencast.com/t/N7ntQRpPj
Result – https://www.screencast.com/t/g8a5Kvi2
Thanks
Hi,
Replied in your new topic.
Thanks
Hi,
Enter this code in Theme panel->Custom Css
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
display:none;
}
Result – https://www.screencast.com/t/6YZzBNXH0Btw – https://www.screencast.com/t/hi3iV4bNN5o
Thanks
Hi,
I’m assuming you are talking abut the image gradient, enter this code in Theme panel->Custom Css
.td-post-template-3 .td-image-gradient:before {
display: none;
}
The result – https://www.screencast.com/t/JawXxf5h36tK
Thanks
Hi,
Those blocks you mention are predefined in footer template style 1 – https://www.screencast.com/t/XArcRCoSvc You can change their titles there if you want.
Thanks
Hi,
If you are talking about the More Articles Box you can disable it in Theme panel->Post settings – https://www.screencast.com/t/lqbXbub2GYlh
You can change the footer template in Theme panel->Footer. Some of the templates come with predefined content and others you can add your own content to – https://www.screencast.com/t/Wc4FLq1nku by dragging widgets – https://www.screencast.com/t/8pStLKRS6qVe
Thanks
Hi,
You must open your page in Visual Composer – https://www.screencast.com/t/niaDGdl4Pm then using each of the blocks settings on the page you can set a filter –
https://www.screencast.com/t/03eoTCgB The settings apear when you hover the block, click the pen icon – https://www.screencast.com/t/GYH0Kgzddz3F
Thanks
Hi,
You could create a page in Visual composer and add a single image element – https://www.screencast.com/t/CmjJRN0zwWh – https://www.screencast.com/t/EtZqsx8sOD – https://www.screencast.com/t/rqDyCudFiM Now you can set an image – https://www.screencast.com/t/I5JC9YEE and add aditional image styles, animation etc – https://www.screencast.com/t/MWQKYsygDFz Hope that you will find a style you like
Result – https://www.screencast.com/t/6m15xT61g2
Thanks
Hi,
Sorry for misunderstanding, you can find the post templates in the themes directory. For Post Template 12 you need to edit loop-single-12.php – https://www.screencast.com/t/8TBfuTsGJ and so on for other post templates. Hope this helps you.
Thanks
Hi,
The hyperlink color in the theme is by default defined by the theme accent color set here – https://www.screencast.com/t/5d7XPdfYj8 You can further customize it inside a post when creating it like this – https://www.screencast.com/t/TxRoZOh3WM
Also you could use custom Css code entered in Theme panel->Custom Css to modify all the links inside the posts. Here is an example:
.td-post-content a {
color: yellow;
font-weight: bold;
}
Thanks
Hi,
You can create any number of users (authors) in WordPress – https://www.screencast.com/t/jb2AyVY45gH and assign the posts to them – https://www.screencast.com/t/RLSxCRKzwy7N – https://www.screencast.com/t/2eaFetGm
Thanks
Hi,
Glad everything worked out fine for you, yes I am part of the TagDiv support staff.
Thanks
Hi,
Try making the change using !important it should forcibly apply, and check or remove any previous code from custom css or modifications related to this, also you should clear all your caches
The code should look like this
.single .td-post-title .td-post-author-name {
top: 1px!important;
}
If it still does not work send an email at contact@tagdiv.com and provide wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic.
Thanks
Hi,
You can modify the font size of the blockquote in Theme panel->Theme fonts->Post content – https://www.screencast.com/t/QuhcffbACPD8
Thanks
Hi,
To make the header menu always appear in the top of the page go to Theme panel->Header->Main menu and select Always sticky – https://www.screencast.com/t/bMNJ33Nnw
Thanks
Hi,
You can add a text widget in the footer and enter your HTML code there – https://www.screencast.com/t/EZV1H6xd9
Thanks
Hi,
You can filter categories or posts shown in the blocks in each of the Block settings->Filter tab – https://www.screencast.com/t/ZJcbp4Fnz regardless of the block titles.
Thanks
Hi,
Remove the previous code and enter this one, it should work always now
.td-header-style-10 .td-logo-wrap-full {
line-height: 0;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 0;
}
As for the logo on sticky menu, you can disable it in Theme panel->Header->Main menu – https://www.screencast.com/t/Z8Bwknl8
Thanks