Forum Replies Created

Viewing 30 posts - 91 through 120 (of 204 total)
  • Author
    Posts
  • in reply to: Moving a slider #497462

    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
    Richard

    in reply to: Moving a slider #496258

    Hi Basilis
    Thanks for your reply. I have not fixed the issue yet. I would still like to reduce the space above the slider
    Regards
    Richard

    in reply to: Move slider down #486290

    Hi Yigit

    That worked fine…thank you

    Regards
    Richard

    in reply to: Moving iconboxes #476932

    Hi 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 etc

    Regards
    Richard

    in reply to: Moving iconboxes #476775

    Hi 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
    Richard

    in reply to: Aligning Bulleted Text #475325

    Hi Yigit

    Thank you for your reply. I have found the issue buried deep in the CSS….This can be closed
    Regards
    Richard

    in reply to: Aligning Bulleted Text #474047

    Hi 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
    Richard

    in reply to: Sticky Footer #472832

    Hi 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
    Richard

    in reply to: Sidebar colour #468726

    Hi 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
    Richard

    in reply to: Customised bullet list #464912

    Hi Basilis
    GRRRR! bad mistake on my part…thanks for your help
    regards
    Richard

    in reply to: Customised bullet list #464897

    Hi Rikard

    Thanks for your reply. Unfortunately that does not work either. This one has got me stumped

    Regards
    Richard

    in reply to: Transfer Old Website To Enfold #401036

    Hi Elliott

    Yes…that’s about what I thought…oh well, more late nights

    Thanks for your reply
    Regards
    Richard

    in reply to: WORDPRESS 4.1.1 UPDATE #399930
    This reply has been marked as private.
    in reply to: WORDPRESS 4.1.1 UPDATE #399285
    This reply has been marked as private.
    in reply to: Custom Icon List #396491

    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
    Richard

    in reply to: Menu #396129

    Hi Josue

    Perfect….thank you for taking the time on this one

    Regards
    Richard

    in reply to: Menu #396119

    Hi 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
    Richard

    in reply to: Cusomised Icons #395488

    Hi Yigit

    Perfect…thank you

    regards
    richard

    in reply to: Menu #395486
    This reply has been marked as private.
    in reply to: Cusomised Icons #392826
    This reply has been marked as private.
    in reply to: functions.php #392625

    Thanks Josue

    Yes I worked that out …my mistake…too many things going on

    Thank you

    in reply to: Screen dimming #391061

    Hi Josue

    I’ll check on that thanks
    regards
    Richard

    in reply to: functions.php #391060

    Hi 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
    Richard

    in reply to: Sidebar Custom #385078

    Hi Elliott

    Thank you

    regards
    Richard

    in reply to: Sidebar Custom #384729
    This reply has been marked as private.
    in reply to: Sidebar Custom #382219

    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
    Richard

    in reply to: Sidebar Custom #380575

    Hi 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.
    in reply to: Background Colour #378221

    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.
    in reply to: Background Colour #377873
    This reply has been marked as private.
    in reply to: Background Colour #377751
    This reply has been marked as private.
Viewing 30 posts - 91 through 120 (of 204 total)