Forum Replies Created

Viewing 30 posts - 301 through 330 (of 364 total)
  • Author
    Posts
  • in reply to: Moving servers #557173

    I can’t access the backend any more to set up users or do anything. I just get the above error.
    You can have FTP info if that is of any use.
    Thanks
    Rob

    in reply to: Moving servers #556491
    in reply to: Masonry Gallery Pagination Bug (again) #555582

    Yes but that is my point. I am sure that, before the wp upgrade broke it, the lightbox used to show all 20 images in the slideshow not just the 8 in the pagination section. This is also the logical and normal behavior for lightbox slideshows. Every image in the slideshow would be linked (with e.g. rel=”lightbox”).

    In this example I have only 3 images along the top. It looks stupid only having 3 images in the lightbox.
    http://s603302818.websitehome.co.uk/stone-sculpture

    If this is the default behavior please tell me how to show every image in the slideshow when you enter the lightbox.

    Thanks
    Rob

    in reply to: Masonry Gallery Pagination Bug #555097

    That fixed it. Well done guys.
    Cheers
    Rob

    in reply to: Masonry Gallery Pagination Bug #554589

    Excellent thanks. I’ll look out for an update.
    Cheers
    Rob

    in reply to: Masonry Gallery Pagination Bug #554558

    I updated 5 plugins and it still worked okay.
    I then updated to WordPress 4.4 and the problem appeared!
    I have not updated the Enfold theme yet as it looks like it is not the problem. I will hang fire until you let me know if you want me to update it.

    Cheers
    Rob

    in reply to: Masonry Gallery Pagination Bug #553797

    Thanks Andy
    Okay I have:
    – updated the theme
    – disabled all plugins
    – created a new slideshow – http://s603302818.websitehome.co.uk/outdoor-sculpture-5
    Still not moving forward.

    Login below

    FYI I have the Masonry same setup running on another site of mine with Enfold 3.3.2 not updated yet and it works fine. Let me know if you want me to update it and see if it breaks.

    Cheers
    Rob

    in reply to: Copy slideshow #553326

    Thanks Basilis,
    I couldn’t fint it in the demo content so I recreated it here:
    http://s603302818.websitehome.co.uk/outdoor-sculpture
    I didn’t realise it was a galley not a slideshow. I need a slideshow with 1 row of thumbnails across the bottom. Like this site that I am rebuilding:
    http://www.annecurry-sculpture.co.uk/outdoor_garden_sculpture.html
    Is it possible for the Gallery to act as a slideshow or do you know if any of your other suite of tools will do it.
    Rob

    in reply to: Custom Post Types UI #549724

    Hi Ismael,
    Thanks again. I am trying to get my head around this but I am not very confident in PHP and can’t work out where in the loop-index.php to add the get_post_meta() functions.
    Please see private content below.
    Thanks
    Rob

    in reply to: Custom Post Types UI #548222

    Yes I do need some more help.
    1. When I add the blog posts element it only gives me the option to display blog posts or entries from a custom taxonomy? It doesn’t allow me to choose my new custom post type ‘Stories’. If I select ‘from a custom taxonomy’ I can choose from my new custom taxonomy ‘Service’ but I need all Story entries.
    2. When the entries are displayed from my new custom post type ‘Stories’ (using Service Taxonomy) it doesn’t show any of the new custom fields created for it. (Just featured image and title which I left switched on)
    Any help would be most appreciated. This is the page I am using: http://goldhillmuseum.org.uk/stories/
    Many thanks
    Rob

    in reply to: Custom Post Types UI #547017

    Nice one Ismael.
    That is so much easier than I thought it was going to be.
    Thanks a million.
    Rob

    in reply to: Custom Post Types UI #543872

    Hi Basilis

    In the video at 3:25 mins the guy adds code for a container into to the basic page template (see grab) to display the custom post type content.

    I would like to know where to put that container code in the Enfold page template code above. His is a copy of page.php from the template folder but the Enfold page.php that I have copied is totally different.

    Thanks
    Rob

    in reply to: Voucherpress Plugin #538365

    Nice one Andy! That’s fixed it.
    Cheers
    Rob

    in reply to: Voucherpress Plugin #538157

    Thanks Andy

    in reply to: Voucherpress Plugin #536101

    Thanks Ismael. Sorry It is still affecting all pages. This is my custom CSS.

    /* stop force upper case */
    body * {
     text-transform: none !important;
    }
    /* space header on voucher page */
    .html_header_top.html_header_sticky #main {
        padding-top: 88px!important;
    } 
    .html_header_top.html_header_sticky .page-id-1052 #main {
        padding-top: 88px !important;
    }
    /* text shadow */
    .av-special-heading {text-shadow: 2px 2px 2px #000000 !important;}
    .av_header_glassy.av_header_transparency #header_main {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .av-subheading.av_custom_color {
    opacity: 1;
    }
    h2 {text-shadow: 0px 0px 0px #000000 !important;}
    
    /* transparency */
    @media only screen and (max-width: 767px) {
    .av_header_glassy.av_header_transparency #header_main {
        background-color: #ffffff;
    }}
    
    /* header text position */
    .av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-1.avia-builder-el-no-sibling.av-thin-font.av-inherit-size {
    margin-top: 52px;
    }
    • This reply was modified 9 years, 5 months ago by fanlokbun.
    in reply to: Voucherpress Plugin #535072

    Sorry the voucher had expired. Now reset so link now works:
    http://walnut-tree-inn.co.uk/?voucher=950d609b81fbe7132fc80302a1a15de7

    in reply to: Voucherpress Plugin #533604

    Hi Yigit,
    Unfortunately this effects the entire site dropping everything by 88px and the header loses transparency.
    It is only needed for the Voucherpress page generated by clicking on the voucher:
    http://walnut-tree-inn.co.uk/?voucher=950d609b81fbe7132fc80302a1a15de7

    This is my css with your code (currently disabled):

    /* stop force upper case */
    body * {
     text-transform: none !important;
    }
    /* space header on voucher page */
    .html_header_top.html_header_sticky #main {
        padding-top: 88px!important;
    } 
    .av-special-heading {text-shadow: 2px 2px 2px #000000 !important;}
    .av_header_glassy.av_header_transparency #header_main {
        background-color: rgba(0, 0, 0, 0.4);
    }
    @media only screen and (max-width: 767px) {
    .av_header_glassy.av_header_transparency #header_main {
        background-color: #ffffff;
    }}
    .av-subheading.av_custom_color {
    opacity: 1;
    }
    h2 {text-shadow: 0px 0px 0px #000000 !important;}
    
    .av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-1.avia-builder-el-no-sibling.av-thin-font.av-inherit-size {
    margin-top: 52px;
    }
    

    Thanks
    Rob

    in reply to: Avia layout builder losing content #530829

    Hi Rikard,

    Now okay thanks. I rebuilt the page and removed the markup from the sub heading. I have my suspicions that it was the ampersands (&) that may have been causing the problem as it wasn’t until I removed them that the problem disappeared.

    So problem fixed, thanks for your help.

    Rob

    in reply to: Avia layout builder losing content #529349

    Hi Josue,

    Sorry for the delay. I have done as you say and disabled all plugins and created a new page but am still getting the same error with content disappearing below the top color section. I have phoned the hosting provider and they can’t see any problems. I use the same host for other Enfold WP installs with no problem at all.

    If you can log in and try and edit the home and try and add another color section with content below the top one it will lose everything except the top color section. You will notice the second color section turns into a bar above the content and not around it.

    If you can give me any idea what the problem is I would really appreciate it.

    Thanks
    Rob

    in reply to: Breakpoint 767 not overridden in theme settings #527422

    Now perfect. Many thanks.

    in reply to: Breakpoint 767 not overridden in theme settings #527408

    Excellent thanks. Almost perfect. How do I stop the burger menu flipping from transparrent to opaque at the same breakpoint?

    in reply to: Header shadow #527053

    Of course! What a plonker! Sorry and thanks.

    in reply to: Header shadow #527000

    Thanks Elliott perfect solution. However I must be getting something wrong.
    I put robHeader in the top color section ‘For Developers: Section ID’
    and have
    #robHeader .av-special-heading {text-shadow: 0px 1px 1px #000000 !important;}
    as my quick css but the shadow is not showing.
    Any ideas?
    this is my test page:http://thedorsetgamelarder.co.uk/about2/
    Thanks
    Rob

    Perfect thanks

    Hi It is the Restaurant demo. The following 3 pages would be great thanks:
    Home page: http://kriesi.at/themes/enfold-restaurant/
    Menu: http://kriesi.at/themes/enfold-restaurant/menu/
    About: http://kriesi.at/themes/enfold-restaurant/about/
    Ta
    Rob

    in reply to: Space between columns Firefox #526066

    Sorry Ismael. I’m not sure what I did wrong on Monday but I just tried again today and it works okay. For the benefit of others this is what I have now:

    /* cell spacing */
    .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder {
        width: 10px!important;
    }
    /* For Firefox */
    .avia-mozilla div .flex_column_table_cell.av_one_fourth {
        width: 24.5%;
    }
    /* For IE */
    .avia-msie div .flex_column_table_cell.av_one_fourth {
        width: 24.5%;
    }

    Thanks again
    Rob

    in reply to: space between columns #524369

    Perfect! Thanks.

    BTW I needed to leave in original so I now have this:

    /* cell spacing */
    .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder {
        width: 10px!important;
        table-layout: fixed !important;
        display: table !important;
    }
    .avia-mozilla div .flex_column_table_cell.av_one_fourth {
        width: 24.5%;
    }
    /* For IE */
    .avia-msie div .flex_column_table_cell.av_one_fourth {
        width: 24.5%;
    }
    in reply to: space between columns #523607

    Will do. Thanks

    in reply to: space between columns #523125

    Sorry Yigit still no difference in Firefox.

    in reply to: space between columns #523077

    Sorry to pester but you are normally so speedy at replying. This little bug is the last thing to sort on the site before I show it to the owner. I know they use Firefox.

    Many thanks
    Rob

Viewing 30 posts - 301 through 330 (of 364 total)