Hi,
I have checked your site and your ads are displayed fine – http://screencast.com/t/mHtr8k5r – http://screencast.com/t/1QCQbu3mczef
Thanks!
Hi,
You can use also custom ads for this. Paste your code in Theme Panel and display it in the sidebar using Ad Box widget to display it: http://screencast.com/t/0IEh6Y2v
Thanks!
Hi,
Featured image is also cropped – http://screencast.com/t/B7hJp5bZnry you can try those plugins to enlarge thumbanils or try the css that I provide. Also paste a link so we can take a look.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can add a link to the menu and add your icon as a label please follow this solution for this – https://forum.tagdiv.com/topic/home-button-for-menu/#post-35101
Thanks!
Hi,
This condition – http://screencast.com/t/gFQop4d3dHfo – http://screencast.com/t/hNIT0cr4ic2H
Thanks!
Hi,
These js errors usually are caused by plugins that conflict with theme javascript. Please make sure that you have disable all plugins when you check this and also clear cache.
If still have this issue please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are. We will answer to this soon as possible.
Thanks!
Hi,
The option for page ID to be megamenu is added only for Newsmag for the moment, but this feature will be available also Newspaper 5 version.
The functionality and performance are similar. The main differences are in designs/appearances and the content area width which slightly differs from one theme to another, Newspaper’s grid width is 1170px while Newsmag’s width comes around 1021px. Other differences are also appear regarding features, some of the blocks are present on one and missing on the other, as well as some other features like smart sidebar feature,smart lists or some of the post templates. We’re also working on a major update for Newspaper (v5.0) which will include most of the features from Newsmag.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You have to do the same like I suggested above to see what plugin cause this issue or maybe it is a conflict between more plugins. Only like that you can find where the the problem is.
Thanks!
Hi,
Please make sure you also have the post views active and also test this without using caches as the last days 7 post count works based on post views so if you use cache this might not work properly.
Please also note that it pulls from ALL the posts the most accessed in the last 7 days NOT the posts that are published in the last 7 days.
Thanks!
Hi,
Unfortunately the theme doesn’t have such an option for IOS slider or a similar block like in your image.
Thanks!
Hi,
Do you want to remove this border? – http://screencast.com/t/DqAQJ048
.sf-menu > li > a {
border-bottom: none;
}
Thanks!
Hi,
Did you disabled that plugin as I have checked your site again and you still have errors in the console and your megamenu still not working.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can change also top menu font and color – http://screencast.com/t/FwPGVWFn
Also the top social icons color by default is black – http://screencast.com/t/f3cB1gLv7 but depends on which header style you use for example the default color in header style 3: http://screencast.com/t/gcLhB8v8x
Thanks!
Hi,
There is not a general option to change color for all elements, as they are using different colors and are in different sections. You can change colors for each of them using custom css or/and options from Theme Panel.
Thanks!
Hi,
Unfortunately you cannot do this, only to hide blocks using custom css(media queries) on specific devices.
Thanks!
Hi,
Yes sorry I did not specify that if you use speed booster you have to make this change in – http://screencast.com/t/uHuUcuor
If you don’t use speed booster – http://screencast.com/t/l9ijkiL5
Glad that you sorted out!
Hi,
Please add also .sf-menu class to the above code so this it will not be applied on mobile menu – http://screencast.com/t/4Sng0HIl – http://screencast.com/t/wjLdZd2Dw
The border for active item should not be affected like you can see in the screenshot.
.sf-menu .menu-item-8070 {
background: #222222;
}
.sf-menu .menu-item-8070 a {
color: #ffffff !important;
}
Thanks!
Hi,
You can move the review code in post template file under featured image – http://screencast.com/t/kcfLnLdf0q
Result: http://screencast.com/t/MC4rvZWnR7GX
Thanks!
Hi,
Please check this without any plugins active, leave only Visual composer active see if it works. Also you can check this with a WordPress default theme and let us know.
If this works with a default theme please provide an example of embed so we can take a look.
Thanks!
Hi,
I have checked your site and did not found any issues with menu item on Chrome – http://screencast.com/t/GGs3BeCx7N
1. Do you use any shortcodes related to those plugins in that page?
Also please provide more details about this. How do you add a page in the menu?
As above you say:
As soon as I “UNCONNECTED” the Page ID from the Menu, all the plugins worked fine.
And in the last post:
Why adding pages to the menu (to allow a full dropdown that is NOT a mega menu)
2. Please try this custom css to hide posts and comments count – http://screencast.com/t/OuvOqy6hhu
.author-box-wrap .td-author-counters {
display: none;
}
Hi,
Please make sure that you have enabled thumbs on modules and blocks – http://screencast.com/t/Q1nSeExPRx
Also if you want to change the size of thumbnail for some modules/blocks, you can do it from td_config.php – http://screencast.com/t/Cr7RA9dla and then regenerate your thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
Hi,
Do you refer to the social icons from the top menu? – http://screencast.com/t/thLYNluAgDl
You can enable social for top menu from Theme Panel > Header – http://screencast.com/t/v2pBIxhrP6pb and add your links for socials that you want to appear there – http://screencast.com/t/4BBwjLF3Kw
Thanks!
Hi,
If your featured image is smaller, you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate. As WordPress doesn’t enlarge images.
Or you can use custom css to enlarge it if is not much difference between container width and image. Try to add width 100% to the image:
.single_template_4 .td-post-featured-image .entry-thumb {
width: 100%;
}
Thanks!
Hi,
Unfortunately is 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 color appears first then changes, because of the cascading property of css. A solution is to make your changes in style.css like already Christopher suggested.
Thanks!