Hi,
Sorry for the delay!
If the settings are not saved you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!
Thanks
Hi,
Glad you have solved that.
This may help regarding pagespeed:
*https://forum.tagdiv.com/pagespeed-guide/
*https://forum.tagdiv.com/topic/pagespeed/
Thanks for the message!
Hi,
For the category page you can change the background color from theme panel, like this: http://screencast.com/t/dEEQQbpFUwae
Use this css to change the background for the page wrap, like this: http://screencast.com/t/OApu5JiWI1A
Add it in theme panel > custom css:
.header-logo-wrap img {
padding-top: 30px;
}
.td-page-wrap, .td_block_mega_menu .td_block_inner, .td-more-articles-box {
background-color: #4b4b4b !important;
}
Thanks
Hi,
Use this css:
@media (max-width: 1018px) and (min-width: 768px){
.td-header-style-8 .td-style-8-logo-wrapper {
vertical-align: top !important;
position: relative;
top: 26px;
}
}
Result: http://screencast.com/t/pItVU5v2cmn
Thanks
Hi,
You have to add that code into theme’s function.php file which you can find in the root of theme files: http://screencast.com/t/X5iuZk1qXXRm
Please make sure you add this right you have added the code into functions.php file found in WordPress’s files that’s why you got that error.
Thanks
Hi,
The theme doesn’t use a gif image for loading animation, this is created using js, you can see this here: http://screencast.com/t/l1rBlbBbL
You can change it as you like.
Thanks
Hi,
Thanks Christopher!
@iha You could also try this: https://forum.tagdiv.com/how-to-use-custom-fonts/
Thanks
Hi,
Please use this custom css, add it in theme panel > custom css: http://screencast.com/t/ws1OHott4me
.td-sp-ico-menu {
background-position: -20px -364px !important;
}
Thanks
Hi,
I understand now, the columns shortcodes don’t have nay feature to allow you to automatically dived the text equal on columns, you would have to this manually or try to find a solution for this online.
Sorry about this.
Thanks
Hi,
I’m not sure what your issue is with the sidenotes. If you refer that the sidenotes remain at the left of the post if you are using the post content padding you can fix that like this: http://screencast.com/t/voRUtMsB
Use this css:
.postid-413 #livefyre-sidenotes-header-wrapper {
padding-left: 17.5% !important;
}
Note that this will be applied only to that specific post, you will need to adjust it if you want to make changes to other posts.
Thanks
Hi,
To fix this please edit the gallery and set it to link to media file like this: http://screencast.com/t/N9Zb76l2
The theme uses this image sizes: http://screencast.com/t/yVdr3GyCe generated when you upload an image and as you probably noticed the image sizes added in functions.php are used for modules if you decide not to use some of the modules you can remove the image size.
However we have this on our issue list, by default WordPress doesn’t have such a feature so we are looking for a solution to fix this.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I’m nor sure I understand what issues you have, please provide more details about this, a screenshot would also help. I have checked your site and seems to work fine: http://screencast.com/t/uFagyknzlC
Please let me know!
Thanks
Hi,
Thanks Christopher!
@monicacortes
Sorry for the delay I have checked your site and looks good to ma now, do you still have this issue?
FYI as Christopher pointed the images aren’t enlarged by the theme or WordPress and you need a plugin for that, like Thumbnail Upscale or upload larger images.
You may also try this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Hope this helps!
Thanks
Hi,
Sorry about this we have missed that, thank you for letting us know.
Thanks for the message!
Have a nice day!
Hi,
The banner isn’t shown on different screens because you only add one for the desktop screens which is above 1200px. As you wrote you will need to create and add a banner for all devices and add it using this code:
<div class="td-visible-desktop">
desktop ad code
</div>
<div class="td-visible-tablet-l">
tablet landscape ad code
</div>
<div class="td-visible-tablet-tp">
tablet portrait ad code
</div>
<div class="td-visible-phone">
phones ad code
</div>
Also please follow this guide: https://forum.tagdiv.com/ads/
Thanks
Hi,
Use this css in theme panel > custom css, like this: http://screencast.com/t/2tvCa6DEVtFj
.td-head-form-search-wrap .wpb_btn-inverse, .td-search-form-widget .wpb_btn-inverse {
color: white;
background: #4b4b4b !important;
}
.widget_search .td-search-form-widget #s, .widget_search .td-search-form-widget #s:focus {
background-color:
#E72030 !important;
}
.header-search-wrap .dropdown-menu .td-head-form-search-wrap #td-header-search {
background-color: #E72030!important;
}
Change the color as you like. Remove the one for the dropdown header menu if you want to do this only for the sidebar widget or reverse.
Thanks
Hi,
Sorry for the delay, I have tried to replicate this using the theme’s latest version and made tests on various devices using iOS system and didn’t noticed nothing wrong: http://screencast.com/t/OCCXtoMKa6
This may be due to a plugin conflict also so please make sure you deactivate all plugins, empty cache, purge CDN then check again.
Thanks
Hi,
Use it like this: http://screencast.com/t/fPX7mDOuGq
.td-menu-header .td-li-wrapper-menu .sf-menu > li > a:hover {
text-decoration: none !important;
color: #4db2ec !important;
}
Thanks
Hi,
Unfortunately the time doesn’t allow me to configure this for you.
You can use the image description or caption for photograph credits or you can always get a freelancer from sites like: http://studio.envato.com/ to configure the photograph copyright filed for you.
Thnaks
Hi,
We are sorry about this, unfortunately we had to do it. You can use the previous theme version in which you will have this setting, we can also offer you a refund if this doesn’t suits you. If you need the previous theme version files send an email at contact@tagdiv.com , specify the request and we will send it to you.
Sorry about this and for the inconvenience.
Thanks
Hi,
Make sure you follow this guide: https://forum.tagdiv.com/ads/ and that you add it right.
Send me your site’s URL so I can inspect this if nothing works.
Thanks
Hi,
That is the way, you have the code there and you just need to replicate please make sure you follow the steps and add the code like I instructed.
I have tested this and works fine, if you don’t have any basic php/html/css knowledge please get someone to help you with this.
Thanks
Hi,
Use this css: http://screencast.com/t/s4ZV8cfDSRv
.vc_box_outline_circle {
border-radius: 5000px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
.vc_box_outline_circle.vc_box_border_black {
border-color: #2a2a2a;
}
div .vc_box_outline_circle {
padding: 6px;
border: 1px solid #ebebeb;
}
Thanks
Hi,
Use this css to remove the border:
.td-boxed-layout .td-menu-background .td-menu-wrap {
background-color: transparent !important;
border-bottom: none;
}
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
border-bottom: none;
}
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: none !important;
}
.td-menu-wrap {
height: auto !important;
}
Use this css to target and style the menu item on hover as you like: http://screencast.com/t/aHZiKiXj
.sf-menu .td-not-mega > a:hover {
text-decoration: none !important;
background-color: #c335ea !important;
}
You don’t’ have to worry about the current page highlight because this will be removed with border bottom css.
Thanks