Hi,
Yes, you can add a hex value, I was hurry up and it is more fast for me to write red.
You will have to use custom css even for the item color – http://screencast.com/t/V7Hhe7AHIv
.menu-item-xxx a {
color: #AD2929 !important;
}
Thanks!
Hi,
Please check this custom css in Theme Panel > Custom Css – http://screencast.com/t/tTnoAaaup
.home .td-next-prev-wrap {
float: right;
}
.home .td-next-prev-wrap .td-ajax-prev-page, .td-next-prev-wrap .td-ajax-next-page {
border-color: #3E3838;
}
Thanks!
Hi,
Unfortunately we did not tested this plugin with our theme so I cannot make any suggestions, sorry!
Using the default post pagination, if you add the code in article bottom ad, it will appear on all your pages above the pagination – http://screencast.com/t/PORrLG4PXj
You may ask about this at the plugin author as he knows how it works and maybe he will provide a solution.
Thanks!
Hi,
The tagdiv blocks were designed to work on 1,2,3 columns, so like I said above if you change the page width or sidebar width(1 column) you will have to adjust also the blocks/modules as they will not be displayed properly – http://screencast.com/t/D2Brn6NId – http://screencast.com/t/YkWB3jXP If you change the width – http://screencast.com/t/MY9h88LZ – http://screencast.com/t/wpLrHRYePHN
This is an example to see that it is not an easy task and it wont work only to change the width, you will have to review all the css and also the responsiveness of the theme.
Thanks!
Hi,
Unfortunately this is how the pop up widget works, you wont be able to remember log in credentials using the browser. Also the theme use the wordpress registration form. If you want to alter the sign in widget here you can edit this file – http://screencast.com/t/6eyWCzoqv5B I suggest to hire a freelancer to help you with this.
You can translate it from Theme Panel > Translations – http://screencast.com/t/UaT6FZKqf
Thanks!
Hi,
Unfortunately we did do any tests with phpbb so I cannot provide any solution for this, sorry! You could maybe try a plugin like – https://wordpress.org/plugins/bridgedd/
If this doesn’t help, my suggestion is to hire a professional developer to help you with this project.
Thanks!
Hi,
Not sure why this happens. Do you use anti spam plugin like Akismet?
Try to disable wp comments on all posts – http://screencast.com/t/g2d4NxGNqezi and disable comments on future posts from Settings > Discussions – http://screencast.com/t/a3iwaYdYiIS
You can also try a plugin like this one – https://wordpress.org/plugins/disable-comments/
Thanks!
Hi,
I have checked your site and it seems that only the woff is excluded from the gzip compression – http://screencast.com/t/4vgPvJ0hNYp Please try the following guide – https://blog.bigdinosaur.org/gzipping-at-font-face-with-nginx/ and see if it helps.
Thanks!
Hi,
Please try the following steps:
*Create a custom field – http://screencast.com/t/SYujEbhx
*And add the following lines – http://screencast.com/t/CIkChsnUtRlR – http://screencast.com/t/keth1I6Vill
Thanks!
Hi,
Every block has a bottom space so you can try to inspect this using the browser inspector tool to target those and remove the margin or padding bottom – http://screencast.com/t/YjorLPjnWm – http://screencast.com/t/7UUGAF3tz2u
I suggest to hire a freelancer to do this for you if you don’t have basic css/html experience as the time doesn’t allow us to provide custom work at this time, sorry!
Thanks!
Hi,
We use the WordPress Registration form so(it is just implemented to the popup sign in widget) – users will get an activation link they need to click and then another email with their credentials.
Thanks!
Replied here – https://forum.tagdiv.com/topic/hola/
Hi,
Here you can find now the related articles function and you can try to add the sort order – http://screencast.com/t/V3syUCoGj
'sort'=>'random_posts'
Thanks!
Hi,
This is the code for author open graph added in the theme files – http://screencast.com/t/l5wOtEPmOtEN If you remove it the SEO by Yoast(this we suggest to use) will control the author meta, so it will take the facebook username. You will have to remove the facebook url if you don’t want any author when the article is shared – http://screencast.com/t/OqZOF3RUjmj or contact the plugin support and ask about this.
Thanks!
Hi nasosrogas,
I cannot access your site – http://screencast.com/t/0mOvxD8rNY it seems to be in the maintenance mode.
Please also disable all your plugins except of Visual Composer to make sure that it is not a plugin conflict, also clear cache and purge your files if you use CDN. Let me know if you still have this issue and when I can access your site to take a look.
Thanks!
Hi,
Sorry for delay we don’t work for weekends!
Glad that it works now! Let me know if you have other issues related to the theme.
Thanks!
Hi,
The speed booster was tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the them are not written fine so the developer took this decision.
If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/rwPy4qFbmj
.widget_tag_cloud .tagcloud a {
font-size: inherit !important;
}
Or instead of inherit you can add a specific size.
Thanks!
Hi,
Just connect to your server, go to the /plugins folder, unzip the Visual Composer upload it – http://screencast.com/t/kD3YPsT9nj
It is similar procedure like update the theme via ftp, but instead just upload the Visual Composer in the plugins folder – https://forum.tagdiv.com/install-via-ftp/ Please let me know how it goes and provide more details how you tried to update. Do you get the same error like above?
Thanks!
Hi,
Just inspect your menu items and add the background color to their classes – http://screencast.com/t/y9eJfFqp0mZ
.menu-item-xxx {
background-color: red;
}
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css as the theme doesn’t have an option to align the top ad like the inline ad – http://screencast.com/t/EwJGlmNn
.td-g-rec-id-content_top {
float: left;
margin-right: 20px;
}
Thanks!
Hi,
Sorry for delay we don’t work for weekends! We answer to the most oldest topics so if you add new replie we get later to your topic.
I think that this cause the issue – http://screencast.com/t/8oMenxVBn WordPress consider it like a special character. Please use Latin characters in the sidebar name, anyway it is visible only in backend. Let me know if you still have this issue if you replace that character with i for example.
Thanks!
Hi,
Unfortunately the top-bar was not designed for mobile device and it is hidden. You can display the sign in widget on mobile using this custom css in Theme Panel > Custom Css – http://screencast.com/t/XmLAEEm65m
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full .td_data_time, .td-header-top-menu-full .menu-top-container, .td-header-top-menu-full .td-header-sp-top-widget {
display: none !important;
}
}
If the code doesn’t work please provide a link so I can inspect this.
Thanks!
Hi,
You have to make this change in the code – http://screencast.com/t/ALNuLtU4gklU please check the official documentation – https://developers.google.com/youtube/js_api_reference#setPlaybackQuality – http://screencast.com/t/rCMcHwif6
Thanks!
Hi,
Please make sure that you have permission for upload folder, you can try to upload an image to media library to check this. If you can upload an image, please provide errorlog file so we can take a look at this, also you can ask this to your host. Let me know!
Thanks!