Hey!
That is the way the single product is formatted. The sidebar on single product pages will always be on the left. You can choose not to show it, add this on your custom.css or Quick CSS:
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
display: none;
}
Cheers!
Ismael
Hi,
I am not trying to change the tab I just want the page that someone is currently on to be highlighted within the drop down menu as well.
For example if you go to http://optizign.org/sitepreview/personaltouchdental.com/our-office/
the OFFICE page is highlighted at the top. What I need is for example, Letter Testimonials (Which is a drop down under the testimonials main menu, to be highlighted since I am on that page.
http://optizign.org/sitepreview/personaltouchdental.com/letter-testimonials/
Hey!
Please try to add this on your custom.css or Quick CSS;
.image-overlay .image-overlay-inside {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
content: '\E897';
font-family: 'entypo-fontello';
border-radius: 10px !important;
line-height: 60px !important;
height: 60px !important;
background-color: #DD0303 !important;
font-size: 24px;
}
Regards,
Ismael
Hi Guys,
I’m having the same problem. The Blog Grid was working prior to last update.
Today, I had to rename BLOG Enfold theme pages several times to “BLOG”, as well as test a few other theme page samples by renaming pages to BLOG-2, BLOG-3, etc. (I was trying to get back to the original grid style theme.) Also, changed permalink addy hoping for a manual fix of the posts. Top top it off, it was fixed after I changed when I clicked on website’s BLOG link — meaning the grid and 2 posts were there. Then, without other changes, it returned back to a different Blog theme version (currently blog-2). Like it redirects or something. Working on it as I type this.
Deleted Enfold dummy data file, manually deleted posted comments dummy data, corrected DB Blog database info, (edit) also updated WP Database required at log-in today.
Also, on the BLOG (Enfold themed) page, the top header with social media icons is not showing. I noticed the ENFOLD Layout didn’t provide option for header like it does for footer.
Please advise.
Same here Josue…
Notice the spacing of the characters where the punctuation occurs. There should be a space after the commas, a space after the full stops etc…
As far as the buttons go then yes, they look right now because I added the CSS I mentioned above to change the attribute for white text. The screenshot I sent you showed exactly what happened after I updated to 2.4.1 with no Styling changes… Must be happening to others yes?
Hope that helps clear things up..
Thanks
Ed
Hi!
We’re aware of this limitation (see: https://kriesi.at/support/topic/preformatted-text-in-layout-builder/ ) and it’s on our todo list. For now you can use a plugin like: http://wordpress.org/plugins/insert-html-snippet/ to insert your snippets.
Regards,
Peter
Got it, using the revision-system. Thats where I found the Shortcode. I understood the original thread the way, using the debug mode would give me a shortcoe, which I could use to show the same element on different pages. Now I see, it would only create a Shortcode using parameters to add settings e.g.
[av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='5']
[av_partner_logo id='1651' attachment='' hover='' link='page,1836' linktitle='' link_target='']
[av_partner_logo id='1648' attachment='' hover='' link='page,1830' linktitle='' link_target='']
[av_partner_logo id='1647' attachment='' hover='' link='page,1833' linktitle='' link_target='']
[av_partner_logo id='1646' attachment='' hover='' link='page,1843' linktitle='' link_target='']
[av_partner_logo id='1644' attachment='' hover='' link='page,1845' linktitle='' link_target='']
[av_partner_logo id='1649' attachment='' hover='' link='page,1852' linktitle='' link_target='']
[av_partner_logo id='1645' attachment='' hover='' link='page,1854' linktitle='' link_target='']
[av_partner_logo id='1642' attachment='' hover='' link='page,1857' linktitle='' link_target='']
[av_partner_logo id='1643' attachment='' hover='' link='page,1859' linktitle='' link_target='']
[av_partner_logo id='1650' attachment='' hover='' link='page,1862' linktitle='' link_target='']
[/av_partner]
This is quite useless for me, since I thought I would get a single page to edit the element and using the shortcode on different pages to keep it up-to-date.
Is there any chance to get this done?
-
This reply was modified 12 years, 2 months ago by
rhunecke.
Yes, the logic makes perfect sense and I thought this to be the case. Not so much of an issue if they sit on top or even underneath (and one scrolls down for them to then be revealed). Does this PHP file get overwritten each time I apply an Enfold theme update? Thanks for your assistance!
Hi glozemedia!
Please suggest your idea here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more user request it we’ll look into it.
Best regards,
Peter
Hey!
Yes, the WPML setup can be a real pain sometimes. Someone who hired me as a freelancer had also problems with the permalink rewrite rules and it turned out that his server simply stopped to process them. He switched to a different hoster, cloned the entire website and suddenly everything started to work flawlessly. I still don’t know which php or htaccess configuration caused the issue on the first server but the same settings worked on another server and thus I think it was not a configuration or plugin/theme code issue.
Regards,
Peter
First, I’m working on Localhost and have no link to show you. I’m working on a bone stock layout of enfold feeling my way around your template.
I want to be able to put a vertical menu list on specific pages. The same design as the top menu for a consistent look to the theme, but instead of it displaying horizontal (display: inline), I want it to have all the main LI’s stacked vertically on top of each other and the sub menu LI’s sliding out horizontally by adjusting top/left positioning. This would be useful for footer blocks and sidebars. I can make my own custom menu in word press and use your CSS styling. I just want it to look the same and not basic text links that are bland and boring.
I am capable of understanding, hacking, duplicating your code for my own custom menu, but I’m striking out looking for display: inline CSS properties on the backend for NAV.main_menu UL Is this perhaps in a PHP menu template somewhere and not in the CSS?
Q1. Can you point me in the right direction to all of the CSS code blocks that impact this decision.
Or, if there is an easy way to accomplish a vertically oriented menu in your template, please let me know where to sniff around.
You have some of the styling already configured for a mobile environment.
Thanks for any input you can offer.
P.S. Edit to note above: I am also capable of dealing with PHP if this involves some coding in a template.
Hi loyalzoo!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 16px; }
Regards,
Yigit
Enfold is a powerful theme with great features. Thank you for coding it very well! :) However, I don’t think the shopping cart view box that appears briefly in the top right corner, after adding an item to the cart, is enough for people to notice “how” to find their items in the cart.
Will you help me with this suggestion below?
When someone adds a product to the cart, instead of the box appearing in the top right corner for a short moment, have the box to be shown at the center of the screen for a few seconds, and then float to the position of where the cart icon is at on the top right of the page. Can you help me with this? This would draw peoples attention to where it is at and be a great benefit for the shoppers.
My second suggestion:
When there are numerous items added to the cart, and someone mouses over the cart icon to view their items, the drop down box is too long and goes down the page too far, even going past the bottom of the screen when a lot of items are in it.
Is it possible when someone hovers over the cart icon in the top right corner, that it simply shows the drop down box with “View Cart” and “Checkout” buttons?
Thank you again for a clean coded theme. I previously used a theme from themeforest that was coded very bad, and slowed our site down with way too many http requests, etc.,.. Your template is a very fast loading template and I appreciate the work it took to get that done!
Gary
Hi,
What code can I use in the Quick CSS field to increase the size of the font of the navigation bar at the top right, the one containing all the pages?
Thanks.
Fixed it, I just added the following fix instead to my custom css but you guys will want to fix this for the next update I guess:
#header_meta {
z-index: 5000;
}
Thanks
This still isn’t working, you need to test this by hovering over the wedding menu item on the very top menu, it seems to drop when you get to the page content, as though it has a lower z-index number?
It looks like my other topic was closed for some reason even though a resolution was not reached: https://kriesi.at/support/topic/logo-re-sizing-issues-v2-4/
I do not want my logo to re-size on scroll, but it has started to do so after updating to version 2.4.1.
-
This topic was modified 12 years, 2 months ago by
tmunz.
A while ago I experimented with adjusting the vertical space between content areas, adapting the code you suggested on another thread:
/* ********* Adjusts space BEFORE main content items ********** */
.content { padding-top: 18px!important; }
/* ********* Adjusts space AFTER main content items ********** */
.content { padding-bottom: 18px!important; }
This worked fine, but since updating to the latest version of Enfold I think the space before and after the EasySlider module has increased (I might be wrong…)
Is it possible to adjust the spacing above and below EasySlider, without affecting the spacing of other content?
My Enfold testing area is here: http://enamellers.org/bsoe/
Thanks.
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .socket_color .avia-color-theme-color { color: black; }
#top .main_color .avia-color-theme-color { color: white; }
Regards,
Yigit
Hello,
I’m really enjoying Enfold, thanks! :-)
I’m trying to put up an “automatic” slider on the front page of our website: http://www.yogaroof.com
The idea is that it pulls certain posts and inserts the slides: exactly like the post slider does.
Nevertheless, I’d like to have more customization options, such as transition effects, title and excerpt appearing on top of the slides (like easy slider or layerslider have).
Which solution is the easiest & best?
thanks in advance,
Quike
A top sliding bar like the avada theme has would be great! Check the triangular button at the top right.
http://theme-fusion.com/avada/
-
This reply was modified 12 years, 2 months ago by
DieNase.
Hi all !
Enjoying the last update right now, with the French translation : great job, thanks ! However, the problem that I talked about in that thread is still valid. At least now, the sentence is translated in French but it’s not my translation. That string is still located only in the default Textdomain and I can’t generate a .mo file. Would it be possible to have it added to the avia_framework Textdomain like all the other strings ?
Thanks in advance !
Fred
This reply has been marked as private.
This reply has been marked as private.
Top bloke…. many thanks. One happy client. You are a star!