Hi,
I meant restoring the header code to the default code of header style 7 if you have modifications in place, not changing the header style. if no modifications were made, please disable all plugins except visual composer, clear cache and reset cdn files. Also if you use a child theme, please try to activate the main theme and see if the problem is still there.
If you still have problems wit this, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect this issue. Also include a link to this topic so we can identify you.
Thank you!
Hi
I’ve checked your site and noticed that you’re using an older them’s version. Try to update the theme at V 3.0 which is available in themeforet: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches, deactivate the child theme then test again.
Let me know how it goes.
Thanks!
Hi,
If you made any modifications to the theme code, please remove it including any custom css to see if the issue does not come from there. Also if you use a child theme, please switch to the main theme and check again. If you still have issues with this, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect the problem. Please also include a link to this topic so we can identify you.
Thank you!
Hi
Try to deactivate all plugin except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again. If you’re using child theme make sure that it does not affect main theme’s functionality, you can also test the site without it.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can have a closer look, also include a link to this topic.
Thanks!
Hello divinechild,
Unfortunately, our theme does not have such a simple option that offers you a way to change the logo corresponding to what type of language you are using, sorry! Unfortunately, the theme does not have such a plugin tested in this regard and we cannot make a recommendation in this regard. If you are using this type of plugin, you will have to adjust it to work as properly with our theme and then if you want to add this option regarding on logo you will have to create a variable which detects the language used by you and depending on what language you are using to change the logo. To do this, you will have to add some conditions in files which are created the logo and add if/else statement -> http://screencast.com/t/NhcXz3vuW As you can see, this is not a simple task and this method involve custom work. So, if you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Good morning,
I have very little idea what I’m doing, so I was hoping you could point me in the right direction.
I have version 1.7 of newsmag right now, and wanted to upgrade to 3.0 but I haven’t been using a child theme.
I’m certain I’ll lose a lot of changes to the site when I update. Is it possible to get around this at all and not lose the changes to the site?
many thanks in advance
Hi,
Unfortunately the theme does not have any options that could help you on that so you’ll have to go ahead and do this by altering the post template file in your child theme setup, like this: http://screencast.com/t/fZ6EdfhMhQ – here is the code I have used: http://pastebin.com/dH2M8ru1
This will add it for all post that use the default post template like the mentioned post does: http://screencast.com/t/IAO19fb989
Hope this helps you!
Thank you
Hi
Have you updated the theme at V 7.1.1 which is available on themeforest? When the theme is updated it’s settings shouldn’t be affected as they are stored in database. Please follow our documentation to update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also before the update process deactivate ll plugin except Visual Composer, clear all caches, deactivate the child theme if you’re using then run the update.
Let us know if you still need assistance on this.
Thanks!
I’m trying to add a custom ad zone for content ads like Taboola above the post title but below the header. So, on the following page it would be above the title of “Kid After. . .” and below the header with the logo. It would span the whole width of the page.
http://vidtd.com/2016/06/18/kid-after-getting-drugged-up-at-dentist/
Is there any way to do that through the theme options to make it easy on me, or do I need to go into the code? If I need to go into the code, how exactly do I do that? I already have a child theme enabled and moved the single post template into it if needed, but wanted to see if there was a way to do it through the theme.
The homepage allows a lot of flexibility through the visual composer, but I can’t find a way to do it across all posts to the overall post template.
Thanks!
HC
Hello donmcleman,
I have tested on my side and everything seems to work as properly, regarding on style.css from child theme using the Editor from WordPress. Please notice that this type of option is controlled only by the WordPress and this is not theme related. Check your WordPress settings, hosting provider in order to achieve best results in this case.
Thanks for your understanding!
Hello Caum,
At the moment, unfortunately, this is not possible using our child theme because you will have to register your block in td_page_builder_widgets.php as the widget with add_action and this type of file do not support to be overwritten in the child theme, sorry! At the moment, the only way for it is using this in the main theme.
We certainly plan to extend the theme flexibility in the future updates. I’ve added your suggestion on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one.
Thanks for your suggestion, have a nice day.
Hello,
We would appreciate guidance on how to apply the category header style 3 to the tag template in our child theme like so:
<!– copy and paste. Modify height and width if desired. –>
In other words we would like to apply category header style 3 as seen here http://bit.ly/1UmhliC to our tag header as seen here http://bit.ly/1ttRDzt
Thank you!
Hi, I’ve set up a child theme and I’m surprised to find I can’t make amendments in the editor to style.css – I have to enter any amendments in the custom code tab of the Theme Panel.
This is the main reason I set up a child theme. Is there a way I can get Newspaper to work from the child theme style.css?
I’m using Newspaper with a child theme.
I had to create a new block with specific content to use it in a sidebar. For this, I followed your very clear example (https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/).
To display the block as a widget, I added some code in the td_page_builder_widgets.php file.
But the only way to make it works seems to add this code in the original file of the Newspaper theme.
I tried to create a copy of this file in my child theme (../child_theme/includes/widgets/td_page_builder_widgets.php) but it doesn’t work.
Modifying an original file in the parent theme will be a problem each time I will upgrade the theme.
Is there a method to manage this block widget directly in the child theme?
Best,
David
Thanks Andrei but I don’t see that as an option.
Here is what I am trying to do. On the page below I want to show ALL the posts under this Custom Post Type so that they show up on one screen as opposed to paginating it to 10 posts per page.
http://empoweringpumps.com/industry-pros/
I am using a child theme and them using one of the modules in order to pull all the info when you get to the link above.
Also, I would like the posts to show up alphabetically not chronologically.
-
This reply was modified 10 years by
apacheinteractive.
Hi,
Unfortunately the ad spots do not allow custom code. In order to add content to all posts, you ned to edit the post template files: http://screencast.com/t/olPNq0inekoH You can use standard html insode these files and the code will appear on every post that uses the template you modify. You need to make the modification for every post style that you use on your site.
These files can also be added to the child theme: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks.
Hello wwth,
First of all, please ensure that this type of problem is not caused by your caching plugin and then try to clear all your caches, purge CDN file if you are using the CDN system and check the result because it should not appear any problems in this regard.
So, if your problem is still there after this advice, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Please mention there what kind of custom CSS is not applied to your theme which is added to your child theme so I can identify them and also, so I will be able to provide a more accurate response. Also, please provide the link of this topic so we ca easily identify you.
Thanks for your understanding!
Hi,
I’d like to add a custom text right below a post content. Same text site-wide.
E.g. A call-to-action (a subscription form) or a custom-made banner (which is not Adsense).
How to achieve that?
If it’s only possible via using a child-theme,
do you have any plans to include a “setting” or a spot in the admin area (similar to “Custom CSS”) that would allow a custom code which would then appear right below (or above) the post content?
I tried to utilise the “ADS > Article Bottom Ads” spot in the admin, but it didn’t work. I already use Adsense in that area.
Thank you.
Hi,
Updated to theme 7.1.1 and updated my Child Theme php which all pulls through correctly and has the desired effect.
However, the style.css is having no effect at all on the site.
To ensure (as much as possible) this has nothing to do with any mistake on my behalf I have created a new child theme that ONLY consists of the functions.php and style.css file you supply.
I still get the same result…the style.css file has no effect.
Please help!
Hello zingolo,
For more information for our child theme, please consult the documentation here -> https://forum.tagdiv.com/search/child+theme/ There you will find all of the files which could be rewrite in the child theme. Please notice that are refers only to ADVANCED users and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi,
Post templates can be modified from the child theme.Please check this list to see which files will work from the child theme: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hello donmcleman,
Please notice that the child theme rewrite these kinds of files which you have listed above. So, using the child theme involve a lot of additional customizations which are addressed only to advanced users and if you are not aware of the steps which you needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
In child theme? if so, how do you create a child theme with newspaper7?
In child theme? if so, how do you create a child theme with newspaper7?