-
AuthorSearch Results
-
August 5, 2013 at 4:03 pm #132841
In reply to: WPML + ENFOLD THEME = Media Library MISSING
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
August 5, 2013 at 4:00 pm #132683In reply to: Wordpres 3.6 – you can update now :)
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
August 5, 2013 at 3:45 pm #132912In reply to: Home link at the top menu
Hi,
You can go to Appearance > Menu and remove the Home from the menu.
Thanks,
Nick
August 5, 2013 at 3:45 pm #132458In reply to: changing color of social icons in top header
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
August 5, 2013 at 3:44 pm #132111In reply to: Gallery thumb and caption center alignment.
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
August 5, 2013 at 3:31 pm #132110In reply to: Gallery thumb and caption center alignment.
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).
August 5, 2013 at 3:28 pm #27234Topic: Avia and ajax
in forum EnfoldYakosuso
ParticipantHi 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
August 5, 2013 at 3:25 pm #27233Topic: Help with an ageing question
in forum Enfoldandypeck
ParticipantHi 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
August 5, 2013 at 2:42 pm #131824Hi
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.
August 5, 2013 at 2:24 pm #132352In reply to: Logo ontop of all layers?
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
August 5, 2013 at 2:21 pm #27228Topic: Content in Tabs moved – second column.
in forum Enfoldmakss-tychy
ParticipantI 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.
August 5, 2013 at 12:02 pm #132932In reply to: Help with css.style
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.
August 5, 2013 at 11:37 am #132814In reply to: Header and Breadcrumb with bbPress forums
I’m sorry guys, I posted this into a wrong thread. It meant to be here: https://kriesi.at/support/topic/breadcrumbs-and-sidebar-only-for-bbpress-forums
August 5, 2013 at 8:49 am #132812In reply to: Header and Breadcrumb with bbPress forums
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
August 5, 2013 at 7:04 am #130893In reply to: Some help with a new install [formatting]
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
August 5, 2013 at 6:41 am #132729In reply to: Changing menu layout
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 ).
August 5, 2013 at 6:34 am #132728In reply to: Promo Box Header
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
August 5, 2013 at 4:03 am #132371In reply to: Page content missing or broken in browser tests
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
August 5, 2013 at 2:55 am #129871In reply to: Slider only slides twice
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
August 5, 2013 at 1:03 am #133177In reply to: Shortcodes in tabs and WP restore function
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
August 5, 2013 at 12:56 am #133129In reply to: Translation of theme doesn't show?
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Regards,
Ismael
August 5, 2013 at 12:40 am #131897In reply to: H3 Heading Non Responsive
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
August 5, 2013 at 12:20 am #133062Hi,
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
August 5, 2013 at 12:17 am #133047In reply to: Content in Tabs moved.
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
August 5, 2013 at 12:14 am #133044In reply to: Gallery images lightbox captions
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
August 5, 2013 at 12:09 am #132439In reply to: Sidebar Menu
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
August 4, 2013 at 11:29 pm #133140Hi,
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
August 4, 2013 at 11:17 pm #133149In reply to: Breadcrumb PageTitle translation problem
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Regards,
Ismael
August 4, 2013 at 9:38 pm #133096I 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
August 4, 2013 at 10:16 am #132874In reply to: File Name pop up when I rollover picture
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..).
-
AuthorSearch Results
-
Search Results
-
Topic: Avia and ajax
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
Topic: Help with an ageing question
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
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.
