Forum Replies Created

Viewing 30 posts - 58,081 through 58,110 (of 92,926 total)
  • Author
    Posts
  • in reply to: Drop Down List: Change Design #893963

    Hi,

    No, I looked at it on the check-out page. Did you add it to Quick CSS? Do you have any caching plugins active? Please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    in reply to: HTML entry fields vanish #893669

    Hey VP-LDA,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Also, how can we reproduce the issue?

    Best regards,
    Rikard

    Hi,

    Please try this instead, since you’re not actually using the socket on those pages:

    .portfolio-template-default #sub_menu1 {
      background-color: green !important;
    }

    Best regards,
    Rikard

    in reply to: Post Slider breakpoint #893664

    Hi,

    Great, glad we could help. 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: Button in menu #893663

    Hi,

    Great, if you want to change the colour then you need some custom CSS. I had a look at your site but I couldn’t see the menu item as a button, did you change it back maybe?

    Best regards,
    Rikard

    in reply to: Theme Installer File #893634

    Hey Donald Teng,

    Are you not able to log into your Themeforest account? If you are then you can download the theme files from there.

    Best regards,
    Rikard

    in reply to: Title Attributes #893633

    Hi,

    Glad we could help :-)

    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: Text box doesn't show tinymce editor with all text options #893631

    Hey miltonjeffrey1,

    Thanks for the login details, though I can see plenty of options in the text editor. Could you post a screenshot of the problem please? You can upload to Dropbox or Google Drive and then link to it here.

    Best regards,
    Rikard

    in reply to: Can I import pages from more than two Enfold theme demos? #893626

    Hey a25744878,

    1. If you enable debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, you can then paste shortcodes to a new page. I don’t know exactly which pages you are looking to import though? Please link to them here and we’ll give you the shortcodes for them.

    2. Yes, you can create both WooCommerce product pages as well as regular pages and posts.

    Best regards,
    Rikard

    in reply to: How to center text in Grid Row only on mobile device? #893615

    Hi,

    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: Colors for Navigation Menu Widget within a page #893607

    Hi,

    It’s not that we don’t want to help, but you seem to be using our help to do your work for you. I’m guessing your work is designing websites, right? Most of your questions are “how to edit this element”, and you have the same tools as we do at your disposal; simply inspect the element in question using your browser. If you don’t know CSS or need to learn more then I would recommend W3Schools or something similar, there are plenty of resources available to you on the web. We are here to help you out with problems in the theme, not to customise it for your needs in your work. Having said that, we are happy to help you out if you run into problems with something and we are of course happy to have you as a customer.

    If you need to target that menu list on that particular page you can use CSS like this:

    .page-id-950 #nav_menu-3 {
      Your CSS here
    }

    It took me 30 seconds to find that CSS selector, and about 7 minutes to write this message.

    Best regards,
    Rikard

    • This reply was modified 7 years, 10 months ago by Rikard.
    in reply to: current menu item #893604

    Hey bobfurgo,

    You should be able to use this selector:

    #avia-menu .current_page_item {
     Your CSS
    }

    Best regards,
    Rikard

    Hi,

    Thanks for the feedback. Please try this instead:

    @media only screen and (max-width: 767px)  {
    #av_section_2 .flex_column.av_one_fourth {
      width:48% !important;
      margin-right:2% !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Space between header area and page content #893602

    Hi,

    Thanks for the feedback, though I can’t see the problem on the URL posted in this thread. Could you link directly to where we can see the problem please?

    Best regards,
    Rikard

    in reply to: Mobile Menu Broken #893600

    Hi,

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

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
      color:white !important;
    }

    Best regards,
    Rikard

    in reply to: Adjust spacing between icon boxes #893599

    Hi,

    Great, glad we could help :-)

    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: Mobile Breaks Not Working #893598

    Hi Ryan,

    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: Contact Forms not working any more #893596

    Hi Raffaykiddeljoe,

    Please open a new thread for your problem, it’s difficult to help several people in the same thread. Make sure to include admin login details and the description of the problem you posted in the new thread.

    Best regards,
    Rikard

    in reply to: Footer at the End of the Site #893595

    Hey MKDesign77,

    I’m not sure I understand what you mean by that, could you link to your site and try to explain a bit further please? A screenshot highlighting your intentions might help as well.

    Best regards,
    Rikard

    in reply to: Layerslider position on page #893594

    Hi Miriam,

    Thanks for the link. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Multisite Migration Tool ? #893592

    Hi Günter,

    Great, glad you found a good alternative and thanks for sharing :-)
    I’ll go ahead and close the thread for now.

    Best regards,
    Rikard

    in reply to: Enfold Mobile Menu with Uber Menu #893591

    Hey Tobias,

    I’ve never tried that combination out before unfortunately, what problems are you having? There is support for a megamenu in the theme, maybe you could try using that instead of a plugin?

    Best regards,
    Rikard

    in reply to: Post Slider breakpoint #893590

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #top #wrap_all .slide-entry {
        width: 100% !important;
        margin-left: 0 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Sidebars not showing in Widget editor in Admin view? #893589

    Hi,

    Thanks for that, login details are working and I can see the problem you are describing on my end as well. I’m not sure what is causing it though, could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    in reply to: Footer Credits/Copyright Text Not Saving? #893587

    Hi,

    Thanks for that, I changed the year to 2018 and it seems to be working just fine on both the front and backend. Please review your site.

    Best regards,
    Rikard

    in reply to: Change all links to be shown as a button #893586

    Hi Hanne,

    It’s possible, but are you sure you want all links to be buttons? It usually doesn’t work very well to have a button in paragraph text for instance. I would suggest that you check the options you have under Enfold->Advanced Styling instead. Maybe setting your links to have a different colour and to be underlined could work?

    Best regards,
    Rikard

    in reply to: Pricing table not in line #893585

    Hey mojanoski,

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

    .table-icons {
        height: 25px !important;
        line-height: 25px !important;
    }

    Best regards,
    Rikard

    in reply to: AMP Plug-Ins for Enfold Theme #893584

    Hi Havi,

    Please share if you have any special method of loading your Adsense.

    Best regards,
    Rikard

    Hi,

    Thanks for the login details, though I can’t add your API key for you. You have to do that yourself, you can find the information in your Themeforest account. Otherwise you might want to update manually this time?

    Best regards,
    Rikard

    in reply to: Color Section shrinking on custom built pages #893582

    Hi,

    If you want to apply the same padding then you try to add a class to your header element within the Color Section, you can name it header-padding for instance, then add this to Quick CSS:

    .header-padding {
      padding-top:175px !important;
    }

    Best regards,
    Rikard

Viewing 30 posts - 58,081 through 58,110 (of 92,926 total)