mukudj
Forum Replies Created
-
Hi
Thanks.
I did manage to sort it out using CSS, yesterday.
However those using the plugin will appreciate the show/hide arrow for mobile update.
Thanks @smokehunt
Peace and nice weekend
NOT sorted at all, sorry!
#tdt-slider-96 .slick-prev {
display: none !important;
}That’s all! ok
Forum: Themes and Templates
In reply to: [Rife Free] Rife-Free Child + Elementor (not working)Hello,
Anybody there.
Issue not yet resolved.
I also want to edit php.
So it is important to get my child theme to work properly.
Thanks.
Forum: Themes and Templates
In reply to: [Rife Free] Rife-Free Child + Elementor (not working)Hey,
Thanks for your reply.
1. Code is in the child theme and shows up but doesn’t make any effect. It does (with the same code using the Wp-customiser though). Could be that the selector is too week when placed in an external file. Will look into that. Here are some examples used (these work only in customizer).
/*centred social media links*/
.f-links {
/* float: none; */
position: absolute;
left: 50%;
/* text-align: center; */
/* display: inline-block; */
margin: 0 auto;
max-width: 50%;
transform: translate(-50%);
}.foot-text {
font-size: 12px;}
/* footer items + content + text media query */
@media only screen and (max-width: 796px) {
.foot-items .foot-content {
padding: 0 0 1px;
}.foot-text {
float: none;
max-width: 28%;
text-align: center;}
}3. Is there any real reason that you need to make it by child theme, if adding CSS by customizer works well?
Well, I prefer both to work even though the “CSS customizer” gets the job done. I can live without a child theme but I want it to work in general if I want. Kind of I don’t know if there is a functions.php issue or it is simply a selector thing. I want to be sure they are linked.
Thanks.