Search Results for 'child theme'

Results from the Forum
enterpr1se
tagDiv Member

Here is my actived plugin list

Plugin Statuses
Theme Name Newsmag Child theme
Theme Version 1.1
Active Plugins
Number of Active Plugins 59
360° Panoramic Viewer 1.1.4
Accelerated Mobile Pages 0.9.50
Ad Blocker Notify Lite 2.2.1
Advanced Ads 1.7.25
Advanced AMP ADS 1.6
Advanced Excerpt 4.2.3
Akismet Anti-Spam 3.3.2
AMP 0.4.2
Animated Gif Resize 1.0
Better Analytics 1.2.3
Connects – Mailchimp Addon 2.0.3.3
ConvertPlug 2.4.0
Crayon Syntax Highlighter 2.8.4
Disqus Conditional Load 10.2.3
EWWW Image Optimizer 3.4.0
Fast Velocity Minify 2.0.8
Google Adsense Adblock Tracker 1.0.0
Jetpack by WordPress.com 4.9
Media Cleaner 4.0.2
Multipage Plugin 1.3.6
NextScripts: SNAP Pro Upgrade Helper 1.3.9
NextScripts: Social Networks Auto-Poster 3.8.2
Nginx Helper 1.9.10
NinjaFirewall (WP Edition) 3.5
OneSignal Push Notifications 1.14.3
Purge Cache for CloudFlare 1.2
Redis Object Cache 1.3.5
Regenerate Thumbnails 2.2.6
Search & Replace 3.1.2
Social Warfare 2.2.3
Social Warfare – Pro 2.2.3
Table of Contents Plus 1601
tagDiv Social Counter 4.1
tagDiv Speed Booster 4.8
TinyMCE Advanced 4.5.6
VaultPress 1.8.9
WPBakery Visual Composer 5.1.1
WP Crontrol 1.5
WP Google Maps 6.4.03
WP Links Page Pro (Personal Version) 3.3
WP Time Capsule 1.9.3
XML Sitemap & Google News feeds 4.7.5
Yoast SEO Premium 4.8

Here is my custom CSS
/* center the ads */
.td-a-rec-id-content_inline {
text-align: center;
}
.td-a-rec {
text-align: center;
}

/* disable more articles in mobile */
@media (max-width: 767px) { .td-more-articles-box{ display:none;} }

.alignnone img, .aligncenter img {
/* width: 100%; */
}

/*force line break in mobile*/
html { -ms-word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
@media(max-width: 768px){ code { white-space: normal !important; } }

I tried disable all plugins except WPBakery Visual Composer, and clear all custom css, but it doesn’t help
Do you need any other information?

Simion C.
tagDiv Staff

Hi,

Please try this code and see if this works for you
https://www.screencast.com/t/krur1pzsf2
The code must be entered in Theme panel->Custom Css

.td_block_14 .td-block-span12:last-child .td_module_mx1 {
margin-bottom: 32px;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Simion C.
tagDiv Staff

Hi,

That should not happen just by creating and adding a simple smart list to your post. The smart list should not break the page layout. I suggest you check any custom code you might have entered in the theme panel, or added to the theme files. If you are using a child theme switch to the main theme.
Also deactivate all the plugins except Visual composer, clear any caching installed on your website and check to see if this has any effect.

Thanks

infotech
Participant
#0

Hi,
I have added some custom CSS through Theme panel. These are not reflected in the code.
I have created a child theme as per instructions present in the tutorials.
I am using WP total cache plugin and have already cleared cache.
Thanks

ChristianLI2017
Participant
#0

There are problems when creating a Cildtheme. The image flickers, the display is broken and it does not scroll any more – why i cant send images from this problem???

janetgot
Participant
#0

We have a site that uses the Polylang plugin, and we get a 404 error when we have the plugin activated. I have seen several postings here about the issue, but no solution. I found these instructions on the Polylang site, and am hoping to implement this: https://polylang.pro/always-use-get_search_form-to-create-search-forms/

My question to you is how best to do this within the child theme, and which files need to be edited to make search work again? Thanks.

Bogdan B.
tagDiv Staff

No it does not go to a 404 but clicking on a link on our forum directly from a search will add the bold tags that highlight your searched items inside the url itself
Please follow this link: https://forum.tagdiv.com/topic/tutorial-responsive-ads-with-google-dfp/
It is the same one, just not bolded out by the search results

As for the footer ads I do not know what you men. The footer ad spot is present and accounted for: https://www.screencast.com/t/UY12wVtc0
If on your end it does not show up, it could be a plugin conflict as we have seen plugins remove theme settings before.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it.
Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Your big grid 4 does not display properly. That is why the image is stretched. It only shows 1 post but it should be held by a container like so: https://www.screencast.com/t/dxMK2WMdCwKv
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main
theme to make sure it does not affect the proper functionality of the theme.

If the propblem is still there please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights)

so we can login and investigate. Please also include a link to this conversation.

Thank you!

Simion C.
tagDiv Staff

Hi,

Here you can find a child theme tutorial to help you get started
https://forum.tagdiv.com/the-child-theme-support-tutorial/
More information in general about child themes here
https://codex.wordpress.org/Child_Themes

Thanks

rj
tagDiv Member

It’s definitely that plugin’s fault. If I just remove the ads from appearing in the posts with that category and tag, they show up correctly. However, I still need a way to show those ads. Since I’m still using that plugin to show a bunch of other ads that are not being affected with this issue, I would rather not have to install another plugin to do this. So how can I do this through the child theme files? All I need is to show an image after the text of articles that have that category or tag. What files would I have to modify to achieve this?
Thanks in advance.

Catalin
tagDiv Staff

Hello Justin33060,

The Child Theme come bundled with the theme core files -> https://www.screencast.com/t/fRma399qX and if you want to use it you should switch to it from Appearance. For more information about our child theme, please check the child theme support, like this -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

sekra
tagDiv Member

Changes to the parent theme are not recommended so I don’t change any code from the original source. Any update and it gets destroyed 😉

I changed the category.php file in the child theme and added the_archive_description(); So it gets printed.

But this way I can’t use the newspaper styles, that can be changed in theme panel. Maybe you find a way the category pages could be filled with content – that would be a huge bennefit for all SEOs and a great point on your featurelist 😉

Greetings.

Simion C.
tagDiv Staff

Hi,


@monoazulweb
It could be the case that something went wrong when updating the theme. Please try to reinstall it using this method
https://forum.tagdiv.com/install-via-ftp/
Then check if any problems are still present, while having only Visual composer active. It could also be some custom code, or a child theme that you might be using.

Thanks

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Also I saw that it is a Theia post slider. Please note that it was not tested with our theme. We only tested Revolution Slider so I cannot say for sure if a plugin update did not break the slider and if it will work properly at all with our theme. I cannot say for sure about untested plugins.
Thank you!

Simion C.
tagDiv Staff

Hi,

There were changes to the gallery and lightbox feature in Woocommerce, in the latest plugin updates. They are disabled by default as the article mentions and they can be enable by adding the code for the respective feature in the theme functions file, or in the child theme functions file if you have a child theme. More information about this here
https://forum.tagdiv.com/topic/woocommerce-lightbox/

Thanks

Lubo
tagDiv Member

just copy Newspaper-child inside to folder themes which is inside in wp-content

Justin33060
Participant
#0

How do you create the child theme? I saw there was a child theme in the code folder in the full download. But it wasn’t a zip file. So I zipped it and installed it. But now in Appearance/Themes the Child Theme image show Newspaper 7 not 8. Will this work? Or do I need to create the child theme in a different way?

Justin33060
tagDiv Member

How do you create the child theme? I saw there was a child theme in the code folder in the full download. But it wasn’t a zip file. So I zipped it and installed it. But not in Appearance/Themes the Child Theme image show Newspaper 7 not 8.

Roman
tagDiv Member

Hi, Simion, I believe it’s probably the same thing as Sergey asked. We definitely need at the end of the custom post more then one custom taxonomy. Now it looks like this:
Only one row

Is there any solution (even if we need to hack anything or to create child theme) how to add more custom taxonomies on the start or at the end of the post? It would be great if we can do something like thist:

Topic: marketing management
Person: John Deer John Lennon
Company: Microsoft IBM

Thank you very much!
Roman

khanhld
tagDiv Member

Ok, Catalin. I will create a child theme to modify it in future.
Thanks your support!

Simion C.
tagDiv Staff

Hi,

You can try this and I believe it should work. Create the new template by cloning the content from one of the existing templates for example, then declare it here
https://www.screencast.com/t/dQ03Cv6XOcw
Modifications to the td_config file will have to be made directly in the main theme unfortunately, it is not supported by the child theme.
I have not tried this properly, you can do it and share the results here.

Thanks

Catalin
tagDiv Staff

Hello khanhld,

Please notice that a child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. It is not required to use this if you do not need to use it. For more information about child theme support, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks.

khanhld
Participant
#0

Hi support team,
Do I need to create a child theme for newspaper theme?
Thanks,

sekra
tagDiv Member

Thank you Simion for your reply! Thank helped me in understanding the theme.

Can I copy the “category_templates” folder into my child theme? Otherwise I will lose my settings after an update – is this correct?

Thank you for your support!

Sebastian

Viewing 25 results - 9,551 through 9,575 (of 12,866 total)