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
i am also having this problem. see photo here http://thepsychreport.com/test1/ vs. desktop view at http://www.thepsychreport.com
“Welcome to The Psych Report (Beta)” is cut off
Hi,
The hover effect is decreasing the opacity of the button.
#top .avia-slideshow-button:hover {
opacity: 0.7;
}
This is the default css style of the button.
#top .avia-slideshow-button {
text-transform: uppercase;
color: #fff;
border-radius: 3px;
border: 3px solid #fff;
padding: 7px 16px;
margin-top: 20px;
display: inline-block;
text-decoration: none;
font-weight: bold;
background-color: rgba(0,0,0,0.2);
}
Regards,
Ismael
Hi,
There is a p tag before the content. Can you please check if you unintentionally added a line break on the editor? Please add this on your custom.css or Quick CSS.
.tabcontainer div .first {
margin-top: 0;
}
Regards,
Ismael
Hi,
Kriesi removed the caption on the prettyPhoto plugin. You can add a request here to turn it back. https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS to create an indent on the menus when you have a left sidebar.
#top .widget ul.sub-menu {
padding-right: 20px;
}
Regards,
Ismael
Hi,
First, insert a column element then add the Image, Text Block then the Button. Give the button a unique css selector, for example “new-button”. Add this on your custom.css or Quick CSS.
.new-button {
position: absolute;
top: 80px;
left: 10px;
}
This will move the button on top of the image. You can do the same with the Text block element.
Regards,
Ismael
I have to correct the first post.
The post was never published due to an error on a plugin, now resolved.
I discovered that the problem of the -1 message after the publishing of a post as “author” is because an incompatibility between Enfold theme and the plugin WP Admin UI Customize (http://wordpress.org/plugins/wp-admin-ui-customize/)
If I only change to the main WP theme it’s ok.
If this could help I found that this is the die() method that stops the refresh of the post page after its publishing.
It can be found on wp-includes/pluggable.php
function check_ajax_referer( $action = -1, $query_arg = false, $die = true ) {
if ( $query_arg )
$nonce = $_REQUEST[$query_arg];
else
$nonce = isset($_REQUEST) ? $_REQUEST : $_REQUEST;
$result = wp_verify_nonce( $nonce, $action );
if ( $die && false == $result ) {
if ( defined( ‘DOING_AJAX’ ) && DOING_AJAX )
wp_die( -1 );
else
die( ‘-1’ ); // <— this is the -1 shown
}
do_action(‘check_ajax_referer’, $action, $result);
return $result;
}
I’m using Enfold 1.8.4
Thank you
You can try the code I posted here: https://kriesi.at/support/topic/how-to-prevent-img-title-from-being-displayed-on-rollover-of-slideshow#post-107352 – it works with Firefox, Chrome, Safari. IEs also supports it but it’s a bit buggy (sometimes it works, sometimes not..).
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
Below is my custom css
/* Pages */
.page-id-5 .title_container {
display: none;
}
/* Header */
div .logo img {
position: fixed;
padding: 0px;
top: -2px;
}
.header-scrolled div {
background-image: url(http://www.thenaturalpharmacie.co.uk/hidden/wp-content/uploads/2013/08/tnp-smalllogo-header3.gif);
background-repeat: no-repeat;
background-position: left top;
}
.header-scrolled div .logo img {
height: 75px;
}
#header_main {
border-bottom-width: 8px;
border-bottom-style: solid;
border-bottom-color: #060;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
/* Naviagtion */
/* Mobile */
@media only screen and (max-width: 768px) {
div .logo img {
position: relative;
height: 100px;
}
I’ve also experienced similar problems with layer slider when explicitly setting pixel widths. Text is aligned perfectly using pixel values in the preview window, but this doesn’t appear the same when viewed on the live site. Also, the layer slider interface seems very buggy to me. Frequently when I select a layer and click on a tab it will take me to the top of the wordpress interface page (like an anchor) instead of opening the required option area of the layer.
Hi,
I’m using the WP 3.5.2 (but it’s the same with the WP 3.6) and the last version of the theme Enfold.
When I save or I publish a post I receive a blank page with only “-1”. The problem is exactly the same posted here a year ago
https://kriesi.at/support/topic/custom-post-type-saving-error-1
The post is saved but the redirect doesn’t work. If I goto the url shown in the address bar the post is opened in the edit page and the page is correctly filled.
I noticed that:
1. if I save the post as “admin” it works, saving as “author” it doesn’t
2. if I change to the default WP template and I save the post as “author” I don’t see the error, it’s ok
Thank you
I actually just fixed it using this CSS:
body#top.tribe-filter-live #socket .container { padding: 35px 0 15px; }
I’ll try your CSS to just to see if it also works.
Thank you.