Forum Replies Created

Viewing 30 posts - 24,991 through 25,020 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold Theme – Constant 404 errors #708624

    Hey jjohnsonshapter,

    The latest version of wordpress is still 4.6.1. What demo are you trying to import? is the Default demo? Can you try to create a fresh install of wordpress? and give us login details and allow us import the demo.

    Best regards,
    Nikko

    in reply to: Tabs on Mobile #708614

    Hi,

    Try to add this code:

    #top.page-id-102 #cloud-solutions .tabcontainer .av_tab_section .tab.active_tab {
        background-color: rgb(5, 78, 183) !important;
        color: rgb(255, 255, 255) !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Custom Styles in #708612

    Hi,

    I checked on the source of your page but I could not see <style type=’text/css’ id=’dynamic-styles’> is this already fixed?

    Best regards,
    Nikko

    in reply to: setting a Background image in Enfold Wedding Theme #708599

    Hi,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    html.html_boxed {
        background: url(https://i2.wp.com/www.flanagan-wedding.com/wp-content/uploads/2016/11/Rebecca-wedding-background.jpg) center center no-repeat fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    Let us know if it helps. :)

    Best regards,
    Nikko

    in reply to: Masonry Gallery vertical image bug #708594

    Hey mikehartrich,

    Can you post a link showing a horizontal image as first image? so we can also compare the horizontal and vertical images, and see the problem better.

    Best regards,
    Nikko

    in reply to: Avia Builder refusing to save changes #708592

    Hi,

    This is fixed, can you check it on your end? I have checked on theme files and plugins. I have found out that this plugin is the cause Lightbox 3 if this is enabled you can’t do a thing, I have also disabled this plugin TinyMCE Advanced as it is showing lots of js errors. Let us know if it’s good on your end.

    Best regards,
    Nikko

    in reply to: Edit side bar #708585

    Hi,

    You can use a widget for that. I have added a sample, you should see some content below the the social media icons, here are the steps:

    1. In Appearance > Widgets, I added a widget area and called it Header Area
    2. Added a text widget inside the Header Area
    3. Go to Enfold > General Layout > Main Menu Sidebar, set it to Header Area

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Edit preview text in Blog Grid #708578

    Hi Berni,

    When you are in Theme Editor, just find Select theme to edit: and make sure to select Enfold. Then find config.php (there are lots of it) so make sure the config.php that you select has this below it (config-templatebuilder/config.php). Hope it helps. :)

    Best regards,
    Nikko

    in reply to: shortcode blog #708576

    Hi,

    I checked the media page, can you post a screenshot where we can navigate to the second page? the navigation isn’t visible on my end.

    Best regards,
    Nikko

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Login / register Forum can not find #708568

    Hey mailtozero,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Line Break before Read More Links in Archive Pages #708565

    Hi,

    Can you repost the image? try using http://imgur.com/ also Read the rest can be seen in your blog which is the read more link.

    Best regards,
    Nikko

    in reply to: Footer differs on one page #708558

    Hi Lyse,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Responsive menu issues #708151

    Hi!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Fullwith Slider Image Resolution #708107

    Hi Viramedia,

    I have checked on the link and if it is using same plugins as you said, it also has the same version of Enfold which is the latest 3.8. It’s really a weird issue because we can’t replicate it, if you would allow us to disable all plugins and also give us temporary ftp access, we could probably see what’s causing it since we need to isolate the theme and also check the files.

    Best regards,
    Nikko

    in reply to: image link overlay issues #708101

    Hi,

    For the first issue, I didn’t experience any issues mentioned upon checking on it. But for the second issue, kindly add this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-image-container.avia-align-center .avia-image-container-inner {
        overflow: hidden;
    }

    Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: add shadow to text in fullscreen slide #708086

    Hi,

    Kindly add this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-fullscreen-slider h2 {
        text-shadow: 1px 1px 7px #000;
    }

    or this one:

    #top .avia-fullscreen-slider h2 {
        text-shadow: 1px 1px 7px #000 !important;
    }

    Just adjust the code as you see fit. :)

    Best regards,
    Nikko

    in reply to: fix social buttons footer #708084

    Hey corneliaboehm,

    Kindly add this code in Quick CSS (located in Enfold > General Styling):

    #socket {
        padding: 20px 30px !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Dead cell in table displaying border #708077

    Hi,

    Kindly replace the code I gave above to this one:

    .page-id-5041 .main_color table td {
        background: #fff !important;
    }
    
    .page-id-5041 .main_color table, 
    .page-id-5041 .main_color table tr.avia-heading-row th {
        background: transparent !important;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: Mobile menu icon changed to girl emoji #708072

    Hi Steve,

    Glad we could help. :) The change I made was remove the comments I have added before.

    Cheers!
    Nikko

    in reply to: Avia Layout Builder Won't Save Edited Content #708070

    Hey BornAgainVirgo,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    We might also need ftp access to check this out.

    Best regards,
    Nikko

    in reply to: Can't change background for site #708069

    Hi Kurt,

    Glad it’s fixed. :) Sometimes clearing browser cache is needed for the changes to appear properly.

    Best regards,
    Nikko

    in reply to: Woocommerce Product Grid displays different sized images #708068

    Hey humboldt,

    You can check this post on how to fix the problems you have with images and how to fix it: https://docs.woocommerce.com/document/using-the-appropriate-product-image-dimensions/

    On those tall images, kindly upload images more than 450px in height and width. Hope this helps.

    Best regards,
    Nikko

    in reply to: One page portfolio in ENFOLD #708062

    Hey richrappa,

    Can you post a link to the page having an issue? also please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    in reply to: Parallax Scrolling #708061

    Hi,

    Can you post a link to the page that you want to change the parallax effect? so we can inspect further. You can put it in Private Content section when you reply so only moderators can see. I have tested the code and it works fine, the default is 0.3 and changing it to 0.1 or even change it to 0.01.

    Best regards,
    Nikko

    in reply to: Mobile Menue: Shopping Cart Icon displayed always on #708050

    Hey THobbes,

    Kindly check your Quick CSS and look for this code:

    @media only screen and (max-width: 800px)

    Inside it’s scope (just below it) you should find:

    nav.main_menu {
        display: none !important;
    }

    Replace it with:

    nav.main_menu {
        display: block !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Footer differs on one page #708029

    Hi!

    I found out the issue which is the last section which contains 1/2 and 1/3 elements, for some reason the footer gets inside the section. I could not replicate the issue (as I tried this on my local server), I duplicated the page and tried to change it into 2/3 and 1/3 and the issue is fixed. The link to the cloned page is in the private content.

    Regards,
    Nikko

    in reply to: Add sidebar settings to custom post type on a chil theme #708020

    Hey!

    I’m not really sure what you what to achieve, can you explain it a bit further maybe a screenshot of what you want to achieve. Also can I’d like to limit this thread to just one topic so if anyone wants to search for breadcrumbs it will be under that topic. Let’s continue in another thread.

    Cheers!
    Nikko

    in reply to: Show footer navigation on mobile #708017

    Hey!

    Glad we could help :)

    Regards,
    Nikko

    in reply to: WooCommerce Advanced Product Labels issues #708015

    Hey!

    Glad we could help :)

    Regards,
    Nikko

Viewing 30 posts - 24,991 through 25,020 (of 25,536 total)