Replied via email!
Thanks
Replied via email!
Thanks
Hi,
It usually happens when loading the font file (which contains those icons) from another host/url. Check your browser’s console if you have an error like this – http://screencast.com/t/fKy2k43k9kc
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks
Hi,
There is no mobile version, the code is the same for each viewport. I’ve tested this on mobiles also and its working fine there also. Please make sure that you empty all caches then try again.
Thanks
Hi,
You can use the category filter to filter posts from the category you need: http://screencast.com/t/s6WvK3Qp
Thanks
Hi,
The theme’s elements blocks/slides weren’t designed to work with that page layout. Theme’s blocks were designed for 3 columns based layouts: http://screencast.com/t/SAMw9pPSym Sorry!
Thanks
Hi,
Please provide wp-access and send login details at contact@tagdiv.com so we can have a closer look at this and also include link to this tread. We will get back with an answer as soon as possible.
Thanks
Hi,
I believe you refer to the search module: http://demo.tagdiv.com/newspaper/category/module-search-category/
For it change you need to edit the td_module_blog file and change the module class and column number, like this: http://screencast.com/t/Yowplln1tTYQ – result: http://screencast.com/t/L13jA0i4ckGO
Thanks
Hi,
The gallery waits for the script to load however this should not behave like this. We have this on our attention and we will try to find a solution until version 5 update.
You can work around this by using this custom css in theme panel > custom css section:
.post_galery_slide_1 {
overflow: hidden;
}
This will hide the images until the gallery script loads.
Thanks
Hi,
That can’t be done using theme settings and the height of it is determined by its content. You can try to do it via custom css though and set a minimum height for it, like this: http://screencast.com/t/2blWuXzqrM
.td-header-style-3 .td-top-menu-full {
min-height: 55px;
}
Thanks
Hi,
You can use the original post pagination and hide the page numbers from pagination via css, like this: https://forum.tagdiv.com/topic/make-the-pagination-buttons-2/
This how you can use it in your case: http://screencast.com/t/9fQbHoJTRVER
.post div.next-back a:first-Child {
display:inline-block;
}
.post div.next-back a:last-Child {
display:inline-block;
}
.post .next-back a {
display:none;
}
.post .next-back > span {
display:none;
}
Thanks
Hi,
We recommend you update the theme to the latest version as the latest update has fixes related to the security vulnerability recently announced on themeforest: https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-multiple-wordpress-plugins.html
First make sure you backup your current theme and wp install then update the theme by uploading the theme files via FTP: https://forum.tagdiv.com/how-to-update-the-theme/
Use this guide and the introductions provided there to make sure you do this right: https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/
After doing this update the child theme. First make a backup of it then update it then copy the customized files.
Please note that if you have changes made to modified theme files, you need to adjust your customization to theme’s code.
Hope this helps!
Thanks
Hi,
Glad you’ve solved it!
I mean this: http://screencast.com/t/iGSUTlnbf – It happens due to your css/html minifications so please make sure you replace the style.css file with the original one or if noting changes please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
I’ve tested your minified css code and had the same issue: http://screencast.com/t/oiS78Y8a2
Thanks
Hi,
The doubleclick ads aren’t recognized by theme’s ad system and the code is rendered as it is. So your ad banners always use 468x60 dimensions. The theme only works using google adsense ad codes: https://forum.tagdiv.com/ads/ ..for other type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots.
Thanks
Hi,
Sorry for the delay!
The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify if this happens when you save settings in other cases in theme panel and also 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.
Hope this helps! Please let me know how it goes!
Thanks
Hi,
@sunkast
Could you please provide wp-access so we can have a look at this? Send your wp-admin login credentials via email at contact@tagdiv.com and also provide a link to this tread.
Please try to switch to classic mode and see how it goes if you manually remove the extra 2 tabs shortcodes and also if you add tabs using the tabs element not by choosing a template.
Let us know how it goes!
Thanks
Hi,
@frasercarly89
That behavior is on all your site’s pages, homepage also and they all appear unstyled. Checking your site I’ve noticed that you’ve minified/compressed your css/html so please make sure that you also tested this without using any plugins and turn off any css/html/js compression you have enabled then test again.
If noting changes then please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
@Stefan
I can’t see this on your site so please provide more details which can help me recreate this and also make sure you also test without plugins, empty caches turn off minification option and test again.
Thanks
Hi,
We are aware of this and we’ll have a look at it as soon as possible. You could try to redirect those url until we can provide an accurate answer on this.
Sorry for the inconvenience!
Thanks
Hi,
1. Just the one form the wp-content > plugins folder and please always make sure you backup your WordPress and theme install: https://codex.wordpress.org/WordPress_Backups
2. Yes, best would be to disable all plugins, then delete the Visual Composer plugin and install within theme files > /plugins folder. Please use this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
3. If you don’t use any cache plugins then go ahead without concerning this aspect.
4. 1. Edit your wp-config.php file and enter something like:
define('WP_MEMORY_LIMIT', '96M');
WordPress memory can be different to the server – you need to set this regardless of server memory settings
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
4. If none of the above works then talk to your host.
Thanks
Hi,
Actually those 2 css resources: http://screencast.com/t/zYBgBKoCg are moved to the footer by the speed booster plugin: http://screencast.com/t/muBEUqsS but the notifications in google still appears because of theme’s generated css: http://screencast.com/t/y3BSB6JS which is loaded after the main theme style.
To avoid this you could try to make the changes directly into theme’s style file.
Thanks
Hi,
Please do so and provide your admin details via email at contact@tagdiv.com so we can have a look.
Thanks
Hi,
I can see that your feeds do show images when using feedburner: http://feeds.feedburner.com/WorldwideSourceOfArchitectureAndHomeDesignMagazine
The feeds work the same on newspaper demo: http://feeds.feedburner.com/Newspaperr
You can try this to also control the thumb dimensions: http://brianjackson.io/show-featured-image-wordpress-rss-feed/
Thanks
Replied here: https://forum.tagdiv.com/topic/remove-date-title-with-css-still-showing-up-briefly/
Thanks
Hi,
Your custom css is loaded after the initial css of the theme is loaded so the date and author appear then are hidden causing this.
You can add this css directly in the style.css file, like this: http://screencast.com/t/wawafBlQd4k
You can also comment the dates and author from all modules files, like this: http://screencast.com/t/Vm23ez7Ih
Thanks
Hi,
The badges have been custom built for this forum, we haven’t used a plugin for it. Sorry!
Thanks