-
AuthorSearch Results
-
October 2, 2013 at 9:09 am #169195
Hello!
I didn’t find the original thread but since Enfold 2.0 it shouldn’t be necessary to fiddle around with css to hide/show certain menu items on different pages. I added a “conditional menu” feature to the theme: https://kriesi.at/support/topic/enfold-conditional-menu/ which allows you to define conditions which determine when a menu item should be displayed or should be hidden. You just need to select the “Show” or “Hide”, then select “Page” and insert your blog page id into the text field: http://www.clipular.com/c?6747199274745856=o1wyIbrrbgLc76ITDPikF4Wvu7E&f=.png
If you want to show a menu item just on the blog page select “Show” – “Page” and insert the blog page id. If you want to hide a menu item just on the blog page use “Hide” – “Page” and insert the blog page id. You can also insert several page ids – separate them with a comma.
Best regards,
PeterOctober 2, 2013 at 9:08 am #169194In reply to: Sale Flash Pro – compatibility
Hey!
You can change the style of the sale tag using this on your custom.css or Quick CSS:
#top .onsale { position: absolute; background: rgba(0, 0, 0, 0.8); z-index: 10; color: #FFF; background: #7E9A47; top: -220px; right: 0; left: auto; margin: 0; min-width: 40px; } span.onsale { min-height: 32px; padding: 4px; font-size: 12px; text-align: center; line-height: 32px; -webkit-border-radius: 0; -moz-border-radius: 20px; border-radius: 0; }
Cheers!
IsmaelOctober 2, 2013 at 8:56 am #169189In reply to: odd behavior on search results page
Hi stunna42!
Please add this on your custom.css or Quick CSS:
.search .post-meta-infos { position: relative; left: 20px; } .search h2.post-title.entry-title { padding-left: 60px; } .search-result-counter { position: relative; left: 0; top: 1px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); height: 44px; line-height: 24px; padding: 10px; text-align: center; border-radius: 100px; width: 44px; float: left; }
Best regards,
IsmaelOctober 2, 2013 at 8:54 am #169187Hey zerozendesign!
You can use shortcodes in the layerslider html field. They just won’t show up on the slider preview page but they will show up on the frontend/website. However I noticed that most shortcodes won’t scale properly if you re-size the slider – thus you may break the responsive layout of the website if you embed forms or big buttons with the shortcodes into the slider.
You can remove the hover effect with following css code – insert it into the quick css field
#top .ls-wp-container .ls-layer a, #top .ls-wp-container .ls-layer a:hover { text-decoration: none; }
Regards,
PeterOctober 2, 2013 at 8:53 am #169185In reply to: Lost theme settings on upgrade
Ich hatte das selbe Problem durch die automatische Update Funktion über das WordPress Dashboard.
https://kriesi.at/support/topic/update-2-3-alles-ist-weg/
Ich habe das Enfold Update dann noch mal per FTP hochgeladen. Danach war zum Glück alles wieder da.
mit bestem Gruß
NicoleOctober 2, 2013 at 8:51 am #169184In reply to: How to move search icon next to social media icons?
Hey colorit2!
You can add this on your custom.css or Quick CSS:
#top #menu-item-search { top: -75px; } #header_main { position: relative; z-index: 9999; }
Cheers!
IsmaelOctober 2, 2013 at 8:46 am #169182In reply to: Seit Update 2.2 Probleme
Hello!
Ok, irgendwo in deinem Website Code befindet sich:
#hc_template_wrapper7079 p strong { color: #ffffff !important; }
welcher die default main color mit important berschreibt. Füge einfach folgenden Code in das Quick CSS Feld ein:
#top #hc_template_wrapper7079 p strong { color: #c3512f !important; }
oder suche den Code oben und ersetze ffffff gegen c3512f.
Best regards,
PeterOctober 2, 2013 at 8:31 am #169171In reply to: Instabuilder not working correctly in Enfold.
Hello andreanapier1985!
The responsive stops on mobile view if I’m correct. Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { #wrapper { width: 460px; margin: 0 auto; } .opl-canvas { overflow: hidden; width: 500px; } }
Cheers!
IsmaelOctober 2, 2013 at 7:40 am #169161In reply to: Accordion and tabs not showing in ajax portfolio
Hello!
Ok, please revert the change and try following css code
.js_active .portfolio-preview-content .tab_content { clear: none; }
You can get rid if the caption link with following css code
#top .portfolio-preview-image .avia-gallery-caption { display: none; }
3) You can actually switch the thumbnail size in the portfolio option window: http://www.clipular.com/c?6068435528187904=W6HGVd_YZ5RBxt5NcgmpbZqIMRE&f=.png
You need to select a thumbnail size which is applied to all images – i.e. if an image does not reach the thumbnail height or width wordpress will not re-size it and you’ll see an uneven grid.
Cheers!
PeterOctober 2, 2013 at 7:22 am #169156In reply to: visual editor strips third-party shortcode
btw, could you please help take a look at my questions at https://kriesi.at/support/topic/how-to-use-character-map-in-v2-3/ ? The charcodes I use on the site are not displaying anymore after upgrading to v2.3.
Also, how can I change the default social icons? Now the icons we need are available but I don’t know how to add them to the top nav bar since they are not on the drop down list in the “header” settings.
Thanks!
October 2, 2013 at 7:09 am #169148In reply to: Small top navigation drop down not working
Since this issue breaks our website, I needed to revert to v2.2. The header drop-down menu seems half-transparent, and that might seem to cause the issue. Is there any CSS fix?
October 2, 2013 at 6:27 am #169130In reply to: Icon Box Problem
Hello!
This will probably work for IE:
.iconbox_content h3 span a span { position: relative\9; top: -20px\9; }
Cheers!
IsmaelOctober 2, 2013 at 6:26 am #169129In reply to: Sidebar in responsive Layout (max. width 1030px)
Hey DarrenJessee!
Just add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block !important; } }
Best regards,
IsmaelOctober 2, 2013 at 6:05 am #169118cinetheque
ParticipantHello,
Is there a quick method for disabling media queries below a certain resolution?
I’d like to use the ‘responsive layout large 1210px’ setting and keep media queries functional for desktops/tablets, but remove/disable the mobile resolutions.
I’m using a child theme and wander if there’s a simple way to do this (without having to make many edits to the parent theme css/markup, which would be hard to maintain when updating)
Thanks for your help!
October 2, 2013 at 4:37 am #169105In reply to: 2.3 Upgrade CSS Issue
Fixed it! You can close this topic. For anyone else that might stumble on this thread, I added a z-index property set greater than 1 to the following ID and CLASS. Weird part is, I would have bet thousands that I checked these before (I tried adding z-index properties to every ID and CLASS that seemed to make sense.) Cheers!!
#header_main_alternate, .header_color .main_menu ul { z-index: 2; }
I know this issue is rather specific to this particular site/layout – but I do think it could help anyone that finds themselves in a similar customizing situation, so I figured I’d post my findings FFR.
NOTE to SELF : Thanx Mike! You’re welcome Mike. Way to go!! You’re the best! No, YOU are!!! </schizo-sarcasm>
:)
October 2, 2013 at 3:26 am #169098In reply to: Icons Missing
Hey Nick!
The update is already available and if you have entered your username and api key in your backend at enfold->updates it will show up automatically within the next 12 hours.
If you want to manually trigger the theme check process simply go to your dashboard->updates page
Regards,
KriesiPS: The topic had two main problems. icons not appearing (easily fixed by deleting your browser cache) and the problem with the av_font_icon shortcode. (fixed with version 2.3.1) so I am closing it for now. If you experience any problems that are not fixed by one of these solutions please create your own thread with link to your installation ;)
October 2, 2013 at 1:58 am #169090In reply to: Icons Missing
Hi,
Looks like this topic gained a lot of traction quickly.
And if I’m reading it right, I should be on the lookout for an update? Will that show up in my WP dashboard, or do I need to login to ThemeForest and re-download the theme files?
Thanks for all your help!
October 2, 2013 at 1:26 am #169080In reply to: Header menu and footer copyright
Hello diaarts!
1. You are using a Mega menu, uncheck this checkbox when editing the Menu:
2. It look’s like it’s an extra line added to the footer.php file, updating the theme will fix it.
3. Regarding that, please see this topic.
Cheers!
JosueOctober 2, 2013 at 1:16 am #169075In reply to: Customizing "Import Dummy Data"
October 2, 2013 at 12:15 am #169039In reply to: Portfolio grid – number of columns
Hey Carmitma!
Please refer to this topic https://kriesi.at/support/topic/portfolio-6-columns/
Best regards,
YigitOctober 1, 2013 at 11:59 pm #169030In reply to: Image display issue
Hello!
Please add following code to Quick CSS
`.page-id-1336 .single_toggle { z-index: 999; } #top .fullsize .template-blog .post .entry-content-wrapper { padding-left: 100px; }`
Best regards,
YigitEDIT: How should image in purple area be displayed?
-
This reply was modified 11 years, 9 months ago by
Yigit.
October 1, 2013 at 11:27 pm #169023Topic: Accordion Menu : Scroll to Opened Item
in forum EnfoldMichae1
ParticipantIf there is a lot of content in an entry, and you scroll down to click the next entry, the whole item can move off the screen.
How can I set the accordion menu system to automatically scroll to the the top of the opened item?
October 1, 2013 at 11:19 pm #169016In reply to: Conflict with a form plugin
This reply has been marked as private.Hi ChaosWeb!
Please add following code to Enfold theme options and adjust as desired
.content { padding-top: 20px; padding-bottom: 20px; }
Cheers!
YigitOctober 1, 2013 at 10:35 pm #168988In reply to: From Abundance to enfold
October 1, 2013 at 10:07 pm #168976Topic: IE 8 issues
in forum Enfoldmgould
ParticipantI updated to 2.3 and am having several issues with IE8 now.
1. I am getting this error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0E)
Timestamp: Tue, 1 Oct 2013 20:06:33 UTCMessage: Object doesn’t support this property or method
Line: 1335
Char: 7
Code: 0
URI: http://dev.atlasdie.com/wp-content/themes/enfold/js/avia.js?ver=12. On this page:http://dev.atlasdie.com/tooling, my tabs are now misaligned and the top slider has disappeared.
Again these issues only appear in IE8. Any help please please?
Thanks – Monica
October 1, 2013 at 9:48 pm #168969In reply to: Data Tables
This reply has been marked as private.October 1, 2013 at 9:09 pm #168956Topic: Moving the phone number
in forum Enfoldfinessecreative
ParticipantHi guys,
I have a client that wants the phone no, not in the top gray bar, but down a bit and in between that top bar and the menu.
Is this possible?
Thanks
Masten
October 1, 2013 at 9:00 pm #168952In reply to: RTL Support
Hello Carmitma!
It was accepted and as mentioned here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 “There is no ETA for any of these but they will definitely come :)”
Regards,
YigitOctober 1, 2013 at 8:51 pm #168947Hey zerozendesign!
1) You can remove overlay effect by adding following code to Quick CSS
.image-overlay { display: none!important; }
2) Please refer to this topic https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
Best regards,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello,
Is there a quick method for disabling media queries below a certain resolution?
I’d like to use the ‘responsive layout large 1210px’ setting and keep media queries functional for desktops/tablets, but remove/disable the mobile resolutions.
I’m using a child theme and wander if there’s a simple way to do this (without having to make many edits to the parent theme css/markup, which would be hard to maintain when updating)
Thanks for your help!
If there is a lot of content in an entry, and you scroll down to click the next entry, the whole item can move off the screen.
How can I set the accordion menu system to automatically scroll to the the top of the opened item?
Topic: IE 8 issues
Topic: Moving the phone number
Hi guys,
I have a client that wants the phone no, not in the top gray bar, but down a bit and in between that top bar and the menu.
Is this possible?
Thanks
Masten