Hi,
Here you can find the post pagination – http://screencast.com/t/nvRaRFTstf Also you can find more details here – https://codex.wordpress.org/Function_Reference/wp_link_pages
Thanks!
Hi,
You can add the custom css in Theme Panel > Custom Css – http://screencast.com/t/lvB0ult6 even if you use the child theme.
Thanks!
Hi,
You can change background and color for block title from block settings – http://screencast.com/t/nLovBswvgM also there is a general color – http://screencast.com/t/4o0g2NM5XXpC
Unfortunately for articles titles there’s no option in Theme Panel and you will have to use custom css in Theme Panel > Custom Css: ttp://screencast.com/t/GrV4iV2C
.td_block_wrap .entry-title a {
color: #FF0000 !important;
}
Hope this helps!
Hi,
Try to use this custom css and change the color how you wish(I guess that it will result something that you want – like a Warning Box) – http://screencast.com/t/WcHzDKk8f
.td_box_center {
background-color: #FFFF00 !important;
}
.td-post-content .td_box_center p {
color: red !important;
}
Hope this helps!
Hi,
In Newspaper 6 the menu icons are not available anymore, but you can use this plugin Font Awesome 4 Menus Just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
Thanks!
Salut,
Tema nu are un asemenea block, in acea sectiune este folosit un “Text Block with title” in care este adaugat un shortcode de la un plugin de event-uri.
Mersi!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately you will have to alter the code, please check this topic as reference and try a similar solution – https://forum.tagdiv.com/topic/how-to-change-default-latest-articles-to-featured-on-category-top-post-style/ I suggest to hire a professional if you need this and you don’t have basic php experience as we cannot provide custom work, sorry!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please disable all your plugins except of Visual Composer, clear cache and and see if you still have this issue. Also disable all js/css minifications. I have checked this using the latest theme version and did not found any issue on these browsers. Also you can check our demo and see if there is a problem too.
Thanks!
Hi,
What theme version do you use? The page content ads are not displayed?
If you refer to the content ads that you display using Ad Box block, unfortunately it is an issue in the latest version of the theme and will have to add this code in the td_config.php file – http://screencast.com/t/ZQJyFIm04Uv It will be fixed in the next update.
'-- Select an ad spot --' => '',
Also you can set your frontpage from Settings – http://screencast.com/t/LsrFXt4OA
If you still have issues please provide more details and also a your site url.
Thanks!
Hi,
We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided not to include them in the script.
Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVK – http://pastebin.com/NZEJsWQZ
Hope this helps!
Hi,
Glad that you managed to solve this!
Yes, if you use smaller featured image than the size of the thumb you will need to use plugin like Thumbnail Upscale to enlarge thumbnails and Force Regenerate.
Thanks!
Hi,
We did not get any reports about this, it should not be any problems updating using the patch. Anyway please try to upload entire theme as like this it should work without any issues(A,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
Hi,
On default template the sidebar will not be added automatically, you will have to add it in the page content using pagebuilder. You will have to split the row and use Widgetised sidebar block – http://screencast.com/t/ppGnRNXH9o1g or add directly Visual Composer elements there – http://screencast.com/t/m4mEG2V9pt
If you use Pagebuilder with title the sidebar will be added automatically – http://screencast.com/t/YcuuaMoVXQ or you can use full width page content(without sidebar) and add it manually like above for default template.
Hope this helps!
Hi,
Unfortunately the smart lists were not designed to work like that, for the moment it works like slider(basically it is a slider) and use javascript, but actually we work on this and we will change smart list functionality in one of the theme updates(soon).
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The theme doesn’t have an option to add background to the page content, but you cano add the background color to the row and and use the stretch row option – http://screencast.com/t/BaQ7QWyb – http://screencast.com/t/TzaQDIDVi
Hope this helps!
Hi,
Do you mean a page without header/footer? Please provide more details.
Thanks!
Hi,
You can customize the search bar using custom css, I’m not sure what do you want to change.
Unfortunately I cannot provide a solution for your second question, even if you hide some of the information the theme can be identify be the classes used on it’s elements. To hide that you will have to rewrite the theme entire css, you will have to modify all the classes.
Thanks!
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.
Thanks!
Hi,
Please check the theme documentation (we work to improve it, add more tutorials/video tutorials) – https://forum.tagdiv.com/block-settings-tutorial/ also you can follow our youtube channel – https://www.youtube.com/user/tagdiv/videos
I guess that you refer to the ajax filter categories – http://screencast.com/t/wDwJKfRJFvT2 just set ajax filter type by categories and paste the categories IDs that you want to display there – http://screencast.com/t/jInXuOH0TUz you can take the ID like this – http://screencast.com/t/7IGPRmU8i
Result: http://screencast.com/t/DcnaU01fD
Hope this helps!
Hi,
Unfortunately the page doesn’t have different styles like posts, it has only 3 templates – http://screencast.com/t/Nje0k5syoR2H as the page template was not designed to work like post, the pagebuilder(add Visual Composer elements) is used more to create pages, sorry!
Thanks!
Hi,
Please check this topic as reference how to use font awesome and add the icon to your network(or background image) – https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/#post-58011
Hope this helps!
Hi,
The loading animation use javascript and also is style using css and it is not an easy task to change it. Here you can find the code – http://screencast.com/t/E6LvsTybH – http://screencast.com/t/df4mUAJ6z Unfortunately we cannot provide custom work at this time so I suggest to hire someone to do this for you if you don’t have basic experience.
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-access so we can take a closer look at this, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!
Hi,
Unfortunately the plugin was not tested with the theme so I’m not sure why you have this issue, seems to be loaded the same like the theme formats, after the theme loads and remove that array. You can try to set this value here – http://screencast.com/t/v6My1qzS and see if it works, the theme code will load after the plugin.
Thanks!
Hi,
I’m not sure why this font is not added in the list(maybe it was not existed when the font list was created), bu you can easily add it like this – http://screencast.com/t/Rd9C8rg5L and then you can set it from Theme Fonts.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].