Hi Ismael,
thank you so much for your answer. It works well. We can close this topic now.
hi,
I put a video element on top of the page, but it’s not responding when I try to click on the “play” button on my iPhone. It only happens when the phone is hold vertically, when it’s hold horizontally, it becomes clickable again.
could you help?
thank you.
Hey Roy,
Please see – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Best regards,
Yigit
Hi there,
I want to add some spacing between containers when using “portfolio grid” element, as now it is without any spacing which in my thought is very ugly.
I tried most of the code related to this topic but seems not work well , so I’m here asking for your kind help.
You can find the attachments for better understanding what I mean. https://www.sendspace.com/filegroup/NrS3qi4M6O1Rqmmo8MUOEw
Thanks in advance from heart!
PS: As so many guys have the same demand, will your team make the spacing setting available in the element setting in near future? It’ll be really great if you’ll.
Rgds,
-
This topic was modified 9 years, 5 months ago by
terrypan.
I’ve stopped making my website because the bugs I’ve reported got frustrating and I got no help. Now I’m back on it hoping that the new version of the Enfold Theme (3.6.1) would magically solve them. It didn’t. What’s up?
I can’t give you access since I’m working on localhost. But the recipe for creating the bug is straight forward. I’v posted it above, but here you go again:
Install fresh WP with Enfold theme, import Default Demo, go to General Layout and change the default “Top Header” to any of the two others (Left or Right Sidebar). You should see the same thing that I do. Here’s what I see with a description. http://snag.gy/MwMxM.jpg
The Quick CSS trick doesn’t help. Only creates more problems.
It’s the most basic feature of the theme and it doesn’t work? Try it, find the bug, fix it. It’s annoying.
Hi,
I looked through the forums but i wasn’t able to find a solution. I would like to align 2 item in the main menu on the right while the rest of the items should remain on the left. (screenshot attached below). Actually i used some media queries to force the items that I want on the right using
@media screen and (device-width:3840px) {
#menu-item-search {
display:inline-block;
margin-left:2857px;
}
}
@media screen and (device-width:2560px) {
#menu-item-search {
display:inline-block;
margin-left:1628px;
}
}
/* FULL HD 1920 * 1080 */
@media screen and (device-width:1920px) {
#menu-item-search {
display:inline-block;
margin-left:990px;
}
}
@media screen and (device-width:1600px) {
#menu-item-search {
display:inline-block;
margin-left:707px;
}
}
@media screen and (device-width:1440px) {
#menu-item-search {
display:inline-block;
margin-left:553px;
}
}
@media screen and (device-width:1366px) {
#menu-item-search {
display:inline-block;
margin-left:481px;
}
}
@media screen and (device-width:1280px) {
#menu-item-search {
display:inline-block;
margin-left:401px;
}
}
@media screen and (device-width:1024px) {
#menu-item-search {
display:inline-block;
margin-left:154px;
}
}
But – I don’t know how – i’m unable to target some screens or some browser, so I would like to know if there is a more clever way of doing this. Something like float:right !important; but i can’t get that to work.
Second question: I tried to follow some of your answers to have the search item also into the mobile menu, but everything I tried didn’t work properly. Maybe you could help me also on this topic.
Hi everyone,
thanks so much. I have understand the principle. We can close this topic now.
Hi Andy,
I’m sorry, for me that case is like one question with one subquestion. I will do a separate ticket out of the second part of my question.
So back to topic:
What do you mean by “use a element”? I’m typing the information into that fields:
http://fs5.directupload.net/images/160711/nqimwxhv.png
Hey Ismael,
check out this other thread where I was having problems with a footer on single product view.
taking out the old code (https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile/#post-504471) seems to have fixed the other problem I had..
ENB..//
Hey Andy,
I found out that some code I had that I was using for adding the single product page sidebar must have been doing this.
once I did what ismael told me to do https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile-2/ and I removed the settings I followed in https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile/#post-504471 It seemed to fix the footer…
I will do more checking but it seems like my footer problem is related to my single product view and category view sidebar issue.
I will let ismael know about this thread too..
thank you
ENB..//
Yes. You can close this topic.
Hi,
We added the plugin to add the image to search but it seems to default to having the image HUGE at the top of the post. Is there anyway to make it so those are not defaulting to that? That they default to not showing in the post? We have thousands of posts that would be an absolute nightmare to go through them all. Thank you for your help.
Hi Andy,
If you go to Appearance -> Widgets -> You will see two headers named header1 and header2. One contains a clock and another contains a tiny stock ticker (shortcode) :)
Andin the functions.php file I have the following code:
// Below code is to only show header clock on front page
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
if(is_front_page()){
dynamic_sidebar( 'header1' );
dynamic_sidebar( 'header2' );
}
}
And I have the following Custom CSS styles:
/* Header Widget header1: clock CSS */
#header .widget {
left: 91%;
padding-top: 0px;
position: absolute;
top: -100%;
padding-bottom: 0px;
z-index: 1;
}
/* Header Widget header2 Stock Ticker */
#header2 .widget {
left: 50%;
padding-top: 0px;
position: absolute;
top: -20%;
padding-bottom: 0px;
z-index: 1;
}
Hey mynoxin,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi,
Can you please try using following code instead
.page-id-56 .gform_body {
margin-top: -20px;
}
Best regards,
Yigit
Hi Andy,
Great, glad we could help. Please let us know if you should need any more help on the topic.
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:
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
line-height: 200px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_header_transparency .av-main-nav ul {
top: 75%;
}
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .avia-button {
margin-top: -5px;
}
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
Yigit
Hi Andy,
I was not asking for support for a 3rd party plugin in my previous post.
I just wanted you to read the reply of one of this plugin author who was stating that this function ” is something that a “theme” would control” …
Anyway, I understand that from your point of view, this is beyond Enfold’s support scope.
Thank you for the link to the recommended plugin and have a great week.
This topic can now be closed,
Steph.
Hi,
we don’t provide support for 3rd party plugins, as written in our support policy. If you have questions about any plugins then ask plugin’s author or just use Google for example. I have no experience with such a function you need. Check out this as well: https://kriesi.at/support/topic/recommended-plugins/
Let us know if you have questions about the theme and we are happy to assist you with any issues/questions about it.
Best regards,
Andy
Sorry this is probably something stupid I am missing, but I have a simple white border and it’s coming across grey on the screen.
This is my CSS:
.border {
border-left:5px solid white;
border-right:5px solid white;
border-top:5px solid white;
border-bottom:15px solid white;
}
How can I make it white?
Hi,
I checked on desktop, but there is no logo in footer neither:
View post on imgur.com
You can just use basic HTML code to insert any image (or logo) inside a text widget.
Best regards,
Andy
Hey cblajos,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the padding top and bottom values to suite your design.
.page-id-1097 .content:first-child {
padding-top: 10px;
padding-bottom: 10px;
}
Best regards,
Vinay
Hi,
I’m not able to use the layout builder anymore when editting or creating pages. (posts and products are working fine).
I see the following errors when loading a page in the backend:
– Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
– Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
– Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
I’ve tried the following solutions without any result:
1. Deactivated all plugins
2. Installed latest Enfold version with FTP
3. Installed latest WP version
4. Included the code in functions.php from thread: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
When using a default WP theme there are no issues.
Please help.
Cheers,
Jaap
Hi there,
I’ve used the code found here: https://kriesi.at/support/topic/display-product-category-under-title/#post-182523
to display woocommerce product category under title. Is there a way to display it over the title = between the product image and product title?
Best regards
Carsten