Hiya,
this is a bump, as it seemingly affects several of us:
https://kriesi.at/support/topic/advanced-layout-editor-corrupted-or-missing-code#post-123495
This issue is NOT resolved.
~s
Try this one:
#top .page-id-2429 #av_section_1 .avia_textblock {
background: rgba(55,55,55,0.6);
padding: 5px 10px;
color: #fff;
border-radius: 4px;
}
Just to show you the difference between #color and rgba(). ;)
If you like to apply it to all pages, try this selector: .page .avia_textblock
I’d like to edit the social bar at the top of http://1-800shipping.com/wordpress/ to a phone icon next to the phone number, can you help me do that? I’m somewhat familiar with editing CSS and HTML static sites but having trouble making the leap to WordPress. I have dreamweaver hooked to the site, would that be the prefered way to edit the CSS? I’m not finding a way to do something like that within the wordpress admin page. Much thanks in advance!!!
Hi, this topic is not resovled. I am also having the same issue, that my Advanced Layout Builder is nothing.. tried all plugins, and nothing.
Should I try reuploading the theme or something?
Lots of great ideas! Thanks for all the ideas everyone I know Kriesi is actively reading the topic and adding things as he is able so keep it up :)
Regards,
Devin
Hi
The text block by itself doesn’t have an actual background so you need to add it in manually with css. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-2429 #av_section_1 .avia_textblock {
background: #fff;
}
What this will do is target that specific page by its ID (2429) and then the color sections’ textblock inside of it.
Regards,
Devin
Hi,
I am still trying to figure out what the problem is. You keep mentioning a sidebar though i don’t see one on either of the links. If you want to have sidebar, full screen and then sidebar, or any combination of sidebar and full screen, the way to do it is by using the widget area in place of a sidebar.
Take a look at this http://www.clipular.com/c?7708069=9VaXJSGLR6AfMuVe33WZKUjKVqg&f=.png
The colored areas above and below the sidebar are full fidth. and the sidebar is actually a widget area. The css code I used to style it is found here. https://kriesi.at/support/topic/sidebar-question-1#post-118753
Thanks,
Nick
First let me say that the Enfold Theme is TOP NOTCH high quality stuff. I don’t think I have ever run across a theme that is this well done. I appreciate all the hard work that has been put into it in order to make my life easier and more profitable. Thank You!
Now… I have a client that needs the “additional header with social icons” to be the primary menu on every page, but needs the current main navigation area to be adaptive or conditional to separate pages but keep the same style and format currently being used.
Example:
example.com/push would have one menu in the main menu area)
example.com/pull would have a different menu in the main menu area)
example.com/shove would have yet another menu in the main menu area
example.com/yank would have yet another menu in the main menu area
Tough, i know…
Your suggestions on how to effectively and quickly handle this matter with your theme so nothing else is effected?
Im perfectly comfortable with editing the .php files but do not know enough to customize it to my needs. Can you please point me in the right direction?
Hi,
Is it the top half or the bottom half? On what tablet android or ipad or win 8? What version of the theme… it would be just easier if we can see the code. Please look on the demo site, kriesi.at/themes/enfold if you can see same problem using a tablet on there with the layer slider.
Thanks,
Nick
Yes I am running the latest version and recreated the page. Once I delete the video out of the 1/3 column all is fine.
The page is built with:
color section with 2/3 and 1/3 inside (video in the 1/3)
then a 1/1 with text block inside.
a hairline with whitespace
then a 2/3 (with a special heading and text block) and 1/3 (with an image)
Hi,
The problem are empty lines in the javascript being echoed in php in the plugin. Lets look at this one, http://prntscr.com/1e80m1 , the code that creates this jquery is in /includes/form.php (inside the plugin folder) and these are the lines http://i.imgur.com/vtPkr2F.png As you can see, the paragraph tags are exactly where there are empty lines in the code. If you open the /includes/form.php file, and remove those 2 empty lines , 35 and 37. You will not get http://prntscr.com/1e80m1 this problem anymore.
That file form.php has other blank lines (empty lines) as well, just go through it and take them out, and that’s all. Takes 1 minute or less.
Thanks,
Nick
Hello, the extra spacing is okay, the problem is the logic:
We have a problem with the tabs theme enfold, this error is caused when using the “Logic” of QUFORM, he simply disappears from the tab (in 1.6 it was on the menu tab) in the current version (V: 1.7) it is in “hidden”.
http://prntscr.com/1e80m1
http://prntscr.com/1e80kl
http://prntscr.com/1e80n6
I am already using 1.7. The reason why you see 1.6 in the source code is because I’m using a child theme in which I added Version nr 1.6 and haven’t changed the number to 1.7 since I updated Enfold to the latest version.
Hi Just a quick question.
on my homepage at the top, when I click on edit frontage, it takes me to the backend but the premlink shows as: http://www.website.co.uk/homepage why is there a /homepage there? can I get rid of it?
here is the link to my site: goo.gl/gJBSs
Thanks
I want to display a text at the top of the first page of my postings. But what must I do, that this text does not display on the second and the following pages?
I was able to fix my import problem by using this thread
“http://wordpress.org/support/topic/failure-to-import-and-invalid-post-type-errors”
I am still unable to upload images properly.
The image problem was there on my test site(“lavista.co.in”) also.
Though I am able to upload images after disabling my theme. It could get my work done in an irritating method.
Any fix to my problem or hint as to where my problem could be??
Hi,
You might need to add !important to make it work on quick css.
#top .main_menu .menu li > a {
padding-top: 20px !important;
}
Regards,
Ismael
Recently, I had a question/request which was solved in a clever way:
https://kriesi.at/support/topic/pagination-for-individual-portfolio-items
However, the css of the pagination does not work very well. See:
http://nedimhazar.com/hakkimizda/
which css code must I alter?
Best, thanks in advance,
Nedim
Hi,
You can add this on your custom.css or Quick CSS
#header_main {
display: none;
}
#header_meta {
min-height: 0;
}
.fixed_header.social_header #main {
padding-top: 0;
}
Regards,
Ismael
Hi,
Yes, there is a preview at the very top of Enfold > Styling. For example, change the background of the header then scroll back to the top, you’ll see the preview header.
Regards,
Ismael
I have searched the forum and was unable to find an answer to my color section question.
I have created a color section on one page of a website I am creating. Then on top I added 2/3 and 1/3 layout elements and then inserted text to the 2/3 layout.
Even though The Main content background set in the Theme Styling is #f8f8f8, the background colour of the 2/3 text div seems to be transparent, so the text sits directly on the image without the div background. Here is a link to the page that I’m talking about
http://youthreach.com.au/wp/programs/self-development/
Any suggestions on how I can make the background under the text to be #f8f8f8.
Many thanks
Hi,
Please update your theme. The current version is 1.71 and you are using 1.6. Please go to themeforest and download the latest version. Please be aware that the update will overwrite all the theme files. Here is a video by Devin on how to go about doing this https://vimeo.com/channels/aviathemes/64927356
Thanks,
Nick
Hi,
There is no padding except in your logo. Open it up in an image editing program and crop the empty space on top and bottom of logo.
Thanks,
NIck
Hi,
Take a look here https://kriesi.at/support/topic/full-screen-slider-image-chopped#post-96684
Which is a full solution for button inclusion into fix header with social media buttons. It includes some css as well for various screen sizes and you can adapt it to your button.
Thanks,
Nick
Hello. I’m using the Easy Slider module on my portfolio item page. I noticed that in Mobile view, the image is not sizing correctly. I have it set as a Featured image and it looks fine on Desktop view. But in Mobile, it is somehow getting cropped and distorted. Please see attached link. Thanks.
http://snag.gy/rT3H9.jpg
Hi, the alignment is then off, so in the layout.css, I add a padding to the top of 15px.. which works nicely, except for when you scroll down, it cuts off the text.
Any suggestions how to align better? You can see this on http://www.kennethhavinga.com
Hey!
You can use a media query to exclude ipads:
@media only screen and (max-width: 989px) {
#menu-item-2944 .avia-menu-fx {
display: none;
}
#menu-item-2944 {
margin-top: -8px;
}
}
Regards,
Peter
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($title) != "") $title = "<h2 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
with
if(trim($title) != "") $title = "<h1 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";
if(trim($content) != "") $content = "<div class='avia-caption-content'><h3>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</h3></div>";
Hi chartier,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home .avia-builder-el-1 .slide-entry a.slide-image {
display: none;
}
Regards,
Devin