Forum Replies Created

Viewing 30 posts - 54,631 through 54,660 (of 92,467 total)
  • Author
    Posts
  • in reply to: 4.2.6 update issues #938490

    Hi inekespijker,

    Could you please open a new thread and include admin login details in private so that we can have a closer look? I see that you included login details but we need a URL as well. Please post all the information need in private in a new thread so that we can help you out individually.

    Best regards,
    Rikard

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey eduardn1,

    Thanks for the screenshots. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Enfold Showcase #938484

    Hi GaWebDev,

    Thanks for sharing, good work! And thanks a lot for the kind words :-)

    Best regards,
    Rikard

    in reply to: Mega menu like demo #938108

    Hi,

    Thanks for that, it looks like you have the This column should start a new row option ticked in all the columns, could you try to remove that in the columns that should not start new rows please?

    Best regards,
    Rikard

    in reply to: Transparent Header Menu Color #938104

    Hey hylandgraphics,

    You can change that under Enfold->Header->Transparency Options

    Best regards,
    Rikard

    Hey Isabel,

    You should be able to do that, but you need custom CSS for it. If you inspect each menu item you will see that they have separate IDs, you can target each menu item using this. An example for your first menu item would look something like this:

    #menu-item-3483 .avia-menu-text {
      color:red !important;
    }
    
    #menu-item-3483 .avia-menu-text:hover {
      color:blue !important;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 4 months ago by Rikard.
    in reply to: Update on version 4.2.6 #938096

    Hi Ondrej,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Colored Section with Background Image not Formatting #938095

    Hi Caitlin,

    Great, should we close this thread then?

    Best regards,
    Rikard

    in reply to: White screen of death #938093

    Hi,

    Great, glad you got it working and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Problem during migration #938083

    Hey chalbo73,

    Maybe you could try to use a plugin like Duplicator or WP Migrate DB to see if that works better?

    Best regards,
    Rikard

    in reply to: Problem with Yoast SEO sitemap and WP-Permalinks #938074

    Hi,

    If you are still having the problem; what happens if you deactivate WP-Permalinks?

    Best regards,
    Rikard

    in reply to: Problem with Yoast SEO sitemap and WP-Permalinks #938073

    Hey vadikcoma,

    It looks like you have Enfold active, but I don’t get a 500 error when accessing the sitemap?

    Best regards,
    Rikard

    in reply to: Logo blurry #938069

    Hi,

    Could you point out the problem in a screenshot please?

    Best regards,
    Rikard

    in reply to: Theme Stolen #938066

    Hey Dennis Krijgsman,

    Did you add the API information in the backend of the theme? We don’t have much control over this unfortunately, so I don’t think there is much we can do.

    Best regards,
    Rikard

    in reply to: bulleted list dots quick css #938064

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Add black borders to white lettering #938060

    Hi,

    Great, glad we could help. You should be able to do it with CSS like this also:

        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0a0a0a;

    Best regards,
    Rikard

    in reply to: Enfold Social Link #938056

    Hi,

    Thanks for that. I added the full URL including http, and it’s linking as it should now.

    Best regards,
    Rikard

    in reply to: Customise the height of table rows #938049

    Hey yourcloudworks,

    Could you post a link to the page in question so that we can take a closer look please? Also please try to point out the changes you would like to make there.

    Best regards,
    Rikard

    in reply to: Mobile – cart icon issue with chrome (enfold 4.2.6) #938046

    Hi,

    I’m not sure why the cart is covered by something, but it is. You can try to move it a bit to the right by using the CSS:

    @media only screen and (max-width: 767px) {
    #menu-item-shop.cart_dropdown {
        right: -50px;
    }
    }

    Best regards,
    Rikard

    in reply to: Mobile menu icon & shopping cart styling… #938044

    Hey govus,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .av-main-nav-wrap {
        position: absolute;
        right: 0;
        top: 40px;
    }
    }

    Best regards,
    Rikard

    in reply to: White page after updates #938043

    Hi,

    Yes that is no problem, take your time and let us know when you are done :-)

    As for your problem; it might help if you delete the entire theme folder via FTP, then upload a fresh copy via FTP.

    Best regards,
    Rikard

    in reply to: PROBLEM WITH DETECTORS WEBSITES THEME #938041

    Hey mleite1,

    If you are looking to white label the theme then I think that will be difficult unfortunately. I’m not sure exactly what the WP Theme detector actually goes by, but style.css is likely the first thing it checks. You can rename the theme in style.css, but then you will have problems with automatic updates, and you will likely have to do them manually and edit style.css at the same time.

    Best regards,
    Rikard

    in reply to: Missplaced buttons after upgrade to Enfold 4.2.6 #938037

    Hi Horst,

    Thanks for that. We’ve had some problems with what you are describing in 4.2.6 and it should be fixed in the next version of the theme, which will be released next week hopefully. Would you be able to hold off with updating until then maybe?

    I will place the content you wanted private in the private content of your reply.

    Best regards,
    Rikard

    in reply to: remove expand arrows over image #938030

    Hi,

    Thanks for the link. You should be able to remove that under Enfold->Advanced Styling, under the Linked Image Overlay option.

    Best regards,
    Rikard

    in reply to: Not finding Enfold easy at all #938026

    Hi John,

    Thanks for the feedback, it’s much appreciated. We’ll have a look if there might be things we can clarify in the layout of the forum.

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Permalinks, categories and breadcrumbs #938021

    Hi Sophie,

    Thanks for letting us know, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: mega menu item color wrong #938018

    Hi,

    Thanks for the feedback, I think that is happening since you only have a your home page URL followed by the hash as the URL in the menu item. What happens if you change that to something else? I’m guessing it’s supposed to actually link somewhere, right?

    Best regards,
    Rikard

    Hi,

    Thanks for that. If you are looking to change the main content text, like this for instance:

    HEALTHY
    Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo.

    Then you can do so by changing the Main Content font color and Main Content Heading color options under Enfold->General Styling->Main Content.

    Best regards,
    Rikard

    in reply to: iPad landscape: Mobile menu #938009

    Hey Julian,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

Viewing 30 posts - 54,631 through 54,660 (of 92,467 total)