No Luck I’m afraid. I have followed the instructions on https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161, cleared all cache with wp super cache and the problem persists. i.e. I get “Please match the requested format Qty” and it doesn’t add to basket.
Please help, the shop is non-functional on the most popular browsers!
At the top of this page:
is the list of all available categories:
All / Marché public / Villas
I’d like to rename or remove “All” cause it doesn’t sound french at all!
Can you help me?
Hi!
Please try adding !important rule as following
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 275px !important;
}
Regards,
Yigit
Hi csmwebdesign!
Please add Color Section element to the top of your page and choose to display background video on it :)
Cheers!
Yigit
Hey whdsolutions!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 275px;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) and (min-width: 580px) {
ul#mobile-advanced {
padding-top: 0;
margin-top: 160px;
}}
Cheers!
Yigit
Hey!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Cheers!
Yigit
Hi,
try this code:
@media only screen and (max-width: 767px) {
p.ls-l {
margin-top: -18px !important;
margin-left: -50px !important;
}}
and adjust as needed.
Best regards,
Andy
Hi,
please ask your host about it and ask them if the Avia Framework with Advanced Layout Builder gets blocked somehow.
Follow these instructions: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
and
Hope this helps!
Best regards,
Andy
Hey!
Can you please use an !important rule?
Convert it to
#top .av-submenu-container * {
background: transparent !important;
}
#top .av-submenu-container {
background: rgba(0,0,0,0.5) !important;
}
Let me know if that works out better for you
Cheers!
Basilis
Hi Kurt,
Please add this line:
padding: auto 10px;
The auto argument applies to top and bottom, the 10px argument applies to left and right.
Thanks,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
ul#mobile-advanced {
padding-top: 0;
margin-top: 85px;
}
.show_mobile_menu #advanced_menu_toggle {
display: none!important;
}
Best regards,
Yigit
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hello there,
So actually I have 2 problems.
The first:
While I tried to enter the website from another computer, this is how it looks like:
http://screencast.com/t/rOUs2eRlbA
The top menu hiding the logo.
How can I make it responsive, so I can see it perfect in any computer?
The second:
This is a screenshot from another computer:
http://screencast.com/t/QJ9JJOe0h
It’s configured like this: top menu – center, logo – center.
I would like to move the logo and the top menu to the right but no matter what i’m doing, it’s not moving. what should I do?
Thanks!
Thanks.
I still get the same issue with the parent Enfold theme. I just need to know how to wrap a loop in the $output operators as you showed me in the original answer. This code (that you gave me) works for outputting html:
function test_shortcode() {
$output = "<h2>My Shortcode</h2>";
return $output;
}
add_shortcode( 'shortcode', 'test_shortcode' );
But fails when I try to create a loop as shown in my opening post.
I’m working locally so can’t provide access at the moment. Also, I tried to re-open the original topic , but it wouldn’t allow me to.
Regards,
Ash
Hey!
You can find it here – https://kriesi.at/support/topic/change-color-on-woocommerce-chart-buttons/#post-571474 :)
Best regards,
Yigit
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hey Ash!
Have you tried switching to a default theme and reproduced the same issue there?
Can you please post the link to your page where we can see the issue and temporary admin logins?
P.S.: I closed this one – https://kriesi.at/support/topic/shortcode-content-being-placed-out-of-dom-order-2/. Please do not create duplicated topics as it is making it harder for us and for other users to follow.
Best regards,
Yigit
Hi Powtin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container * {
background: transparent;
}
#top .av-submenu-container {
background: rgba(0,0,0,0.5);
}
Best regards,
Yigit
Hi Andrea,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey Lilo,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hey pendulomix,
I’ve tagged your topic for our spanish speaking moderators, please wait for their replies.
Best regards,
Rikard
Hey sarutty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
html .formcraft-css .fc-form .form-element .error {
top: -20px;
}
.formcraft-css .form-element .tabular-cover .tabular-table td:last-child span {
right: -19px;
}
If that does not help, please show how they should look
Best regards,
Yigit
Hi,
We have created a one page website using your excellent Enfold theme with section anchors such as #About, #Contact etc. We need to track each of these sections using Google Universal Analytics. There was a similar post before on this subject https://kriesi.at/support/topic/enfold-google-analytics-tracking-of-individual-sections-in-one-page-websites/ but the code was for Google Classic Analytics and we are unsure where to put the short codes in the single page. Any ideas?
Thanks for you help.
Hi Andy / Enfold Team, I got the problem solved so this topic can now be closed!
Thanks
Thanks Vinay
it worked very good. now there is a contact form 7 on top of full page slider.
Change the rule i posted to:
#top #menu-item-search {
visibility: hidden;
}
Just to close this topic. Worked somthing else out. Using Colorsection with background image.
Thanks for your support quiet a while ago.
Hi,
I have asked you before – and I got the answer – saved it – but can´t find it anymore. Sorry to bother you again.
I would like to change the order of Popular – Recent – Comments in the Enfold Combo Widget into Recent – Popular – Comments. This so that the Recent Tab is default (on top) and the one showed first and to the left.
Hey!
Icon box can be controlled with CSS.
Please create a new topic and we will do provide the CSS required to edit the size of the elements.
Thanks a lot for your understanding
Regards,
Basilis