Forum Replies Created
-
AuthorPosts
-
Hey bremerlloyd,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
Thanks for that, maybe you could try a different caching plugin to see if that works better? There are plenty of them out there, I have had good experiences with this on Enfold sites recently: https://wordpress.org/plugins/wot-cache/
Best regards,
RikardJanuary 6, 2018 at 8:24 am in reply to: Woocommerce: Auswahl zurücksetzen Button wird von Kategorien überschrieben #893989Hi,
Thanks for the feedback, though I couldn’t reproduce the problem on the page in private. Where can we see the actual problem on a live page?
Best regards,
RikardHi,
Ok, thanks for the feedback. You should probably try to get access to your account then, otherwise you will have to contact us every time you want to update, and that is not really very efficient use of any of our time. We can send you the theme this time but you will need to find a way to access your account next time, or purchase the theme again with another account. Please post your details in private so that we can verify that you own a license.
Best regards,
RikardJanuary 6, 2018 at 8:11 am in reply to: "Sign in" – Button conceals the "fortget password" – link #893986Hey christwars,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-18 .form-row .woocommerce-Button { margin-top:10px !important; }
Best regards,
RikardHi,
Thanks for that, though I’m not sure how to reproduce the error? What exactly do we need to do in those plugins and what should we look out for? I just want to say that this is likely not due to our theme, though you can try to activate another theme to see if the problem goes away to verify that.
Best regards,
RikardHi Phil,
Great, glad Ismael could help you out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey denisj77,
There is nothing like that in the theme by default unfortunately, so you would have to write custom code or use a plugin for that scrolling effect.
Best regards,
RikardHey sandra1307,
I still get a 404 on that page, could you check the URL please?
Best regards,
RikardHey sandra1307,
Thanks for the login details, though I get a 404 page on the link you posted?
Best regards,
RikardHey topmedialab,
Could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHi,
Thanks for the feedback. Please try this CSS as well:
span.image-overlay-inside { border-color:transparent !important; }
If that is not what you are referring to then please post a screenshot of what you would like to remove.
Best regards,
RikardHi,
Thanks for that. First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, could you try adding the Layer Slider using the theme Layout Builder instead?
Best regards,
RikardHi,
Thanks for that, please try this CSS instead:
.avia-content-slider .slide-image img { border-radius:0 !important; }
Best regards,
RikardHi Wolfgang,
Great, glad you got it working and thanks the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
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,
RikardHey 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,
RikardJanuary 5, 2018 at 11:00 am in reply to: Change background color of socket for certain pages and posts via CSS #893667Hi,
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,
RikardHi,
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,
RikardHi,
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,
RikardHey 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,
RikardHi,
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,
RikardJanuary 5, 2018 at 10:01 am in reply to: Text box doesn't show tinymce editor with all text options #893631Hey 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,
RikardJanuary 5, 2018 at 9:59 am in reply to: Can I import pages from more than two Enfold theme demos? #893626Hey 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,
RikardJanuary 5, 2018 at 9:48 am in reply to: How to center text in Grid Row only on mobile device? #893615Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
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, 6 months ago by
Rikard.
Hey bobfurgo,
You should be able to use this selector:
#avia-menu .current_page_item { Your CSS }
Best regards,
RikardJanuary 5, 2018 at 9:11 am in reply to: Want the images on mobile site to appear in 2 columns rather than 1 #893603Hi,
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,
RikardHi,
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 -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts