Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,
Unfortunately as I have replied above, there is no option at the moment to change all the fonts at once. you will have to allow about 10 minutes to change all of the fonts in the theme panel http://screencast.com/t/RfR3E2gr5mB and set the line height for each one. You can read more in the fonts section of our documentation: https://forum.tagdiv.com/font-customization/
Thanks.

Bogdan B.
tagDiv Staff

Hi.
Unfortunately there is no quick solution I can provide for this. The theme does not display anything from a category if there are no posts set to it, but hiding a category after a certain period of time and show it again once it is updated…this will be no easy task. You will have to hire a freelancer to help out on this one.
You can maybe make use of the new sorting option for modules and blocks in which you can set the post id’s to display in a particular block.
Thank you.

Bogdan B.
tagDiv Staff

Hello,
Please clear your cache before investigating any further as the info might have been stored in the cache and id has not updated yet.
Please let us know if the problem is still there after you cleared cache.
Also make sure you follow this guide to see if you have everything set up: https://forum.tagdiv.com/facebook-share/
Thank you

Bogdan B.
tagDiv Staff

Hi,
Please follow this guide in order to increase parameters: https://forum.tagdiv.com/system-status-parameters-guide/ You can also find solutions online to this problem as the parameters are changed from WP not our theme so a quick search through google will return quite a few results on the subject.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This happens usually when loading fonts from another source so the solution would be to load the fonts from the same source. This method worked for most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the theme does not have such an option. You can only insert one ad in one spot. Maybe you can achieve this by using a plugin like adrotate for example.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want to input the code in the phones area, then you have to remove the @media part. The code already contains the mobiles viewport specified so you can introduce it directly in the custom css box, not the advanced one.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
When you change the domain name, facebook will not recognize the URL anymore and the likes will be gone. In order to get your likes back you need to have exactly the same URL as you previously did. This is the downside of changing domain names unfortunately. (powerofhumanachievement.com vs powerofhumans.com)
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I did a little digging into this matter and found some interesting results:
Check this link which has a https in front of it instead of the one you provided and see that there will be 2k likes:
https://www.fashionghana.com/site/hot-shots-cape-verde-beauty-at-its-finest-isilda-moreira-by-luc-valigny/
When you switch from https to http or reverse then facebook will not recognize your url anyumore and the likes will not get displayed.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the theme has no option for it so hardcoding is your only option at the moment(or maybe you can find a plugin that has this option)
You can use a condition in php: https://codex.wordpress.org/Function_Reference/in_category but coding knowledge will be required and i cannot provide any quick solution for it. You can remove the featured image rather easy with this function but it will apply for all the website. In order to just target category pages you will also need this condition: https://codex.wordpress.org/Function_Reference/is_category and that is where things get a bit tricky. My advice is to hire a freelancer to help out on this one if you cannot manage it on your own.

As an alternative to this method, you could simply use a module that has no featured images on your specific category page: http://screencast.com/t/XF69mM1o and the same for the author page: http://screencast.com/t/viZv5LiTC

Best of luck on your project.
Thank you!

Bogdan B.
tagDiv Staff

Hello Manfred,
Unfortunately none of these plugins are actually tested. We ran a few tests with qtranslate-x but they were not official and not in depth. You will have to try them out with a bit of trial and error. Maybe WPML got updated in the meantime. We cannot make any recommendations based on just a few quick tests. Unfortunately we cannot offer support for plugin implementation.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

The best way to do it is add a menu item to the top menu and name it menu: http://screencast.com/t/nFGssrBgws
And then figure out the class of the item and use css to hide it on desktop and tablet viewports like for example: http://screencast.com/t/KsLzGW2IFg
Then you can use this class to target it like so:
@media (min-width:767px){
.menu-item-2318{
display:none!important;
}
}

You can even use font awesome for menus to add an icon to it if you want.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

@dennisjpitocco
If you have not yet received a response via email, then it could have gone in spam, but since we get lots and lots of emails it will be hard to track so please provide your username via email so we can do a quick search and find your email. You can also provide a link to this topic as well.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
There is a method of achieving your goal but it involves editing theme files. You can check this topic: https://forum.tagdiv.com/topic/pagination-5/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately sticky posts have not been added in our theme yet as we have not found a solution yet for implementing them in our modules and blocks. It is not as easy as it seems because the blocks need to be adjusted with every setting/filter to keep track of this one sticky post, plus the new facebook, google and wp changes gave us a lot to work on fixing issues that we did not have much time to implement new options as you can see in the changelog: http://themeforest.net/item/newspaper/5489609
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,

I do not think it will harm any part of your website.
The 500 error is usually a server side error meaning that there is something wrong but the server couldn’t provide more information about the problem. It is an general error usually caused by configuration issues with the websites programming, PHP or system permissions.
I found here some useful information about possible reasons of this errors and a few tips in order to fix it: http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm

Hope this help.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

I’m not sure what you mean but I will try to cover a few settings:
If you access the fonts section from the theme panel: http://screencast.com/t/h68c1rWVHWfp , you can access the google fonts settings and get support for different languages: http://screencast.com/t/cgHdIWh6S69
I’m not sure how the font size will affect this though. The font size can be set from fonts settings like so: http://screencast.com/t/HW5xusXQ
Please refer to the them documentation -> fonts section here: https://forum.tagdiv.com/font-customization/
Let us know if you require further assistance and please try to be more explicit.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme does not change anything by itself. Please specify what you did before this happened. Did you maybe install a plugin that is conflicting with the theme, or made a few custom modifications to the code, or maybe you forgot to logout and somebody pulled a prank or maybe you got hacked… The possibilities are huge. Please check your fonts settings in the theme panel and see if fonts are set or are they rewritten by a plugin. This should be the first clue to what the problem is. IF all fonts in the panel are set to default, this means that the css from the theme gets rewritten and you need to identify where it comes from.(you can try to disable all plugins except visual composer and check again.)
I checked your website and except for a the font, everything seems to be fine.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can reduce the margin between the 2 container using this code:
.td-post-template-4 .td-post-header-holder{
margin-bottom: 5px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have tested this on my ed but could not recreate it. The footer always stays in the bottom of the page and this is how it was supposed to do. Maybe something on your site is affecting the footer. Please provide a link to your website so we can inspect the issue. Also check any custom modifications you may have to your website and make sure all tags are closed. When you experience any situation that seems out of place, compare your website to the official demo to see how it should display by default: http://demo.tagdiv.com/newspaper/
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The caption was hidden with css as a design choice. Your method seems to work fine. Css is pretty straight forward so there is no other “more elegant way”.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately this is how the theme was set up. There is no option to change the default font of the whole site or the spacing to it. In order to do this you will either have to change every setting in the fonts section or edit the style.css file and replace the default font with a custom one. I will add this suggestion to our update list and hopefully in a future version we will be able to provide an option to change the font across the whole website easily.
Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,
Please check your ad codes as the theme only accepts standard adsense. Try the ad that works, the one from the header and set it to another spot and see if it displays. If it does, than most likely it is the ad code itself. If these other 2 ad codes are recently acquired ones, then it will take a bit of time before they will display.
Let us know how it goes and if the problem persists please provide more details about your ad code and provide a link to your website.
Thank you.

Bogdan B.
tagDiv Staff

Hello Adria,
The topic ypu suggested shows exactly the method needed to achieve your goal. The file path is located in this screenshot: top left: http://screencast.com/t/Umqmoxdb8OIt you then need the category id which you can see in the category page when hovering over a category (it will be displayed at the very bottom left of the screen)
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Did you by any chance edit the seo plugin settings? You need to use the seo yoast plugin and create a xml sitemap so google can crawl your whole website. Please check if this option is ticked: http://kb.yoast.com/article/96-enable-xml-sitemaps-in-the-wordpress-seo-plugin
You can also check your xml for any errors: http://kb.yoast.com/article/123-xml-sitemap-errors
Thank you!

Viewing 25 posts - 19,501 through 19,525 (of 22,378 total)