Hi – How can I prevent the placeholder text from showing in empty text blocks? For example see http://thebailorgroup.com/wp-content/uploads/2013/08/textIssue8.5.13.png and the colored section on the live page: http://thebailorgroup.com/coming-soon/
Thank you for letting me know so I can stop looking for a solution that doesn’t exist.
:)
Hello,
Is there any way to get the theme to stop removing line breaks </br>. I have tried adding breaks. It looks fine in the avia builder but as soon as I hit save the breaks are removed and it diverts back to the builder without the breaks. I have 3 icon boxes and the middle one has less text so to line them up at the bottom I am trying to add line breaks but they keep getting removed.
I have also tried tunymce advanced with the option ‘stop removing p tags and line breaks’ selected.
Thanks
Andrew
Hi,
The spacing between widgets on the frontage I would like to reduce.
I have used the below quick css as found in other threads which is changed spacing on other pages but not the home page.
.sidebar .widget {
margin-bottom: -30px;
}
.sidebar .widget {
margin-top: -30px;
Thanks
I am having the same issue. FullWidthLayerSlider doesn’t work so I tried to use the LayerSlider WP and my background images for the color sections stop working. They load initially with the page, but once the slider starts to cycle they disappear and go blank.
I just wondered the same. Searched this forum and found the answer.
https://kriesi.at/support/topic/how-to-remove-theme-credit-to-kriesi-at-bottom-of-footer
I only used the [no link] at the end of my footer text and it did the job.
Hi,
I’m having the same issue I’ve just upgraded to v1.9 and the easy-slider is not changing at first image, also the post slider moves on once then stops.
I have read this notice on ThemeForest:
with Enfold we went a step further and now allow you to display conditional menu items (based on user status like logged in or logged out, based on the page you are currently viewing etc)
This feature can be activated by adding the add_theme_support(‘avia_conditionals_for_mega_menu’); flag to the top of your functions.php file
This interests me very much!
But there are no explanations in documentation.
I put in my functions.php file the following code: add_theme_support(‘avia_conditionals_for_mega_menu’);
Please explain to me how you use this feature?
Many thanks
Hi Peter, I opened a thread in the support forum WPML. I leave the link below.
http://wpml.org/es/forums/topic/no-puedo-visionar-la-galeria-de-imagenes-desde-post-yo-paginas/
With service response WPML support … talk again
Thanks for your help
Hi there,
maybe i am doing something wrong…
just uploaded the 1.9 version, but the easy-slider still doesn´t work like it should.
Displaying portfolio items it only displays the first image, then stops.
Any suggestions?
Thanks
Hi,
You can go to Appearance > Menu and remove the Home from the menu.
Thanks,
Nick
Hi Peter,
You can just remove the pseudo class :hover from the above and change the css class names to this format:
#top #header .social_bookmarks_skype a {
background-color: #37589B;
}
2) The icon boxes right now aren’t customizable except with direct css or site wide css. So you could do:
#top .avia-icon-list .iconlist_icon {
background-color: red; /*background*/
}
#top .avia-icon-list .iconlist_icon {
border-color: blue; /*border*/
}
3) I think this is answered with the first bit of css above.
5) That link shows as a 404 error but if you make a new topic just for that with an example in the topic we’ll be able to fix it directly.
Regards,
Devin
Hi,
1) I see the top one is centered perfectly. and so is the second one. You can use the code below to reset the margin
div .av_two_third {
margin-left: 0px !Important;
}
2) I don’t see any caption to the right, all are above. The ones that show as text and not tooltips i think i provided you code in your previous post as to how to not display them.
3) I think such a customization is beyond the scope of the support forum since it would require a significant time investment in recoding the tooltips functionality.
Thanks,
Nick
I’m not really getting what it is you are trying to do. Not all elements are going to work flawlessly when stacked inside columns or with certain portfolio image size settings.
Everything is coded to adapt for responsive design but there is a bit of control on what source image a user can choose for the output before css changes that images size for the container.
For #3, you can do something like:
#top .visible-caption {
text-align: center;
clear: both;
float: left;
}
But the images aren’t taking up the full width of the container so the text is correctly centered but the images are not (since they are floating left as well and there isn’t a true float: center).
Hi there! :)
First of all… congrats about ENFOLD!! its a great theme!!!!!! :)
Ok. Lets go with my “problem”.
Buttons for prev – next are not working…
We got last version for the theme (1.8…), and Word Press 3.5.1
If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)
Would you mind to help me please!! ???
Thanks a lot in advance,
Best,
Yako
Hi guys,
I know you are all incredibly busy and doing things on a strict rotation basis but its been quite a few days since my last question on the topic of using multiple fonts. Im guessing I may have fallen through a crack in the system so i’m throwing up this polite nudge just in case.
Could you look at this ageing topic and see if you can help?
https://kriesi.at/support/topic/multiple-font-embedding.
Sorry to ask again!
Mega thanks
Andy
Hi
1) The code does not work. It will cause my site to have an error.
2) I am trying to shift the usual social media icons from the top to the footer area. The icons are supposed to link to my facebook, twitter etc. accounts, not to allow the visitors to share the webpage. In short, I would like to have those default social media icons of the theme in the footer.
Hi Peter
Nearly there. And thanks to your teams help.
Ive worked out a way / fix to add a horizontal version of the logo as a background image.
However, it seems to repeat in two other places.
Is there a way to remove from behind menu & search panel / on click?
Here’s the live site: http://www.thenaturalpharmacie.co.uk/hidden/
Here’s a screenshot: https://dl.dropboxusercontent.com/u/226695/smallheader-example-tile-error.gif
Thanks in advance. Rich
I was too hurry setting problem as resolved in this topic – https://kriesi.at/support/topic/content-in-tabs-moved
I added the code
Code:
.tabcontainer div .first {
margin-top: 0;
}
In first tab everything i OK but in second and every next Tab picture in second collumn is moved down.
I checked, there is no line break I copied html from first Tab to second and every next.
http://test2.pisz.pl
Hi Ismael,
They recommend that this change should be made in the style.css file directly, they ask to download via FTP, edit the alteration and upload again.
In the line of code that says vertical-alignment: baseline, change to top.
Thanks,
Fabiana.
Hi!
You can also add following code to custom.css (or insert it into the quick css field)
#top .title_container .container{
display: none;
}
Regards,
Peter
You can use media queries to center the menu for different resolutions. Use theme like:
@media only screen and (max-width: 1356px) and (min-width: 1024px) {
#top .main_menu { left: 100px !important; }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
#top .main_menu { left: 50px !important; }
}
@media only screen and (max-width: 768px) {
#top .main_menu { left: 0 !important; }
}
You can insert them into the quick css field and if necessary define new media queries for different resolutions. You can also try to use perecentage values instead of px – maybe this saves you som queries
No, the “small non-fixed header” doesn’t support such a layout and you’d need to customize the code. However you can use the “Header with bottom menu + social media icons” option – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ – it looks similar to the menu of http://www.iphotoscanning.co.uk/ and we can help you to change the background color of the menu (i.e. see https://kriesi.at/support/topic/setting-navigation-text-color-setting-font-size ).
Hey!
If you don’t want to display the margin at the top insert following code into the quick css field
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 0;
}
Regards,
Peter
Hi,
This code does work on my end. It will force the iconbox to have a minimum height aligning them properly.
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen (min-width: 800px) and (max-width: 1024px) {
/* Add your Desktop Styles here */
.page-id-9576 .iconbox_content {
min-height: 540px;
}
}
Please remove browser cache then reload the page. You need to experiment with Media Queries to align them properly on different browser width.
Regards,
Ismael
I am experiencing a similar problem on a client’s website. The temporary URL is http://180.235.128.92/~hjdtszgy/.
I have tried both the Easy Slider and Full Width Slider with the same result. Everything works fine on Internet Explorer, but not on Chrome or Firefox. The animation stops after slide 2 and I am unable to advance with the arrows or even the dots on the slider.
I am running WordPress v2.6 and Theme version 1.8.1
Hi,
Unfortunately, the revision doesn’t work for the Avia Builder.
First, switch the Advance Layout Editor (ALE) to debug mode. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
add_theme_support('avia_template_builder_custom_css');
This will let you see the shortcode below the ALE. You can combine shortcodes like this:
[av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
[av_tab title='Tab 1' icon_select='no' icon='1']
Tab Content goes here
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_tab]
[/av_tab_container]
The example above are buttons inside a tab element.
Regards,
Ismael