Hi,
Our theme has many google fonts, but not all of them. If you want to use a font that is not on the list in the fonts section, you can use this method to implement it: https://forum.tagdiv.com/using-custom-fonts/
Hope this helps.
Thanks.
Hello,
Unfortunately we cannot provide a quick solution for this. The ajax search was designed to work with posts not custom fields. Even if you manage to get it to work with custom post types, ta custom field is not a post type. All of the code has to be changed.
As you can see here: http://screencast.com/t/nOdiP3Bc the result will grab posts, not fields.
You can find the function here:
http://screencast.com/t/StjxCgsUf
You will have to get some hired help on this one as it won’t be so easy like simply copying a piece of code or replacing another piece. This will require the code to be adaptated to the fields code.
You can hire a freelancer form sites like studio.envato.com if you truly need this customization.
Thank you for your understanding.
Salutare,
Si elementul ‘trending now’ sau ‘news ticker’, cu se gaseste in visual composer, are filtre pentru categorii exact ca alte block-uri din tema: http://screencast.com/t/sPPs7zfqtjg Aici poti selecta categoriil;e din care doresti sa afiseze postari.
Multumesc.
Hi,
I’m not sure why this happens, maybe there is a limitation on your server that does not allow the timezone to be detected for some reason. Please try to add it manually like so: http://screencast.com/t/ZKmSrGpV
date_default_timezone_set('America/Los_Angeles');
Here are the time zones that the function can get: http://php.net/manual/en/timezones.php
Let us know how it goes.
Thank you!
Hello,
The excerpts in our theme, if they are set to display a certain number of words, they will depend on the word spacing. Your language does not use spaces after words so the theme thinks all of the content is just one big word. Please change the excerpt type to letters here: http://screencast.com/t/2fxwQcB9lI
Thanks.
Hi,
The code above works only for block 21. It even starts with block 21’s class: (.td_block_21)
If you want to apply it to block 1 simply change the number from 21 to 1.
Thank you!
Hi,
There usually is a difference between the mobile and desktop version. We already have this on our list and we will improve the mobile version in a future update.
Maybe you can squeeze a bit more speed by following Chris’ optimization tutorial: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thank you!
Hi,
The post template does not change It’s only the background that changes. This is a default feature of the theme. A post will grab the category background you set in the theme panel. Unfortunately there is no option to remove this behavior except for altering the theme files.
Thank you!
Hello,
Unfortunately this cannot be set from wordpress, but rather the theme files. You need to alter the theme files and change the default h3 to h2 here: http://screencast.com/t/b99NP2Mu
Thank you!
@HenryAganza
Please create a new topic if you require support as this one is destined for the showcase, not support tickets.
Thank you!
Hi,
I have checked your website and found where the author box is coming from. If you want to remove it, do it from here: http://screencast.com/t/65gPDIgjDwq as it’s a plugin you installed.
Thank you!
Hello,
1)You can use this css:
.home .td-main-page-wrap{
padding-top:1px!important
}
I left 1 pixel so that it doesn not completely touch the menu. If you want it like that, simply set it to 0px
2)In order to achieve that effect, you can stretch the rows in visual composer and add background to them like so: http://screencast.com/t/ZJD3RAq6v and set a background color from design options.
Hope this helps.
Thanks.
Hi,
Please follow this topic: https://forum.tagdiv.com/topic/remove-extra-fields-in-user-profile/
Thank you!
Hi,
Also if you use the tagdiv speedbosster plugin this will be even more visible. This is the way css works. (‘cascading’). If you do not want to see this effect, change the default fonts from the style.css as Chris suggested.
Thanks.
Thank you for this info Kris. We will try to fix this issue in the next version of the theme.
Hi,
For other ads besides adsense, please use this method: https://forum.tagdiv.com/using-other-ads/
As for the social counter, please follow my tutorial on page 1: https://forum.tagdiv.com/topic/social-counter-facebook-fan-count-incorrect/
Hope this helps.
Thank you!
It seems that in the current version the html in the footer copyright gets stripped down again. We will look into this and fix it. Please try the code above to see if it still applies.
Thanks.
Hi,
Sorry but your website cannot be accessed. The ralated articles can be removed from the theme panel like so:
http://screencast.com/t/7pIxeN43BTC
The double related articles could be caused by jetpack. There is a related artiles from there as well. If you use it, please disable the related articles, photon and the mobile theme (these last 2 are known to cause issues with the theme)
Hope this helps.
Thank you!
Hi,
We are sorry you feel this way, but please understand that support has limits in what can be offered. Please read the support policy: https://forum.tagdiv.com/support-policy-2/ and you will see that it clearly states that customization services are not included.
The following issues are not covered by support:
Server configuration and complex server-side issues
Customization and installation service
WordPress general support/howto’s. For this can look on wordpress.org forums or check on web for tutorials
Support for third party software and plug-ins or other issues that are not related to our product
If you search through this forum you will see that we do go that extra mile just to make our customers happy. But we cannot tackle big and time-consuming customization though.
Thank you!
Hi
Let’s try this another way.
To add new fields in register widget you need to edit top-menu.php and add the html code here: http://screencast.com/t/sHLuSweo and td_ajax.php for the ajax calls: http://screencast.com/t/oRa9qESri You also will need to edit theme’s js and adapt the code such that the data from new fields to be sent to server: http://screencast.com/t/NTSzshgJip
Note that this is a complex task which require much customization and good coding skills. This is why we did not provide a solution for it earlier in the other topic as this is not a simple code we can provide via the forum. We try to help out where we can but the downside to this is that we cannot help everybody like in your case where the modification is not easy to do.
Thank you for your understanding.
Hi,
You could add text to the top-bar if you edit one of the top-bar files here: http://screencast.com/t/8P8jAdkXjrZ
There are 4 files and you need to edit the top bar file corresponding to the one you selected from here: http://screencast.com/t/ctTX7s2Ioo7
Thank you!
Salut,
1) Din pacate, acele widgeturi sunt adaugate cu un textwidget si nu pot fi targetate cu CSS incat si celalalte textwidgeturi vor fi afectate. Au nevoie de o clasa de css proprie. Cel mai bine ar fi sa modifici direct codul widgetului si sa scimbi dimensiunea imaginii de acolo. Incearca sa adaugi clase daca se poate la codul din text widget. Le poti adauga intr-un div si doar dupa aceia se vor putea fi modificate cu css.
2)Din cate observ, butoanele functioneaza pana la postul acesta: http://screencast.com/t/cM9KFi2vqy34 care are un titlu foarte lung. Incearca sa mai adaugi putin spatiu din codul de mai sus intrucat acum deja s-a rescris css-ul si un al doilea !important nu va merge de la mine. Incearca sa pui un 5px la fiecare valoare.
3)O sa luam in considerare.
4)Modificarea am facut-o direct la mine si a functionat. Intr-adevar este un pic mai complicat dar ar fi trebuit sa functioneze.
Pe viitor o sa avem control mai bun asupra ad-urilor deoarece lucram la o mai buna implementare a lor.
Multumesc.
Hi,
Unfortunately I could not access your website: http://screencast.com/t/Ksi3nHvKfeM8
This type of errors usually occur from plugin conflicts. Please disable all your plugin except visual composer, clear cache and reset cdn files if you use it. If the problem gets resolved when you do this, it means that one of your plugins is not compatible with the theme.
Let us know how it goes.
Thanks.
Hi Adnan,
There is a css in the theme that does that. If you want to override it, you can use this code:
.sf-menu > li > a {
text-transform:none!important
}
Thank you!
Hi,
The logo is aligned already from the theme perspective: http://screencast.com/t/cY5UxpO5Pvp
It needs to be adjusted in a photo editor and centered from the image itself: http://screencast.com/t/cbcBUKZFQ
Thank you!