Forum Replies Created
-
AuthorPosts
-
Hi Dake
Thanks for your reply. This coding does not seem to work.
.avia-slideshow { margin: 25px 0 !important; }
Similar to what I was using which also did not work.
Regards
RichardHi Basilis
Thanks for your reply. I have not fixed the issue yet. I would still like to reduce the space above the slider
Regards
RichardHi Yigit
That worked fine…thank you
Regards
RichardHi Rikard
We have pushed the footers down by using white space on each page which is not good practice. Have looked for a plugin but none exists. Have had a few tries at coding this but none have worked out. Any way …any help you can give me on this one would help as the footer is all over the place on different monitors etcRegards
RichardHi Rikard
Thank you for your reply. I have resolved this problem however I do want a “fixed footer” especially on a short page where the footer rides up the page. Is there a way to handle this rather than packing the bottom of the page with white space?Regards
RichardHi Yigit
Thank you for your reply. I have found the issue buried deep in the CSS….This can be closed
Regards
RichardHi Yigit
Thanks for your reply. Didn’t work. Some text boxes are correct and others are all over the place. I just do not understand why some are right and the others wrong as all the formatting is the same
Regards
RichardHi Basilis
Thanks for your reply. So what you are saying is …unless I force it down with …say text boxes the only other way to stop the footer riding up the page is custom coding? I’ve never experienced this problem before…. very strange
Regards
RichardHi Rikard
Thanks for your reply. As you will see on the website I would like the buff colour of the sidebar to extend further to the left to cover the white background. This would appear only on some pages. If a sidebar is not going to work is there another way?
Regards
RichardHi Basilis
GRRRR! bad mistake on my part…thanks for your help
regards
RichardHi Rikard
Thanks for your reply. Unfortunately that does not work either. This one has got me stumped
Regards
RichardHi Elliott
Yes…that’s about what I thought…oh well, more late nights
Thanks for your reply
Regards
RichardThis reply has been marked as private.This reply has been marked as private.Hi Andy
It’s not the background that Elliot changed for me but the icon. And that worked fine on an iconbox but I cannot seem to get it to work on a iconlist. I wanted to place a custom icon in the list replacing the Fontello icons.This is the original code that Elliott gave me was to change the icon in the iconbox to a custom icon (not a fontello font) see code below:-
.custom-iconbox .iconbox_icon.heading-color { background-image: url(https://.........mywebsite url.........)!important; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .custom-iconbox .iconbox_icon.heading-color:before { display: none; }
I changed the iconbox to iconlist thinking that would change the icons in the iconlist as well but it didn’t.
Where I am going wrong??
Regards
RichardHi Josue
Perfect….thank you for taking the time on this one
Regards
RichardHi Josue
Thank you for that but can the boxes come up as a hover…ie the box appears when the cursor clicks on one of the items in the menu?
regards
RichardHi Yigit
Perfect…thank you
regards
richardThis reply has been marked as private.This reply has been marked as private.Thanks Josue
Yes I worked that out …my mistake…too many things going on
Thank you
Hi Josue
I’ll check on that thanks
regards
RichardHi Josue
If that is the case then I need some help please.
I have a functions.php file in the child theme with the following inside it<?php //add payment method to woocommerce order email add_action( 'woocommerce_email_after_order_table', 'add_payment_method_to_admin_new_order', 15, 2 ); function add_payment_method_to_admin_new_order( $order, $is_admin_email ) { if ( $is_admin_email ) { echo '<p><strong>Payment Method:</strong> ' . $order->payment_method_title . '</p>'; } } if ( is_product_category( 'large_filters' ) ) { $custom_sidebar = 'special'; } if ( is_product_category( 'ultra-chic' ) ) { $custom_sidebar = 'special'; } if ( is_product_category( 'accessories' ) ) { $custom_sidebar = 'special'; }
My problem is the last three code lines are not working. They do work if I put them into the main functions.php file but that gets overwritten with updates.
Regards
RichardHi Elliott
Thank you
regards
RichardThis reply has been marked as private.Hi Elliott
Thanks for your reply…I am obviously doing something wrong as it still is not changing the sidebar on the categories page…any ideas?
Regards
RichardHi Elliott
Thanks for the reply. This is the code I placed in the file but it is not working so I think my interpretation of the widget name is wrong??
if ( is_category( 'large_filters' ) ) { $custom_sidebar = 'text-2'; }
Also won’t this file be overwritten next Enfold update??
Regards
Richard- This reply was modified 9 years, 10 months ago by Richard.
Hi Ismael, thanks for the reply…I put the code into the child style sheet. Why does it not work in the style sheet but does work in the Quick CSS?
I used to be able go from category to category without any problems but now this issue with the black screen (fixed) I find there is a long pause between pages with just the white screen staring at me.
Regards
Richard- This reply was modified 9 years, 10 months ago by Richard.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts