-
AuthorSearch Results
-
March 11, 2014 at 8:19 pm #235826
Topic: Breadcrumb bar hidden
in forum EnfoldMKW270210
ParticipantHi
I have increased the height of the header to incorporate a larger logo using some code I have received in the past. It also pushes down the layer slider:
#header_main .container, .main_menu ul:first-child > li > a {
height: 131px !important;
line-height: 131px !important;
}#top .ls-wp-container { margin-top: 40px!important; }
However, on other pages the breadcrumb bar is hidden behind the header (you can just make out the wording through the opaque header.
How can I also move this down?
Thanks in advance
Mark
March 11, 2014 at 7:08 pm #235775I figured it out. There is a conflict with Yoast’s (Joost de Valk’s) Google Analytics for WordPress plugin. When I deactivate it, the “Show Detail” link works. When it is active, I get that error.
Thanks. Hopefully this conflict can be resolved or this topic can help someone else.
March 11, 2014 at 7:08 pm #235773In reply to: Einige Fragen zur Konfiguration, Style usw
Hi!
1) Versucht den CSS Code mit !important einzufügen. Wenn er dann noch immer nicht funktioniert, ist es ein Problem mit eurem Server Cache, da der Code an sich gültig ist und mit !important auf jeden Fall alles andere überschreiben sollte.
2) Wenn ihr kein Secondary Menu anzeigen wollt stellt sicher, dass zumindest die “Header Social Icons” aktiviert sind (zb mit “Display at the top bar left”). Wenn ihr keine Icons anzeigen wollt, dann löscht einfach alle Social Links in der Liste (einfach auf das rote X klicken). Ich werde Kriesi aber bitten die Nummer-Option mit dem nächsten Update zu berücksichtigen, selbst wenn keine Social Icons gesetzt sind.
3) Diesen Fehler konnte ich nicht reproduzieren. Könnt ihr mir einen Admin Account einrichten, damit ich diese Option auf eurem Server testen kann?
Best regards,
PeterMarch 11, 2014 at 6:58 pm #235765Topic: Drop Down Menu for Portfolio Categories?
in forum Enfoldtechgrayscale
ParticipantHello,
I was wondering if it’s possible to have the portfolio categories appear in a drop-down menu rather than horizontally across the top of the page like you see here: http://www.charlestonwedding.com/2014/portfolio-all/
Thanks!
March 11, 2014 at 6:51 pm #235758Hey!
Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549#
Cheers!
PeterMarch 11, 2014 at 6:47 pm #235751Hey!
There will be an update released shortly to fix the child theme issue but I posted a fix for it here: https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122
Regards,
DevinMarch 11, 2014 at 6:27 pm #235731In reply to: Icon Box Title Links Don't Have Link Color
Hey!
1- You can add iconbox element to your page in Avia Layout Builder. You can also add your own icons ( please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ )
You should choose to display icons on top to have them in circle.
2- You can change overlay icons with following code.image-overlay.overlay-type-extern .image-overlay-inside:before { content: url(https://yourdomain.com/icon.png); font-family: 'entypo-fontello'; }3- You are using an older version of the theme. Please update Enfold to the latest version as well - http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitMarch 11, 2014 at 6:10 pm #235721In reply to: Reduce white space
Hi!
Thank you for the question. I hope all is well with you today.
You can reduce the top margin of the special heading element:
.av-special-heading { margin-top: 0; }Best regards,
IsmaelMarch 11, 2014 at 6:08 pm #235720In reply to: Double line under header after update
Hey tmunz!
Thank you for using the theme. I hope you’re doing great.
You can add this on Quick CSS or custom.css to remove the layer slider’s top border:
.avia-layerslider { border-top: none; }Best regards,
IsmaelMarch 11, 2014 at 6:03 pm #235715In reply to: Secondary menu doesn't display on translated pages
Pardon me for meddling, but my top menu (secondary) also disappeared after updating to the latest version. All I had to do was go to my theme settings > Header and select the right settings to display the secondary menu. Important, though, is that you do this for each individual language, otherwise it will just show on your default language.
March 11, 2014 at 6:01 pm #235714In reply to: Change Navigation Bar above the header
Hi!
Thank you for using the theme. I hope you’re doing great.
You can add this on Quick CSS or custom.css to move the menu closer to the slider:
.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li > a { line-height: 180px !important; } .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a { line-height: 58px !important; }Best regards,
IsmaelMarch 11, 2014 at 5:47 pm #235704In reply to: Secondary menu doesn't display on translated pages
Hello Peter
Unfortunately, I can’t restore the database since the website has been too much edited since the last backup. The update didn’t fix the problem either, and actually it is worst: now the language switcher doesn’t appear anymore on the top right of the header for the secondary language (see this capture. I tried to add the switcher to the secondary menu through WPML settings, but then it is displayed twice).
WPML settings seems to be ok and the “menu sync” feature works: the main menu is translated and displayed, while the secondary menu is visible and translated in backoffice but is not displaying on the website.
Thank you for any advice.Benjamin
March 11, 2014 at 5:36 pm #235693I have the same problem. I updated to 2.6 and the language switcher despaired from the header.
balducciceramica.comMarch 11, 2014 at 5:20 pm #235675Topic: Issue after 2.6 Upgrade with WordPress SEO from YOAST
in forum Enfoldfragezeichen
ParticipantHello,
after upgrading to 2.6 the avia editor doesnt stop loading…..I´ve figured out this behavour has something to do with the WordPress SEO Plugin von YOAST.
Alfter disabling the plug-in the avia editor works fine.
I know, perhaps it is not a Enfold Problem, but do know a way to solve this problem?Kind regards, Michael
March 11, 2014 at 5:17 pm #235673In reply to: Dummy Data problem
This reply has been marked as private.March 11, 2014 at 5:10 pm #235667Hey eswyt!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.sub_menu li > a { background-color: red!important; color: white!important; } #top .social_bookmarks li a { font-size: 25px; }Regards,
YigitMarch 11, 2014 at 5:09 pm #235664In reply to: Blog post not responsive in full width
Hey!
How are you? I hope you’re doing well today.
Please add this on Quick CSS or custom.css to place the thumbnail on top of the post.
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: none; position: relative !important; width: 100% !important; } .single-post .single-small.with-slider .small-preview { width: 100%; text-align: center; background: transparent; height: auto; } #top .fullsize .template-blog .big-preview a, #top .fullsize .template-blog .small-preview img { width: 180px; margin: 0 auto; } }Regards,
IsmaelMarch 11, 2014 at 5:03 pm #235656In reply to: Header in Mobiles lost configuration after update
Hi!
Yes, the secondary mobile menu was removed with the changes to the whole header configuration. So you can now use the new header options to customize the header as needed but there is only the fly out mobile menu option.
To fix the other issue add !important to your css snippet like this:
.responsive #top #main { padding-top: 80px !important; }Cheers!
DevinMarch 11, 2014 at 5:03 pm #235655In reply to: Problem of clicable zone on top menu
Hey oliviad!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_wpml_language_switch { width: 130px; }Best regards,
YigitMarch 11, 2014 at 5:00 pm #235653In reply to: loading order css
Hi maratino!
I’ve already pushed a fix that will be included in 2.6.1 but you can do it manually now: https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122
Cheers!
DevinMarch 11, 2014 at 4:59 pm #235649In reply to: Header issues after update to v2.6
Hey!
On another topic you have mentioned that Devin helped you solve the issue. I am closing this topic for now. If you have any other questions or issues, feel free to start a new one :)
Regards,
YigitMarch 11, 2014 at 4:51 pm #235632In reply to: Blank space in header
Hey!
If you would like to remove top padding only on blank templates, please use following code
.avia-blank #main { padding-top: 0!important; }This should do it
Cheers!
YigitMarch 11, 2014 at 4:41 pm #235622Topic: Header NOT Sticky and NOT Shrinking
in forum Enfoldderek62
ParticipantAll of a sudden I’ve noticed my sticky header and shrinking header features have stopped working. Tried disabling all plugins but no change.
You can see the problem here http://www.howdoidate.com.
How can I resolve?
Thanks.
March 11, 2014 at 4:39 pm #235619In reply to: 2nd Attributes box background colour
Hi Ismael
Brilliant result, you’ve gone straight to the top of my hero list.Thanks
JeffMarch 11, 2014 at 4:35 pm #235617In reply to: Blank space in header
Hi!
Please change previous code with following one
.page-id-19416 #main { padding-top: 0!important; }on which pages do you need to remove the top padding?
Best regards,
YigitMarch 11, 2014 at 4:23 pm #235608This reply has been marked as private.March 11, 2014 at 4:16 pm #235599Hey karbonato!
Thank you for using the theme. I hope you’re doing great.
The latest Enfold update 2.6 includes a Header-configurator which you can use to modify the header in so many ways. You might want to look into that. Please post the link of the website here so that we can inspect it.
Cheers!
IsmaelMarch 11, 2014 at 4:15 pm #235596In reply to: Google maps Widget – Bug
no worries, not any of wordpress integrated maps are shown on Google Chrome – still funny??
http://themeforest.net/item/nevia-responsive-multipurpose-wordpress-theme/4118819
http://purethemes.wpengine.com/demo/?theme=nevia (hosted on WPengine)So I decided to stop using Google Maps // why not :-D
March 11, 2014 at 4:10 pm #235590In reply to: enfold > bbpress > thread
Hey Dude –
Still having an issue with the width of the forum/blog post content. It isn’t displaying full width, even after applying the code above.
Also – posted the image url to view the color section screenshot settings in another thread specifically for this issue. https://kriesi.at/support/topic/enfold-background-color-gone/
March 11, 2014 at 4:03 pm #235580In reply to: how to setup right top & main menu ?
Hi!
Thank you for using the theme. I hope you’re doing great.
Unfortunately, you can’t do that with Enfold. The theme use shortcodes to build a page and does not rely on templates. This is actually possible with wordpress conditionals or css but it will take a lot of modifications. Please hire a freelance developer to create a different header. For further customization, please visit Werkpress.
Regards,
Ismael -
AuthorSearch Results
-
Search Results
-
Topic: Breadcrumb bar hidden
Hi
I have increased the height of the header to incorporate a larger logo using some code I have received in the past. It also pushes down the layer slider:
#header_main .container, .main_menu ul:first-child > li > a {
height: 131px !important;
line-height: 131px !important;
}#top .ls-wp-container { margin-top: 40px!important; }
However, on other pages the breadcrumb bar is hidden behind the header (you can just make out the wording through the opaque header.
How can I also move this down?
Thanks in advance
Mark
Hello,
after upgrading to 2.6 the avia editor doesnt stop loading…..I´ve figured out this behavour has something to do with the WordPress SEO Plugin von YOAST.
Alfter disabling the plug-in the avia editor works fine.
I know, perhaps it is not a Enfold Problem, but do know a way to solve this problem?Kind regards, Michael
All of a sudden I’ve noticed my sticky header and shrinking header features have stopped working. Tried disabling all plugins but no change.
You can see the problem here http://www.howdoidate.com.
How can I resolve?
Thanks.
