- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
You have the answer on this topic and you already used the css code for that: http://screencast.com/t/GKJ50g9a
If you refer to the normal slider is the same css: http://screencast.com/t/7h2AIZfYEgZ
Thanks!
Hi,
Unfortunately you will have to make a change in menu-top.php add this code: http://screencast.com/t/BUexBkQgH0vY
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Paste you ad code in Theme Panel > ADS > Custom Ad1 – http://screencast.com/t/C5gk9tLD2rwY if is not an adsense code please use this divs for banner image(just replace with you image): https://forum.tagdiv.com/ads/
Also you will need small css customization: http://screencast.com/t/PFKFnm5jHC
.td-a-rec-id-custom_ad_1 {
margin-bottom: 2px !important;
}
Please note that if you use google adsense you will need to use this class .td-g-rec-id-custom_ad_1 just replace a with g.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can add an extra class to the paragraph where you added the ad – http://screencast.com/t/UUnBgX4R37zF and target that class with custom css and change the color. Also you can use this custom css if you like: http://screencast.com/t/P0trCUyrlZ
body p:first-child {
background-color: red;
margin: 0px;
padding-top: 5px;
}
Hope this helps!
Hi,
The block 3 image is cropped at 326x159px but you can try to do this with css code and add a min-width like this: http://screencast.com/t/gu9qKtmVDMi6
@media (min-width: 1019px) {
.home .td_block3 .thumb-wrap .entry-thumb{
min-width: 380px;
}
}
Thanks!
Hi,
I’m not sure what you mean you have that option in Theme Panel > Custom Typography to set fonts for you post,pages, menus, block(title, post title and excerpt): http://screencast.com/t/IyzWj1HEORNq
Also for footer text you can use custom css to change the fonts like you have set for your posts for example: http://screencast.com/t/AqBfQBMnNOxT or you can set a font that is loaded by the theme – http://screencast.com/t/8gyqLnqVm
.footer-text-wrap {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer-email-wrap {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
You can change this font family with font that you need.
Thanks!
I made a quick fix by applying that css
.td_block_mega_menu {
top: 30px;
}
Hi,
You can change menu height using this custom css: http://screencast.com/t/r7RcYm58mjo but you will need further css customization for menu-items. If you don’t have basic css/html experience I suggest to hire a professional to do this for you.
.td-header-menu-wrap {
height: 70px !important;
}
.td-header-main-menu {
height: 70px;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/4hROQWqwv6
.home .td-grid-wrap {
padding-top: 0px;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/TfVxXPKQnE0 – http://screencast.com/t/0RBXhcE0
.td-menu-wrap {
height: 100px;
}
.td-affix {
height: 100px;
}
Thanks!
I have found and solved a problem.
Adblock Plus uses filters to block ads. Filters detect some words or classes to identify ads.
In our case we had 2 classes that causes Adblock to block images from site:
1. td-header-sp-ads
in my case used in file: /parts/header/header-style-1.php
2. td-header-ad-wrap
used in file: /parts/header/ads.php
I renamed both of those classes to: td-header-sp-adss and td-header-ads-wrap , and images showed againg with adblock turned on.
Later i added some custom css in my theme panel, and thats it.
Well, same images are loaded depending on viewport, so the CSS only changes the @media CSS styles for the size of the view, it doesn’t change the photos on/off .. so if your images are not working for me in IE11/Win74 on desktop, and not for you on mobile, that isn’t really a “responsive” issue … which is just CSS.
CSS also doesn’t change from one day to the next, so unless your server got some update, you updated a plugin where there is now some conflict, etc., the CSS can’t suddenly cause a site to stop working one day and then not the next … it’s just style classes such as “font size 10” vs “font size 16” etc based on viewport.
You might need to try clearing all your caches, turn off plugins except for visual composer, clear your mobile device cache, etc., and revisit.
(Oh, you’re not seeing on desktop either …. might be caching issue … dunno …)
-
This reply was modified 11 years by
simchris.
Hi,
Please disable any js/css minification, this can cause issues as it may facebook doesn’t recognize og:. Also disable all plugins, leave just Visual Composer and Seo by Yoast active, empty cache and then check if you still have this issue.
Thanks!
Hi,
I also tested this and did not find any issues: http://screencast.com/t/TkrGGSlGnec – http://screencast.com/t/NXOGtUt7hr0
Please make sure that you check this without any plugins active, leave just Visual Composer active, maybe there is a css conflict as I find this fixed width – http://screencast.com/t/NGxhz2pZ also please make sure that you don’t have any custom css that can affect this.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Send you site’s url so we can inspect it and provide a custom css for it.
Thanks
Hi,
Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/vTexg0uMXjX
.single_template_4 .td-entry-crumbs.td-pb-padding-side {
border-right:1px solid rgb(230, 230, 230);
border-left:1px solid rgb(230, 230, 230);
}
Thanks!
Hi,
I’ve checked your and just the easy social sharing css is now detected as above the content: https://developers.google.com/speed/pagespeed/insights/?url=wefundex.com&tab=desktop
If you have added it to the speed booster plugin to be moved to the footer please make sure that you have added the stylesheet id right, as instructed in the guide/”Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)” section: https://forum.tagdiv.com/how-to-make-the-site-faster/
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
Hope this helps!
Please make new topics about your issues in the future.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can set Header Style 9 for full width and disable Top menu from Theme Panel > Header: http://screencast.com/t/lmKXGPkk29yM
Also use this custom css in Theme Panel > Custom Css: http://screencast.com/t/imZEVdfJL1
.td-header-border:after {
content: "";
background-color: #4db2ec;
display: block;
height: 4px;
}
.td-header-border:before {
display: none;
}
Result: http://screencast.com/t/rAheQyge
Hope this helps!
Hi,
If I understand well you want something like this: http://screencast.com/t/fnXlyI86 so please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/fnXlyI86
.td-review .td-review-header, .td-review .td-review-row-stars {
display: none !important;
}
You can try also with !important and see if this works.
Thanks!
Hi,
Please try this custom css for footer text in Theme Panel > Custom Css: http://screencast.com/t/zLVTMU8rZPDY
.footer-text-wrap {
font-family: Helvetica Neue;
}
.footer-email-wrap {
font-family: Helvetica Neue;
}
Thanks!
Hi,
The Slider block was not designed to display excerpt, but you can do custom modification if you need it. After you have added the excerpt function in the file, call excerpt like this: http://screencast.com/t/KdQdzdfUrQb so you will have a class to customize with css code: http://screencast.com/t/Ah8xVbyCR
Thanks!
Hi,
This can be done only with custom css, just use Chrome inspector tool and target class and make some customize those buttons like you wish: http://screencast.com/t/AEl8AOff0w
You will need custom work for this, if you don’t have basic css/html experience I suggest to hire a professional to do this for you as we cannot provide any custom work for the moment.
Thanks!
the CSS worked fine ..
Is it possible to display the category name along with similar article text..
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/tLyAvthu0N
.single .post{
padding-bottom: 0px;
}
I’m not sure what you mean. The Similar Articles feature has an option in Theme Panel to sort articles by category – http://screencast.com/t/k9Jsdfp0 so the articles showed there are from the same category like the current post.
Thanks!
Hi,
Sorry fore the delay on which we are answering this, we’ve somehow missed your post yesterday, I believe this happened because we’ve answered to the most oldest topics and because you’ve added an new reply to your initial post yesterday, we’ve missed it.
We also celebrated our Easter holiday in our country so we had a different support.
We’re sorry for this!
Regarding your question, you can replace the code form the footer.php file: http://screencast.com/t/Qc2qDtnPlWv2 – with this one: http://pastebin.com/jveYSas2 I’ve added there the login widget code.
Depending on the content you have placed in the sub-footer you might need additional css customization as the sub footer section hasn’t been designed to support a login widget but basically you should get a result similar to this: http://screencast.com/t/xwio2DufQsH
Add this custom css to your custom css section in theme panel:
.footer-login{
display: inline-block !important;
}
Let me know how it goes and also noticed that you’ve rated the theme 2 stars and the reason is related to the bad customer support so considering that we have by mistake missed your posts we would appreciate if you could change your rating and let us know if you have matters on which we can help you.
Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Sure,
Look at Homepage – loop page of newsmag template.
Search the row where content and sidebar should be aligned. Click on the edit row button
http://www.screencast.com/t/m0CfvT8j
Add the css class td-ss-row to the row
http://www.screencast.com/t/5BtzCYsoVf
Best regards