Forum Replies Created

Viewing 30 posts - 13,141 through 13,170 (of 34,910 total)
  • Author
    Posts
  • in reply to: custom background #1334792

    Hi,
    for other pages try changing .single-product to .page like this:

    .page div.container_wrap {
      background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg);
    }

    Best regards,
    Mike

    in reply to: Page 3 pagination not working WPML site #1334790

    Hi,
    Glad Günter was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gigpress plugin #1334789

    Hi,
    Glad Yigit could help you with the Gigpress css pastebin, but I would not recommend performing a search & replace on all of the colors as there are 96 references to Gigpress classes for many elements and trying to do it automatically could easily create errors. Unfortunately, the best approach would be line-by-line.
    On the front page they have used a grid element with a widget element in it which is showing the gigpress widget.
    It is a one column widget but they are floating the “Buy Tickets” to the right so it looks like two columns.

    
    .widget_gigpress .gigpress-sidebar-status {
        display: block;
        white-space: nowrap;
        float: right;
    }

    Best regards,
    Mike

    Hi,
    Glad Rikard was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Theme enfold an problem with the Menü #1334776

    Hi,
    Glad Rikard was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change color of button #1334773

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change color of button #1334770

    Hi,
    You need to add it to the Enfold Theme Options ▸ General Styling ▸ Quick CSS
    2022-01-08_001.jpg
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Change color of button #1334765

    Hey troupdim,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #contact.main_color .avia_ajax_form input[type='submit'] {
     	background-color: #5d8a88;
        color: #ffffff;
        border-color: #5d8a88;
     }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Font on LayerSlider no longer loading #1334739

    Hi,
    From what I see the font rule:

    h1, h2, h3 {
    	font-family: 'Bilbo Swash Caps', cursive;
    	text-transform: capitalize !important;
    	color: #ad0300 !important;
    }
    

    is applied in your child theme stylesheet, but using just the H tag by itself to affect the H1 in the layerslider is a little weak as the layerslider is passing the “inherit” rule to the tag.
    to correct I would recommend changing to:

    #top #main h1,#top #main h2,#top #main h3 {
    	font-family: 'Bilbo Swash Caps', cursive;
    	text-transform: capitalize !important;
    	color: #ad0300 !important;
    }

    As for the font size of the lower text being 1px, this is what the layerslider is setting so you will need to make that change in the layerslider:
    2022-01-07_004.jpg

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider #1334737

    Hi,
    Was your issue with the lazy loading of the Smush plugin? If so this is being addressed by that plugin author, we can not change how it behaves.

    Best regards,
    Mike

    in reply to: Enable previous and next page? #1334734

    Hi,
    Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Updating to WordPress 5.8.3 #1334733

    Hi,
    I see that you are using a very old version 4.5.2, you will need to update via FTP, try these steps:
    Download the newest version from your Theme Forest account and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder via ftp and check that your site is working correctly.
    Once you are happy that the site is working correctly you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Formidable Forms Checkbox Display Issue #1334732

    Hey vantagepointmg,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .frm_checkbox input[type=checkbox] {
        display: inline-block;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Font on LayerSlider no longer loading #1334731

    Hi,
    I’m just reporting what I found.

    Best regards,
    Mike

    in reply to: After update most Enfold files missing #1334672

    Hey Daniel,
    Try to download the newest version of enfold from your Theme Forest account and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder via ftp and check that your site is working correctly.
    This is the files you should see in the enfold directory:
    2022-01-07_003.jpg
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Font on LayerSlider no longer loading #1334670

    Hi,
    Thank for the login, when I check your slider the font size is 1px, try changing it to 14px, for example:
    2022-01-07_061601.jpg

    Best regards,
    Mike

    in reply to: Layerslider Buttons problem #1334669

    Hi,
    Sorry to hear you are having this trouble, but I also was not able to reproduce this error, I tested on a Windows & Mac desktop at 1440×900 & 1280×800, and other sizes & I tried zooming in.
    Your screenshot looks like the buttons are getting some sort of max-width, but I’m not sure because I can’t reproduce it.
    If you include an admin login perhaps I will see something in the layerslider settings?

    Best regards,
    Mike

    in reply to: Enfold deleting my content if I make any edits #1334664

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold deleting my content if I make any edits #1334594

    Hi,
    To center the name & subtitle please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main .avia-testimonial-row .avia-testimonial-name,#main .avia-testimonial-row .avia-testimonial-subtitle {
    	text-align: center;
    }

    Best regards,
    Mike

    in reply to: license VS staging site #1334593

    Hey Roberto,
    Thank you for your question, yes you can use a single license for a single domain and it’s sub-domains, such as for staging sites. You can also use it on a localhost if you wish.

    Best regards,
    Mike

    in reply to: problem with cookie #1334530

    Hi,
    Glad Ismael was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: ALB Preview Images and svg insert #1334528

    Hi,
    Thanks for your question, this was added Sep 27th 2021 – Version 4.8.6.3, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Ismael was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Testnimonial Section Is Not Working #1334524

    Hi,
    Glad Ismael was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Contact form page refering from another page #1334522

    Hi,
    Glad Rikard was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: 4.8.8.1 Fatal Error – logoslider.php #1334520

    Hi,
    Glad your restore worked, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Missing scrset in ALB gallery #1334518

    Hi,
    Glad Günter was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold deleting my content if I make any edits #1334517

    Hi,
    Thank you for the explanation, adding the center tags is breaking the element, this is why you are seeing the red warnings below the element fields:
    2022-01-06_001.jpg
    please manually add the testimonials element without the tags, add we can assist with some css to center the element for you

    Best regards,
    Mike

    in reply to: How to create a vertical tab #1334513

    Hi,
    Glad to hear this is sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: text optimisation on large screens #1334511

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 13,141 through 13,170 (of 34,910 total)