Hi
Thanks for the super fast reply. i have put the ccs recommendation in and it works. i have this in my custom css file do i need to delete it as i put it in ther to adjust the icons and menu buttom to drop below the logo as they appeared over the logo.
@media only screen and (max-width: 640px)
{
.responsive .logo a, .responsive .logo img { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
#advanced_menu_toggle { top: 52px; }
.responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
}
thanks again for you help
Jez
As your ? is totally different than the original question here …it works much better to start an entirely thread. you should do that
You might try reading this as a start
https://kriesi.at/support/topic/rename-blog-title-and-breadcrumb/
Thank you so much for all your help. I really appreciate it.
Looks great!
Hi XTGlobal!
You can edit any tab element and change the tab position to top as needed:

Cheers!
Devin
Hi, – running 2.7 and suddenly I am no longer able to drag/drop elements in Avia onto my layout.
I deactivated the last few plug-ins, back to well before the problem started. I’ve logged in and out, restarted my browser… I also went back about a day and restored an earlier version of the layout: same problem.
Interestingly, this seems to be a problem confined to this particular Page. Other existing pages allow drag & drop, and if I create a new Page, I am able to drag & drop.
Recent plugins that I have disabled include: MailPoet, WP Edit, Kento Pricing Table, Pricing Table, Pricing Table Ready! and FB Linked In Resume. I may be mistaken, but I believe that the Theme was working fine with all of these installed – except for MailPoet and maybe one of the pricing tables. Again, this list has been all disabled. Is there/are there left-over lines of code I need to clean up?
Here are the symptoms:
The element will drag from the repository section, and the page will highlight, but the highlight doesn’t change the way it usually does when the element reaches a place it can be dropped (e.g. a Color Section or a Column). When I release the mouse button, nothing happens and the page returns to un-highlighted.
Within the existing layout, I am able to edit and clone elements that are already there, but cannot move them out of the sections they are already in – so if I clone a text box within a color section, I can move it around that section, but can’t drag it to another section.
Please let me know if I can provide any additional info – and hopefully you’ve got a solution.
Thanks!
This reply has been marked as private.
Hey Peter,
thanks and please close this one here..
Cheers
Hi Ismael,
thank you for your response. But this code didn’t do any change.
Why is it that the output in both languages differs, even though I have identical settings?
Hey Bruno!
At least I didn’t close it intentionally and I opened it again. Kriesi is still tagged on the topic.
Cheers!
Peter
Hi Katrin!
Thank you for using the theme!
Do you want the header to be white? Please add this on the Deutsch Quick CSS:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
background-color: #f8f8f8;
color: #7C7C7C;
}
Please make sure that you set the same css modifications and styling options on both languages.
Best regards,
Ismael
Hi,
ich nutze die aktuelle enfold Version (WordPress 3.7.1) und habe oben genanntes Plugin installiert. Das Plugin funktioniert nicht wie gewünscht.
Hier wurde das Problem bereits beschrieben: http://wordpress.org/support/topic/upload-csv-file-unavailable
Aber auch diese Änderung führte nicht zur Problembehebung.
I also had the same problem… after some digging, it looks like the problem is in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js, line 26:
$.AviaElementBehavior.wp_media = $.AviaElementBehavior.wp_media || [];
$.AviaElementBehavior.wp_media_advanced = function()
{
var $body = $(“body”), file_frame = [], media = wp.media,
The problem is that ‘wp’ is not defined in media = wp.media.
I changed the last line as follows:
var $body = $(“body”), file_frame = [], media = $.AviaElementBehavior.wp_media, // wp.media,
Eine Idee, wie ich das Problem lösen kann?
Gruss
Hi!
Please add following code to Quick CSS as well
#top div .avia-gallery .avia-gallery-big { background-color: transparent; }
Regards,
Yigit
Hi Peter
Thanks for your reply :-)
I’m already familiar with Chrome inspector and RGBA colors – my problem (after many hours of detective work) is to find the exact place where the background is regulated. When I use the “Enfold Main Content background color editor” I get to change the color but it seems like there is a layer bellow that is still white meaning that if i e.g. put in this rgba(255, 0, 0, 0.65) I get a transparent red on top of a white layer – so I still don’t get to see the page’s background image through a transparent red layer.
Thanks in advance :-)
Martin from http://www.brandman.dk
-
This reply was modified 11 years, 12 months ago by
mar10nlund.
Hi Jamie A!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px; }
Regards,
Yigit
Hey!
Please add following code as well
#comments span, .minitext, .form-allowed-tags, #reply-title small, #commentform label { padding-top: 0!important; }
Best regards,
Yigit
-
This reply was modified 11 years, 12 months ago by
Yigit.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 10px; }
.header-scrolled .logo img { margin-top: 0; }
I could not see flickering issue on my end. Which browser and OS are you using?
Cheers!
Yigit
Hey geraldjim!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Best regards,
Yigit
Hi There,
About 10 months ago I hd this fixed implemented so I can use Ropa Sans as a header font but with the new changes I cannot implemented as the code has changed.
https://kriesi.at/support/topic/how-to-use-other-fonts/
Any suggestions?
Gerald
Hi,
I’ve asked to emphasize the menu with topic #210053 and solved it wonderfully! The point is that duplicating the page for english version with WPML this doesn’t work any more. I suppose I have to modify little bit the css that Ismail sent me:
.widget_nav_menu .current_page_item a {
color: red !important;
}
.current-menu-ancestor a, .current-menu-item a {
color: red !important;
}
Can you suggest me how ? Thank you, Nona
This reply has been marked as private.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 479px) {
.responsive.html_header_top #header_main .social_bookmarks {
display: block;
}}
You can see change log here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
Cheers!
Yigit
This reply has been marked as private.
No. 1
I have installed the Facebook official plugin.
I would like the comment box to be centred on the page, not justified to the left.
No.2
When i view the post on an iPhone & an iPad the Facebook comment box is formatted wrong, it appears at the top of the page and to the left hand side poking out from the screen.
How do i fix this?
shutterliving.com/coldplay-concert-paris-stade-de-france-2013/
-
This topic was modified 11 years, 12 months ago by
Jamie A.
Hey!
@Pixelbits: Thank you for sharing the info! I hope this solution will help fix the problem entirely.
To anyone who’s having the same issue, please try the solution posted by Pixelbits. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074
Best regards,
Ismael
Hey!
Glad it is working now.
Please add this on Quick CSS or custom.css to add 4px solid border line below the menu:
#header_main_alternate {
border-top: none;
border-bottom-style: solid;
border-bottom-width: 4px;
z-index: 2;
border-color: red;
}
Regards,
Ismael
Hallo liebes Enfold-Team,
Lieber Dude,
ich hab zwar gedacht https://kriesi.at/support/topic/original-wp-galerie/ wäre worum es auch bei mir geht – leider aber nicht ;)
http://www.wohnluft.de/2014/04/teil-2-beeteinfassung-aus-holz-fuer-den-bauerngarten-bauen/
Passwort: “enfold” (ohne “”)
Die Gallerie von Jetpack ist für mich einfacher zu bedienen (und sieht leider auch schöner aus als das Mansory von Enfold). Das Problem ist aber, dass die Bildunterschriften (die zwar in der Miniaturansicht zumindest teilweise zu sehen sind) angezeigt werden, in der Lightbox verloren gehen.
Auch stört mich, dass die Bilde alle ein Overlay mit diesen Pfeilen bekommen. Ich meine mich erinnern zu können, dass man das mal aussstellen konnte (oder war das bei Avada? :3 Avada ist aber nicht so toll wie Enfold :D)
-
This topic was modified 11 years, 12 months ago by
cortvermin.
Hi Jason!
No, you must modify the portfolio shortcode file to add this code. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}'>".$title."</a></h2>";
with
$track_event = !empty($custom_link) ? "onClick=\"_gaq.push(['_trackEvent', 'Asset Library', 'PDF', 'Living in Christchurch']);\"" : '';
$output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}' {$track_event}>".$title."</a></h2>";
If you want to modify the shortcode with a child theme follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/#post-242618 but copy the portfolio.php file to your child theme folder.
Cheers!
Peter
Hi!
The background is coming from this selector:
#main, .html_stretched #wrap_all {
background-color: #ffffff;
}
With the customization that you created, I guess you need to move the slider upwards.
.html_header_top.html_header_sticky #main {
padding-top: 80px;
}
Then set the linear-gradient to 100% opacity:
#header_main {
background-image: linear-gradient(rgba(113,148,48, 1) 70%,white 100%) !important;
}
Best regards,
Ismael
I have a follow up to another thread that is now closed https://kriesi.at/support/topic/text-block-tiny-mce-bug/. That thread was about visual editor bugs when using Firefox and WP 3.9. Here is a similar bug when using Chrome.
When trying to use the visual editor with latest Enfold and WP 3.9, in Chrome… I click to edit one text block, and can use the visual editor just fine.
But then when I click to edit another text block on the same page, it actually opens up the previous text block. So if I close that text block, and then click to edit yet another text block further down the page, it still opens up the very first text block I opened up.
So no matter which text block I click to edit on the page, the editor will always open the last text block I saved.
I’ll add a separate reply here with my screencast of the bug happening.