Hi,
Email sended
And one more oddity, I downloaded the footer from the cloud template, but there is no possibility of changing it using the TD Composer – http://prntscr.com/z3qs4m
although other pages have it – http://prntscr.com/z3rux5
even freshly downloaded ones – http://prntscr.com/z3rqdj
Unfortunately, CTRL + Z does not help.
I had a template loaded from the Cloud Templates, but when I decided that I didn’t need a footer, I deleted template for footer and turned off the display of the footer in the Theme panel, here – http://prntscr.com/z3j0e3
And in all the items on the Footer menu, the toogles were switches to the position “Off”.
But the question remained open.
For example, if use the “Column Text” element and add a shortcode through “Edit Content”, then the CSS styles will not work correctly when viewed using a mobile or tablet. How to fix?
View with PC – http://prntscr.com/y5p8yi
View with mobile/tablet – http://prntscr.com/y5prku
Solved. I change element and all works.
At the moment, for each category, I made a separate page and each page has its own sets of IDs, this is terribly inconvenient and wrong.
-
This reply was modified 5 years by
13teen.
solved with helped of css
I activated ajax menu in block options
http://prntscr.com/ucy36p
but the block title appeared, how can I remove the block title so that the menu remains, only with the help of css?
Solved
OK, thanks.
I found a solution, but without a child theme, it must be done manually after each template update, but it’s better this way:
IN “wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php”
1) change line 64 on
$buffy .= ‘<div id=”‘ . $block_uid . ‘” class=”td-post-sharing ‘ . $tdb_block_class . $config_classes . ‘ td-post-sharing-‘ . $atts[‘style’] . ‘ td-social-show-all “>’;
2) commente out line 90-92
Result – http://prntscr.com/u2qgpt
There is one problem – when the page is just loaded, we see that everything is displayed well – http://prntscr.com/u2qo9l
Scroll down the page, the display is, in general, normal – http://prntscr.com/u2qop4 – but how to indent more?
If we set a margin for the situation http://prntscr.com/u2qop4, then it does not work correctly in the lower position, because there is such a problem – http://prntscr.com/u2qu5f
This is how it should be – http://prntscr.com/u2qvr7
If the top menu appears or is immediately present, then it overlaps Single Post Share – http://prntscr.com/u2qwst
can you give any advice on how to do better?
do you plan to add Single Post Share to child files?
-
This reply was modified 5 years by
13teen.
It’s a “Single Post Share” when column width = 20% or less.
http://prntscr.com/u2olyj
http://prntscr.com/u2omnz
or you mean the element “Single Post Share” it’s an extraneous element not created by you?
The last question is from the article “Updating the Word for Envato WordPress Requirements” I didn’t understand the following a bit – if I make changes in the files located along the path \ plugins \ td-composer \ legacy \ Newspaper \ includes, they will to roll back when updating a theme?
I understand, thank you.
Thank you very much)
I apologize, I did not correctly expressed my thought.
1) http://prntscr.com/nclovo – Laptop 1024px
http://prntscr.com/nclp9t – Tablet 768px
In inspector I find this:
when adding hover class for class="td-theme-slider iosSlider-col-3 td_mod_wrap – http://prntscr.com/kp3rez – category tag changed color.
go to category code in inspector and we see a big css-code – http://prntscr.com/kp3spn – with css code .td-theme-slider:hover .slide-meta-cat a
When from .td-theme-slider:hover .slide-meta-cat a I delete this part – .td-theme-slider:hover – all work fine. But in style.css I can’t find that.
Where I can find this part of css code?
-
This reply was modified 7 years by
13teen.
Hi.
How to remove hover effect from td-theme-slider?
I need the category tag have hover class only when hovering over it, rather than on the slide or in module image
Link – http://portal.desanstore.ru/
A first block at top.
Background block = #dd3333, but I need change color More menu item with css.
Hi,
Ajax dropdown menu, “More” menu item.
When “More” has pseudoclass “:hover”, “More” color = black – http://prntscr.com/jlhpoq
But when mouse cursor over another menu item, “More” color = red – http://prntscr.com/jlhrst
How I can do background color black for “More” when mouse cursor over another menu item in “More” dropdown with css?
-
This reply was modified 8 years by
13teen.
Sorry, last question not actual.
The problem solved.
I’m very grateful to you for your help.
Without line – @import url(‘../Newspaper/style.css’); – my site style are broke
http://prntscr.com/jl65ai
Parent theme style.css file not connect.
-
This reply was modified 8 years by
13teen.
I’m very grateful to you for your help.
This content of css file in child theme is correct?
/*
Theme Name: Newspaper-child
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
*/
@import url('../Newspaper/style.css');
All my questions are not actual, except for:
But when I activated child theme (file “function.php” located in parent directory of child theme, no changes in php file) I see that error in admin panel and on my site – http://prntscr.com/jl2i4j
When I activated child theme (without file “function.php” in parent directory of child theme) all worked.
I need in the parent directory file functioon.php ?
-
This reply was modified 8 years by
13teen.