Hi Christopher,
I have added this on our todo list for testing. Also tried to reproduce this but could not do it, can you please send me an URL the site which has this issue so I can check it?
Thanks
Hi,
I noticed you have theme version 4.2.1.
We had some issues regarding pagination in the previous version so you can updated the theme to it’a latest version (4.2.2) in which we have fixed this.
Make sure you make a backup at your current theme files in case something goes wrong you can revert.
Here is how you can manually update the theme: https://forum.tagdiv.com/how-to-update-the-theme/
Regarding the site’s speed, you can follow this guide and topic:
https://forum.tagdiv.com/pagespeed-guide/
https://forum.tagdiv.com/topic/pagespeed/
Thanks
Replied via e-mail.
Thanks
Hi,
You have to edit the block for that and change the title in the “Optional – custom title for this block:” filed.
For this edit the page, then edit the block you want to customize: http://screencast.com/t/HFgPZuwtW then change the title: http://screencast.com/t/R02GuQnGAo
Thanks
Hi,
Thanks @TheMediumUTM!
Using .widget class will not work because the block dose not have a parent container with that class, best will be to use the css like this:
.td-post-sidebar .td_mod6 {
border-bottom: 1px solid #7d7d7d;
}
Result: http://screencast.com/t/oxKbz3Sd8ca1
This will work only for post page template, you need other css for other sidebars.
Thanks
Hi,
This usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Thanks
Hi,
You can find them here: http://screencast.com/t/kQ0i7LKHljpf then here: http://screencast.com/t/d5gr0Hlk49rV
Thanks
Hi,
@jenny_moviral
The slider looks like that because was modified, I have noticed that it’s been fixed at 330px height http://screencast.com/t/9iuNrQrt4jNs this is the reason for the slider looking like that and you need 4 posts in the slider not 3 , try to remove that custom css and check if this is still happening.
Also noticed that you are using the 3.5 theme version. We have changed the layout for the slider on mobiles from version 4 if I remember right so you can try it. Make sure you make a backup of your current theme so you can revert back top it if things don’t work well as we made some changes until 3.5 version. http://screencast.com/t/9iuNrQrt4jNs
@mrsky28 Do you have the same problem? Please send me an URL to your site so I can inspect this.
Thanks
-
This reply was modified 11 years by
Lucian.
Glad you have figured it out. Please let me know if you have any other theme related issues.
Thanks for the message!
Have a nice day!
Hi,
It shows like that because you have set “Blog Tasting Parties” as mega menu. You can disable the mega menu by going to your appearance > menus find those categories and remove the mega menu by settings them like this: http://screencast.com/t/P9NUg6gwGz and save the menu.
I have also noticed that you have set the mega menu for “Tasting Parties” also, you can remove it the same if you like.
You might find useful to read about mega menu here: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks
Hi,
Are you referring to the category description? http://screencast.com/t/HCe8R859b
You can change this via css using this custom css in theme panel > custom css:
.category .entry-content {
background-color: #4db2ec;
font-style: italic;
color: #fcfcfc;
text-transform: capitalize;
font-family: Lobster;
}
Please let me know if this is what you want to change.
Change the background-color/font-family/style/color... as you like.
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@Mike_Rawlins
See here: https://forum.tagdiv.com/how-to-update-the-theme/
Thanks
Hi,
@DoOove
Please let us know if you have any issues and note that if you updated the theme to the latest version you will have to updated the VC plugin also.
Thanks
Hi,
We have this on our todo list and currently looking for a better solution for implementing this as an option default for all images.
It can be set individual for each image, as @gnoe pointed.
Thanks
Hi,
That space comes from rows not from blocks. Use this custom css to remove that:
.home .td-grid-wrap .wpb_row {
margin-bottom: 0px;
}
Thanks
Hi,
Should work, make sure you have done this right, I have checked this on your site and worked fine: http://screencast.com/t/V7N6kBvv
Thanks
Hi,
Looks like somehow the spaces from post content are added into excerpt: http://screencast.com/t/5zaVleWxCl
Make sure you check this, go to post editing panel, switch to ‘text’ then remove this: http://screencast.com/t/YNU65Fjasp leaving the content like this: http://screencast.com/t/Ly9Jc3Bqa
I have tested this, should solve your problem.
We will look into this issue.
Thanks for the message!
Hi,
Please try this: http://screencast.com/t/jdD4n3nAq
.menu-header-container .sf-menu .menu-item .td-mega-menu .sub-menu , .menu-header-container .sf-menu .menu-item .sub-menu .td_block_inner {
width: 800px !important;
}
.menu-header-container .sf-menu .menu-item .td-mega-menu .sub-menu
{
position: relative;
left: 140px !important;
}
Change the width value and the left value for position as you need. Note that you will need to make this adjustments to each screen width in order to make it look good, use the media query snippets to style the mega menu for each screen.
Thanks
Hi,
The css should not affect the sidebar as it apply’s only to the post title. The sidebar’s width should not change though when you use post style 3, as I noted before, I have made some tests and found no issue.
Please set the post to use post style 3 and then let me know so I can inspect this.
Thanks
Hi,
Yes, such a solution I would be suggested too, I might add though at that css the .td-full-layout class because it will not work if you have a full layout only, I guess you have a boxed layout also.
Let me know if you have any other theme related issue.
Thanks for the message
Hi,
Thanks Christopher!
Sorry for the delay on which I’m answering to this, I have made some tests with this but haven’t found any issues with it, I will add this on our issue list for more testing until we can figure it out and if this is happening because of the theme we will try to fins way to fix this.
Sorry for the inconvenience.
Thanks for understanding!
Hi,
@Christopher thanks for sharing!
Sorry for the delay. We have this on our todo list, we will look into it and fix it in the next theme update. Mean while you can remove the code Christopher pointed from the header this will also remove the og: tag.
Sorry for this!
Thanks
Hi,
You can edit each template you want and add the shortcode using the do_shortcode() function. Should look something like this: http://screencast.com/t/esLXMffm8hQ
Do this for each template you want: http://screencast.com/t/HtwL21Cs
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');?>
Hope this helps!
Thanks
Hi,
Use the css without the last comma, that is why this css it’s not working, the classes have not changed so should work fine after the VC update also:
.td_block1, .td_block2, .td_block3, .td_block4, .td_block5, .td_block6, .td_block7, .td_block8 {
padding-bottom: 0px !important;
}
Thanks