Hi,
Some of the properties you are trying to change about the blockquote, are available in Theme panel->Theme Fonts->Post content – https://www.screencast.com/t/5oDw4aI9xDCP But if you want to change them through that css code, try it like this
.td-post-content blockquote p {
max-width: 600px;
margin: 20px;
padding: 10px;
text-align: center;
font-family: sans-serif;
font-size: 16px;
color: #7f7f7f;
border-left: 6px solid #38b6cd;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
With this result – https://www.screencast.com/t/NPHUZkcN8
Thanks
Hi,
The aspect ratio depends on the source video format itself, so you can not change a video from one aspect ratio to another, only by using a converter probably or by other methods. Please correct me if I misunderstand and provide more details and a link to your website pointing to the problem.
Thanks
Hi,
I see that you have installed the magazine demo, but I do not see any problems or differences related to the post content on your website and the demo – https://demo.tagdiv.com/newspaper_magazine/2015/09/23/td-post-fashion-week-parties-night-4/ If you want to remove the theme’s background you can do it like this – https://www.screencast.com/t/TRVdDLKklW1g More information about this here – https://forum.tagdiv.com/background-introduction/
Thanks
Hi,
The categories in the popular category element are arranged by popularity, that means number of posts. The popular category has these options available – https://www.screencast.com/t/3Wlmxf711M
Thanks
Hi,
Try this code, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/7Mp5IgUA
.td-related-title.td-block-title {
background-color: transparent;
}
If this does not fix the problem, please provide a link to your website so we can inspect it.
Thanks
Hi,
Please provide a link to your website pointing to the problem so we can inspect it. An image inserted in the post content should display where you position it inside the post structure – https://www.screencast.com/t/Kwg9djNH – https://www.screencast.com/t/BwpPad6nU Maybe a plugin could affect this, you could try to deactivate all your plugins except Visual composer, clear the cache and check again.
Thanks
Hi,
I have tried it like this and the custom ad size it displaying properly – https://www.screencast.com/t/j0BLMPLY19 and the theme panel – https://www.screencast.com/t/koKO91v3cIiw Maybe it is a cache issue, try clearing it.
Thanks
Hi,
Unfortunately you can not set one of your category pages as homepage. You can create a page with the Visual composer elements that you want – https://forum.tagdiv.com/how-to-use-visual-composer/ and use that as homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and then also control the content displayed in the grids and blocks using these settings – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
You have not mentioned if you are using the mobile theme plugin, in which case there are predefined templates for the homepage – https://forum.tagdiv.com/the-mobile-theme/ If you are not using the mobile theme then the same content you have on desktop will be displayed on mobile, the theme is fully responsive. Maybe the plugin you are using is not compatible with the theme, not all plugins are, or is not properly configured. A caching plugin could also prevent the changes from being applied. Please check these system parameters too – https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
Please check and increase the parameters mentioned in this guide – https://forum.tagdiv.com/system-status-parameters-guide/ as this could be causing the problem. Also try this while having only Visual composer active, to rule out maybe a plugin interference or conflict.
Thanks
Hi,
That affects the posts that are using post template style 2, but like I said the bottom sharing by default displays at the bottom of the post, after the via field, tags, post pagination and review – https://www.screencast.com/t/UnV13L8H4qxF If none of those are used, it displays just after the content – https://www.screencast.com/t/juSN26qOtiV or bottom ad if used – https://www.screencast.com/t/pgSO5l6Iz7L0 In the link you provided the sharing appears after your bottom article ad – https://www.screencast.com/t/Hh5wfRinKZ6r and after the comments plugin. Maybe you can configure the settings of the plugin to change the position where it appears. You could try the solution from this topic and use a custom ad instead of the article bottom ad – https://forum.tagdiv.com/topic/sourcevia-above-add/ and place the ad do_shortcode below the bottom sharing.
Thanks
Hi,
You can choose a different header style if you want a bigger logo size – https://forum.tagdiv.com/logo-favicon/ For example header style 9,10 and 11 use a full width image size. This can be seen in the cars demo – https://demo.tagdiv.com/newspaper_cars/ which uses header style 10.
Thanks
Hi,
The TagDiv site is custom made, but you could achieve something similar using the Visual composer elements. Try adding an empty row on your page – https://www.screencast.com/t/RxQ2ZVHsEx then set a video background – https://www.screencast.com/t/wXSxctvLSMh In that row you can add a text block for example – https://www.screencast.com/t/nVkWU3Zf and buttons if you like – https://www.screencast.com/t/yP8zNJUF and even an image element – https://www.screencast.com/t/qJEMLIxz6o9 then further customize them in each of their settings. The result is like this – https://www.screencast.com/t/01H1DkDpkGl9
Thanks
Hi,
You could modify the loop file corresponding to the post template style you are using (post template style 2 – loop-single-2.php) from the theme folder – https://www.screencast.com/t/w9ichSol If you open that file in an editor you can see the post template structure – https://www.screencast.com/t/unmMN1H28N1 The default bottom sharing is supposed to display just after the article bottom ad if used, or after the content if not. That plugin pushes it down, by inserting itself in the post content – https://www.screencast.com/t/gdNJS68rJ9J
Thanks
Hi,
Please make sure you set a featured image for the post – https://forum.tagdiv.com/featured-image-or-video/ and try to remove the code/plugin you added to see if it displays. Then try it with the code, if it does not work it means that the code or plugin you are using is somehow affecting the featured images on posts. Please note that not all plugins are compatible with the theme ans some may not work properly and interfere with the theme’s functionality. If you still have problems with the featured images after disabling the plugin, please provide a link to your website so we can inspect it.
Thanks
Hi,
Well you could use the default WordPress theme editor for example, if you do not have access to the theme folder on your server via ftp, like this – https://www.screencast.com/t/Y7ieAYUrb4
Thanks
Hi,
Try this code, as it may provide a fix for this issue you are having at the moment – https://www.screencast.com/t/gABddFDml – https://www.screencast.com/t/RgDe20lGR You must enter it in Theme panel->Custom Css
.td_top_authors .td-authors-url {
white-space: normal!important;
}
.td_top_authors .td_mod_wrap {
padding-bottom: 15px!important;
}
Thanks
Hi,
The big grid on mobile is intended to show featured posts. If you want you can make the change like this – https://www.screencast.com/t/olwAB2sIwoFi
Thanks
Hi,
Unfortunately it is not so easy to make the changes you want. The theme has the available options for header styles, each with a different layout. These were specially created and tested to work properly in all cases. If you want to modify the properties of a header style you can use the browser inspector tool to identify the elements used and their classes and create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and also take in acoount the responsive design when you make these modifications. I see that you have made the header menu full width, the sub menu is related to the menu item you are on, so the best you could do is use a code like this – https://www.screencast.com/t/47uUZPmzA but in the case where a background is set, like post template 8 it will not be easy to make the menu full width. This is the code you must enter in Theme panel->Custom Css
.td-header-style-5 .td-mega-menu ul {
left:auto!important;
}
Thanks
Hi,
Please note that the theme will provide a new version of the Revolution slider plugin along with the theme updates, and after it has been tested for compatibility accordingly, taking in account every aspect of the update. This is related to the Visual composer plugin also. The version that is included in the package is fully compatible with the theme, but I can not say for sure that a new version of the plugin will be too.
Thanks
Hi,
All of the theme’s ad options available are in Theme panel->Ads. Regarding posts you can have article top ad, inline ad (after a set number of paragraphs) and article bottom ad. More information here – https://forum.tagdiv.com/article-ads/ and here – https://forum.tagdiv.com/post-template-ads/ You can follow this guide to set your ad in the sidebar – https://forum.tagdiv.com/sidebar-ads/ and also find out more about the custom ad possibilities here – https://forum.tagdiv.com/custom-ad-spots/
A for the header size please provide your site and detailed information about what you want to modify, because there is no option for this, it must be made custom.
Thanks
-
This reply was modified 9 years by
Simion C..
Hi,
It is possible to achieve something like that with the post pagination, this is where the post pagination is defined – https://www.screencast.com/t/QcaRTizvH506 and where you can make the changes. You could make modifications like this – https://www.screencast.com/t/gWPCfHx4BSZ. Then with a little bit of styling you can have this result – https://www.screencast.com/t/QKan1on2bSf This is just to point you in the right direction, you can experiment with it to further customize the pagination if you want. This is the code I used after modifying the theme file, it must be entered in Theme panel->Custom Css
.page-nav-post div {
float:right;
margin-left: 5px;
}
Also you can position the navigation more to the middle with a code like this – https://www.screencast.com/t/hAkbxkPBrupI
.page-nav-post {
margin-left: 25%;
}
Thanks
Hi,
You can add your custom ad size here – https://www.screencast.com/t/WhbeBdHcYM3j as Catalin suggested in the last reply from the topic provided above.
Thanks
Hi,
Then you must insert your code in the header.php file found in the theme folder – https://www.screencast.com/t/VnEkMX5xnK inside the head tags – https://www.screencast.com/t/M9zUdqb24
Thanks
Hi,
The featured image has an auto height property – https://www.screencast.com/t/5w6AWnuA – https://www.screencast.com/t/ryrydqNclR6b – https://www.screencast.com/t/15V84Ec5 and uses this crop system – https://forum.tagdiv.com/featured-image/ so it depends on the aspect ratio of the image used.
Thanks