Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Yes, the theme uses style.css file.

Thanks

Lucian
tagDiv Staff

Hi,

Thee theme doesn’t have an option for this and as it’s not an easy task and you would need custom work for that which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.

Thanks for the message!

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

You can also set your sidebar like this: http://screencast.com/t/kyIPcX9y8 just set and add your page content on the left then use the layout I’ve pointed in the screenshot and using a widgetised VC element add your sidebar.

For the ads you need to use the div’s mentioned into the ads guide: http://screencast.com/t/BJ2EAWEu and set a banner for each screen width (mobile/tablet/desktop): https://forum.tagdiv.com/ads-system-full-guide/

Regarding the inline ads please note that I have also tested this and haven’t found any issues:
config: http://screencast.com/t/KjSpwbaLB
result: http://screencast.com/t/gcvA3Y7ouM

Please make sure that you use this right and also try it without any plugins active.

Thanks

Lucian
tagDiv Staff

Hi,

Please also send your site’s URL so I can inspect this and make sure that you use the latest theme version(1.4) and also test this without any plugins active, lave just the VC active, empty cache/purge files and check again.
You can also try to regenerate fonts like this:

1. go to https://icomoon.io/app
2. button “import icons”, import from newsmag.svg (in /images/icons/),
3. select all icons;
4. button “generate font”, button “download”;
5. copy the 4 files (.eot, .svg .ttf .woff), in “fonts” folder in the downloaded zip file, rename icomoon.* to newsmag.*, replace old files, done.

Please let me know f you still have issue after doing this and also provide your site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

Add your custom post type here, like this: http://screencast.com/t/c9Bi2kDPpt

Thanks

Lucian
tagDiv Staff

Hi,

Please also add 'nav_menu_item' along your custom post type, like this: http://screencast.com/t/sQSMDdurzS4
This should solve your problem.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately there is no way at this moment and you would need additional customization for this to work. If you need it you can get some to help you with this and manually add the code to the template, it’s not an easy task and you would need custom work for that which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You need this for the ticker so you have to add it where the code for the ticker is in the page-category-big-grid.php file.

Thanks

Lucian
tagDiv Staff

Hi,

Add this anchor tag like here: http://screencast.com/t/oz1vFhVb
Here you have the modified function: http://pastebin.com/iE9Rd8sR

Thanks

Lucian
tagDiv Staff

Hi,

If you hadn’t made other custom modifications this should work fine as you can also see here: http://screencast.com/t/aHQsYwPp I have also added the read more button for block 6 as well and haven’t had any layout issues.
If you use cache or CDN host services please empty cache and purge files as this could case issues and load old content of the files.

Thanks

Lucian
tagDiv Staff

Hi,

The simpler way would be to set and use the “homepage bg” template. In that case you will automatically have added an slider to the page then use custom css to set the background to be transparent.
Set the background template then remove the big slider you use then let me know and I will provide you the css to set the background to transparent.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we can provide on ETA on this. You can track the change log when updated to find out if this feature is added. We will provide more info on this as soon as we have any.

Thanks for the message!

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that you have your blog page set as homepage so please make sure that you set your homepage like this: https://forum.tagdiv.com/homepage/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Based on your description I believe that this could happened if you haven’t set an featured image to those posts that appear first in the slider in which case the slider will appear blank.
Please edit those posts and make sure that you have set an featured image and you still have this issue afterwards please let me know and also provide your site’s URL.

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks for the message!

Lucian
tagDiv Staff

Replied via email!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please send a link to a posts which contains this issue so I can inspect it and also please make sure that this is not caused by a plugin and check without any plugins active and also make sure that you empty cache.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Add this function to your theme functions file: http://screencast.com/t/XB2LpOjyfR6

function SearchFilter($query) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','SearchFilter');

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Have you managed to get this as I have noticed that you use module 6 now for your similar articles section: http://screencast.com/t/yw7pDG84wR
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for that but you could use css and hide them on those pages on which you don’t want them or you could use a condition in the footer.php file and set them to show only on those pages: http://screencast.com/t/IRuaDNaHGemF
Either way you need custom work for this which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

I have also tested this using the latest theme version and haven’t had any issue of this type so you shouldn’t experience this also.
Please make sure that you use the latest theme version which is 4.6.1
Please try this without any plugins active and also make sure you empty cache as well and make sure the theme actually saves settings. 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 and also provide your site’s URL!

Thanks

Lucian
tagDiv Staff

Hi,

First you need to customize your ad: http://screencast.com/t/T8HSBeKabQ
Then get the line from there and add it to your post template file like this: http://screencast.com/t/il4F2hfX9Xi5 with the id of your customized ad: http://screencast.com/t/ZJq5e3yXDy9
I have also tested this and haven’t had any layout issues when using it.

Thanks

Lucian
tagDiv Staff

Hi,

Please try to remove the script tags from here: http://screencast.com/t/cxhYAES7

Thanks

Viewing 25 posts - 2,351 through 2,375 (of 6,600 total)