Kindly help on following issue
1. I want to display Author, Date, Comments etc below the post.
2. I want to decrease spacing between paragraphs.
3. I want post title on home page of blue color, when hover, it should be underlined. However post title color on single post page should remain black.
Thanks
-
This topic was modified 10 years by
alpsbox.
Hello alpsbox,
1)Please notice that you will have to alter the code from the core file in order to achieve best results. So, for example, if you are using the post template style 1, you will have to change the code from the loop-single-1.php using the following steps, like so -> http://screencast.com/t/JA74POSdkGNs and then http://screencast.com/t/gWid9lxdY The code you will found here -> http://pastebin.com/U6g7iX7E and the result you should see here -> http://screencast.com/t/hT2SK3YbTJa9
2)Please notice that if you want to decrease the space between your paragraphs, you will have to decrease the padding-bottom for them. Please try the code below and place it in Theme panel->Cusotm CSSa rea.
The code is ->
.td-post-content p{
margin-bottom:2px!important;
}
3)Please try the code below ->
.entry-title a:hover, .td_block_wrap a:hover {
text-decoration: underline!important;
}
Hope this helps!
Thanks.
Hello alpsbox,
Please notice that you will have to alter the code from the modules which are used in your Blocks on the homepage. For example, if you are using the Block 3, please notice that this is using the module 1 and you will have to alter the code in td_module_1.php, like this -> http://screencast.com/t/ZQJTCB1zS For more information about blocks and modules used in the theme, please check here -> http://screencast.com/t/t872TIWrCtR
If you want to change the color for your post title on the homepage, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.home h3 > a {
color:blue;
}
The result -> http://screencast.com/t/1GXUrd4M
For your second request, please try the code below.
The code is ->
header .td-post-views{
float:left;
}
header .td-post-comments {
float: left;
margin-right:20px!important
}
The result -> http://screencast.com/t/MCNlaCxnoH7
Thanks.
Thanks Catalln for your help.
I have few more questions
1. How can I display title like this http://awesomescreenshot.com/08e5w5n45a on image in Big Grid 5.
2. How to prevent overlapping on home page http://awesomescreenshot.com/0015w5np1f
3. Why dropdown menu disappears in between? In this case it disappears after “kids, babies & toys”. http://www.screencast.com/t/nZOpCUvg
4. How can I move “Latest” at the top? http://www.screencast.com/t/Z7IXnRSyiz
Hello alpsbox,
1)Please notice that first of all you will have to know what type of font is using in your example and then you will have to change the title post for your Big Grid from the Theme panel->Theme Fonts, like this -> http://screencast.com/t/zwi1D7ES9Hc
2)I need to inspect your website URL so I can identify the source of the problem.
3)Also, it is needed your website URL.
4)Our theme does not have such a simple option for this and if you want to do this and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks.
Hello alpsbox,
1)I suspect this problem come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. I saw that you have used some untested plugins which could create this issue. Please try without them and check the results.
2)Please try the code below.
.td-category-header {
z-index:3!important;
}
The result ->http://screencast.com/t/xlj8bRhciKsx
Thanks.
Many thanks for your help.
I disabled all the plugin but issue is not gone. You can check articles on home page is still overlapping. http://www.awesomescreenshot.com/0015w5np1f
I want to display post title in BIG GRID 5 on black background as shown in this http://www.awesomescreenshot.com/08e5w5n45a
My current view is like this http://awesomescreenshot.com/0865w8wf32
You can also check it on home page.
Mysite url http://goo.gl/O5XMfg
Hello alpsbox,
I have checked your website again and I saw that you are using the module 15 and this it seems to be different than the default layout for this type of module, as you can see here -> http://demo.tagdiv.com/newspaper/category/module-15-layout/ Do you have some additional customizations which change the layout of this type of module? If you so, please try to revert your customizations of the theme to the default state and check how it works. Also, you will have to make a sub-domain and also, you should do a clean install with the latest version of the theme and check there how it goes without any customizations.
Thanks for your message!
I did all the steps you mentioned.
In fact, I installed latest version of theme on fresh WordPress but same issue.
You can check http://engineersproject.com for fresh installation.
If you need admin credentials I can share that too.
Hello alpsbox,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also. please provide the link of this topic so we can identify you.
Thanks for the message!