Hi,
That is the option to limit the posts number displayed in a block, in Visual composer
– https://www.screencast.com/t/ytAMNjvrLeSd
Here you can see how all the block look in different layout situations
– https://demo.tagdiv.com/newspaper/block-1/
The recommended layout to be used when creating a page regardless of page editor used, is a maximum of three columns
– https://forum.tagdiv.com/how-to-use-visual-composer/
This will ensure that the blocks and other elements will display with the best results. Using a different row setting, like a four column could cause problems. I am sure you can find a row/column and block combination that you can use, while taking these recommendations in count.
Thanks
Hi,
The font used in the Social counter is the Open sans font already
– https://www.screencast.com/t/qSvEXObeLT
The widgets you mention inherit the font properties set for the body in the theme panel. You could change them in particular with custom code, like this for example
– https://www.screencast.com/t/hxgJBIYMr
.td_block_text_with_title {
font-family: "Open sans";
font-size: 20px
}
The code must be entered in Theme panel->Custom CSS, if you decide to use it. Please correct me if I misunderstand something.
Thanks
Hi,
There is a problem at the moment while using a List menu element in a page, then setting this page in a page menu. I believe that is what you are trying to do. We will fix this issue as soon as possible. Sorry for any inconvenience this problem has created for you.
Thank you for understanding!
Hi,
You could select header style 10 for example, which has a centered logo like this
– https://www.screencast.com/t/6fGepKCcL
To make it similar to header style 3, you can enter this code in Theme panel->Custom CSS
– https://www.screencast.com/t/cJBYh9BjcLb
.td-header-style-10 #td-header-menu .sf-menu > li > a:after {
height: 100%;
z-index: -1;
}
.td-header-style-10 .td-header-main-menu {
background-color: #282828;
}
.td-header-style-10 .td-header-menu-wrap-full {
background-color: transparent !important;
}
.td-header-style-10 .td-header-gradient:before {
display: none;
}
.td-header-style-10 #td-header-menu {
display: block;
}
This could be a solution for what you are trying to achieve.
Thanks
Hi,
If you update the theme you will loose the changes made to the theme files directly. In each updated theme package there is a patch folder, where you can see what files have been modified in the update
– https://forum.tagdiv.com/whats-included/
That is useful in some cases, when you can update the theme by replacing only the modified files.
Thanks
Hi,
This code entered in the Theme panel->Advanced CSS in the phones section will remove the top margin on mobile
– https://www.screencast.com/t/2EcyWPLVPhLO
.first_grid_3.td-pb-span12 {
margin-top:0!important;
}
At the moment the elements below the big grid display like this
– https://www.screencast.com/t/KAYyZgmXgL
If you want, you could use a code like the one below in the same phones section to achieve this result (or simply add the margin bottom in the code provided above)
– https://www.screencast.com/t/AlRvu8Kq8I
.first_grid_3.td-pb-span12 {
margin-bottom: 0!important;
}
Thanks
Hi,
The footer ad is interpreted and displayed properly, but the header ad seems like it is not complete
– https://www.screencast.com/t/eE6eojqCE3
Are you absolutely sure that the code is valid and working? Try as a test to enter the footer code in the header and see if it displaying there.
Also the theme system status has to be according to the mentioned values, that could be the cause as well. You could contact your hosting in this matter as I mentioned, they may be able to help you.
If it still does not display, you can send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. Also paste a link to this topic in your email.
Thanks
Hi,
Sorry about that, I though that this was about the latest articles, my mistake. That is a filtered block that displays related posts
– https://www.screencast.com/t/OEVn0qne
– https://www.screencast.com/t/gaodgo75q
Thanks
Hi,
For the homepage you can use a code like this, to set a background for the sidebar
– https://www.screencast.com/t/MyuzY1tat
You can change the color to what you want, and then enter the code in Theme panel->Custom CSS section
.home .tdc-content-wrap .td-pb-span4 {
background-color: lightgrey;
}
For the posts you can use a code like this if you want to set a background there also
– https://www.screencast.com/t/mtb5UEmEnzX0
.single .td-main-sidebar {
background-color: lightgrey;
}
Thanks
Hi,
The related articles section displayed on the post page, will inherit the global block header style set in the theme panel
– https://www.screencast.com/t/gvvNvOqw9aJ
– https://www.screencast.com/t/APvhZ2Sos
The template set there in the theme panel will be overridden by the individual block settings, in the page edit screen
– https://www.screencast.com/t/DeoQV290MVb
And also by the settings in the widgets section
– https://www.screencast.com/t/zvdYiVRP
Thanks
Hi,
I have inspected your website and for me the article titles on the homepage seem to have the color you set, for the h3 heading
– https://www.screencast.com/t/drJQ4J06zoNr
Maybe it is a caching issue, try clearing any installed cache.
Thanks
Hi,
It seems to be coming from a plugin maybe, like Simple Custom CSS and JS
– https://www.screencast.com/t/NeFly3JE2
The code might be entered in the plugins custom code fields. The theme already has the options to use custom code, in the theme panel
– https://www.screencast.com/t/50nJkSwGR
I could give you another code to make the titles display on the homepage, if you cannot find the source of the one that hides them
– https://www.screencast.com/t/QheNUvrlp09
.home .entry-title {
display: block;
}
You must enter this code in Theme panel->Custom CSS section
– https://www.screencast.com/t/xtr71DskYx
Thanks
Hi,
This code should work (for me it is working properly), it will place the logo on the left while the header ad will remain where it is
– https://www.screencast.com/t/GenUQLzMv
.td-header-style-1
.td-header-sp-logo {
margin-left: 0;
margin-right: 56px;
}
.td-header-style-1
.td-header-sp-logo img {
margin-left: 0;
}
If it does not, you can send us an email at contact@tagdiv.com and provide your website and login information. Also paste link to this topic in your email.
Thanks
Hi,
There is a margin top on the Big grid
– https://www.screencast.com/t/DOtLPNvOaT
You could use the custom class to remove it with a stronger code
– https://www.screencast.com/t/Tn3Xxp2IeQ
If you want the code to apply only on mobile you can sue the Advanced CSS option in the theme panel
– https://www.screencast.com/t/DlFrgk7e
I also see that there is a height set on the row through a custom class, and it is causing some layout issues, but that could be a work in progress on your design
– https://www.screencast.com/t/9PaMofbd
Just thought I should point that out.
Thanks
Hi,
You can find the loop that the mobile theme uses in this file
– https://www.screencast.com/t/9xRSsfjo
Thanks
Hi,
If you have bought the theme previously, then you do not have to buy it again when an update is available. Simply login into your Themeforest account and download the updated theme package.
Please make sure you are installing the theme properly
– https://forum.tagdiv.com/install-via-ftp/
– https://forum.tagdiv.com/install-via-wordpress/
Only upload the zip file containing the theme as mentioned in the guides, not the whole theme package.
The demos are included in the theme package, you do not have to buy them. If you find a demo that you like and want to use it on your website, you can install it in the theme panel
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
Thanks
Hi,
It should work properly if you have set it right. For example an image with a custom link in the sidebar ad section
– https://www.screencast.com/t/z8DYJ2xz
Then place an Ad box element on the page and select the sidebar spot
– https://www.screencast.com/t/uvvJzhbMIW8
The image will direct to the link you have set in the ad code
– https://www.screencast.com/t/lDpcFrrxRx
The title URL will work if the element has a custom title, and only when the title is clicked
– https://www.screencast.com/t/pNou2HkLCa6
Please correct me if I misunderstood the problem.
Thanks
Hi,
Please provide more details about what exactly you want to achieve. The images titles can be edited in the media library
– https://www.screencast.com/t/TUWGPO0GQ
Or in the image details in the post edit screen
– https://www.screencast.com/t/mBkWVTmoF
There is no theme specific option to change the titles of images, that I can think of.
Thanks
Hi,
It could be the country restrictions settings that are to blame. Try removing this condition and then check if you can access the Facebook page while logged out.
At the moment it is still not accessible
– https://www.screencast.com/t/XZ47FAEj
Thanks
Hi,
The top grid that is displayed on the front page when the mobile theme plugin is active, will display posts from the Featured category. Please make sure that you have posts in that category
– https://forum.tagdiv.com/featured-posts-2/
– https://forum.tagdiv.com/the-mobile-theme/
Ad codes for the mobile theme have to be inserted in the mobile theme section of the theme panel in order to be displayed
– https://www.screencast.com/t/c7LOAUgiFyaC
The mobile theme is optional, if you want the same content from desktop to be displayed on mobile, you can simply deactivate the plugin.
Thanks
Hi,
There is no option to hide the ads on specific posts and pages. If the article ads sections have an ad code inside them, this will be displayed for all the posts. You could maybe use a plugin for the ad implementation instead of theme, that may have more options in this matter.
Here is a topic that you can read for more information
– https://forum.tagdiv.com/topic/disable-adsense-ads-on-specific-posts/
You could also search the forum for more similar topics that might be useful.
Thanks
Hi,
This was also always specified in the Visual composer update guide
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The new version of Visual composer must be tested properly first with the theme, and then included in the theme package and officially supported. This will ensure the best functionality between the two.
Thanks
Hi,
That probably happens due to the modifications. All the modules and blocks display the post title. I have inspected your homepage and there seems to be a code that hides all the titles on the homepage
– https://www.screencast.com/t/Rc9ESxsopoM
If that is not what you meant to achieve, you could remove that code and the titles will be displayed on all the blocks from the homepage.
Thanks
Hi,
You can post the link to your website here in the topic. If that is not possible, you can send us an email at contact@tagdiv.com and provide admin login information. Also paste a link to this topic.
What you could try first are the suggestion from the previous reply. Try re-saving the permalink also, and clear any installed caching.
Thanks
Hi,
You can try a code like the one provided below. It should make the homepage, category pages and posts have the container background color that you choose
– https://www.screencast.com/t/shvOiA4EHjo
– https://www.screencast.com/t/eMKNFFYdD
– https://www.screencast.com/t/wJFTfgDt9h1
If you want to add more elements, you can identify them with the browser inspector and add their classes to the code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The code must be entered in Theme panel->Custom Css section
.td-header-container,
.td-main-content-wrap,
.td-category-header,
.td-category-grid,
.post {
background-color: lightgrey;
}
Thanks