Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

Unfortunately in order to do that you need to make some changes in theme files, but be notice that if those changes can not be made in child theme after update you’ll need to make that changes again ( the update will override the theme files ).

Here you can get the file location wp-content/themes/Newspaper/includes/shortcodes/td_block_mega_menu.php
https://www.screencast.com/t/UEjVpjzan7Ka

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

A link to the website would be helpful, so I can take a look. Worth investigating plugins as a first step, plugins are usually the main cause of problems. Or code entered in the theme panel, theme files or child theme if you use one.

Thanks

Calin
tagDiv Staff

Hi,

The difference is that the settings from theme will be replace by child theme, in this way you can make theme update without have worries with rewrite the changes in theme ( the theme files will be clean ).

Thank you.

Simion C.
tagDiv Staff

Hi,

You could modify the respective module in a child theme, move the image code to the top, like this example
https://www.screencast.com/t/fcUaC5dW
https://www.screencast.com/t/IqoJLvuiS
Result – http://prntscr.com/m3yefh

Maybe this is also possible by using a cloud template and loop element, these loops are flexible and could be made to look similar to that
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
For example cloud category template 6 which uses a loop design as you mention
https://affiliate.tagdiv.com/#/load/Category

Thanks

monsur
tagDiv Member

Thanks for your friendly instruction, I am grateful to you.
I have an existing site on the default theme. After I upload the child theme folder to create a site with this ,what will happened to the main theme/default theme website? Will it be as fresh as before or the content will be there too?

Pls reply in this regard
Thanks
Abu

nevrion
Participant
#0

Hello, is it possible to have custom post types like displaying pages?

I’d like the custom profile to look like Pages created … but if I try, it will be completely different. Unfortunately, copying page.php as custom-post-typ.php into child-theme does not work.

Example:

Page: https://www.screencast.com/t/37sMhvlYgM5

Custom Profil: https://www.screencast.com/t/6DCumorZsC

Calin
tagDiv Staff

Hi,

Unfortunately yes, all modification in theme files will be lost after update, you can use the child theme, in this way the settings made in child will remain after update.

Thank you for your understanding.

tasdemir
tagDiv Member

Fortunately I am not keeping you busy for nonsense questions. There is no search form in my “Add Element” tab.
https://picijo.com/album/22171/my-screenshots?fs=1
My Newspaper Theme version is 9.2.2. I am using a child theme and did not mess with any fundementals of the theme. What is that I am doing wrong?

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have this option to set in menu different hover color on each category, sorry.
I think this can be done wit some custom css
Here is an example
ul li:nth-child(2):hover a:after{
background-color :green;
}
ul li:nth-child(2):hover a{
color: green;
}
ul li:nth-child(3):hover a:after{
background-color :blue;
}
ul li:nth-child(3):hover a{
color: blue;
}

https://www.screencast.com/t/0fN2vG0kU

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

Sorry but there is no simple method to add a swipe button to open a the mobile menu.
If you know your way around coding, you can give this method a shot: https://stackoverflow.com/questions/2264072/detect-a-finger-swipe-through-javascript-on-the-iphone-and-android
Unfortunately we will not be able to help as we cannot offer any customization services at the moment.
Adding css to the child theme will not increase page loading speed.
In order to make your site faster please use the following guides:

https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

We also recommend this Cloudflare configuration
https://forum.tagdiv.com/cloudflare-cdn/

For speedbooster you can disable the compatibility check like so:
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thank you!

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!

Calin
tagDiv Staff

Hi monsur,

In order to create a child theme you need to create a a folder or copy the one from theme package https://www.screencast.com/t/P5vA5wm8I and follow the structure from the child-theme-support-tutorial.
What’s included in the Newspaper theme package -> https://forum.tagdiv.com/whats-included/ -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you.

Calin
tagDiv Staff

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

“Where i put the google tag code in the theme?” I don’t quite understand the problem you are referring to, if you refer to ads please check our documentation https://www.screencast.com/t/xh8TcrXvgvYK -> https://forum.tagdiv.com/ads-adsense-overview/
Hope this will help you.

You can set a code in Analytics/JS codes https://www.screencast.com/t/FAGPsuzHmg3H
or in theme file ( or in child theme ) in https://www.screencast.com/t/q2nMzcBWjZ

You can try to optimized your website performance, in this way the text/code size will decreases

https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/cloudflare-cdn/
Hope this will help you.

Thank you for your understanding.

rakeshbarwar
Participant
#0

Q1.) Is there is any way to enable slide or swipe:
~ swipe left to open the menu.
~ swipe right to open search menu.

If there is any CSS code for that, Please mention ASAP.

Q2.)
Also, do adding CSS codes in the child theme increase the site load time?

monsur
tagDiv Member

Thanks, I mean I already have a site with the main theme before creating a child theme. How to create now since this is not fresh start?

ctoweett
tagDiv Member

See this tutorial on how to use and where to find the child theme for newspaper theme https://forum.tagdiv.com/the-child-theme-support-tutorial/

monsur
Participant
#0

Dear friend, I have been using the main theme for over 2 years. Now please tell the easier way to create a child theme where I can move the main theme site or create a new one?

Thanks
Abu

Alexplcr
Participant
#0

Hi,

I use newspaper theme with classic demo to custom my website, but I have a problem.

When I reduce my screen size, font size change (responsive) for “column title” element but not for “title” element:
Show in capture : https://ibb.co/B6LtXWm

How can modify font size element with media css query ?
I try with this :

@media screen and (max-width: 768px) {
    .td-block-title{
        font-size: 70px;
    }
}

But is’t not work !
How can i configure all font size of all element in my style.css (newspaper Child theme)

Best regards

Simion C.
tagDiv Staff

Hi,

You can edit the post templates safely in a child theme, this way the modifications made to them will not be lost after a theme update
https://forum.tagdiv.com/the-child-theme-support-tutorial/
So you could do it like this, a child theme is considered a safe method to modify the theme files (the ones that are supported as mentioned in the guide).

VisArtCBR
tagDiv Member

Hi Bogdan

It didn’t fix the issue.

I deactivated all plugins except tagdiv composer, then cleared the web browsing data.

I did have wp super cache installed a few weeks ago, but deleted it. Not sure if I still need to reset cdn files. If so, can you tell me how.

I don’t have any custom code and I don’t use a child theme.

Thanks
Will

mtbarch
Participant
#0

Hi,
I am running into a HTTP error on my web site using the Newspaper template. I have into this on other sites using other templates and the solution that worked best was to cut down on the number of thumbnails being created. I have confirmed that WordPress is throwing the HTTP error on image upload after creating only a few of the thumbnail sizes. I would appreciate it if you could point me in the direction of the appropriate documentation. Also can I make the change directly within the core template file(s) or do I need to create a child theme to do this.

Bogdan B.
tagDiv Staff

Hello,

This is most likely 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!

Bogdan B.
tagDiv Staff

Hello,

The warning you see does not block the tagdiv composer. It is just a warning mentioning you made edits outside the composer. The page name can be changed through the tagdiv composer so changing it in the back-end, will result ion the warning you see on your page. But this warning will no block the page editor.
If your page builder gets blocked by this message, it could be influenced by a plugin or a custom code added to that page.
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

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,

So you want to remove the demo stylesheet? Kind of unusual. Why would you want to do that exactly? Some demos contain a custom stylesheet with design for various elements which is not possible to do by other means. Removing the stylesheet will remove the custom design.

However if that is what you want to do, use a code like this in either main theme or child theme functions file

function dequeue_demo_style() {
wp_dequeue_style( 'td-theme-demo-style' );
wp_deregister_style( 'td-theme-demo-style' );
}
add_action( 'wp_print_styles', 'dequeue_demo_style', 1002 );

The demo stylesheet should not be loaded anymore after you enter the code.

Thanks

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