Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hi,
Can you please give us your link? Logo is centered on mobile devices in both landscape and portrait mode by default
Regards,
Yigit
Hi,
Please once again make sure that you choose “No, dont stretch the image. If the browser window is bigger than the image simply align it centered” in Fullwidth Easy Slider settings

Regards,
Yigit
September 1, 2013 at 8:49 pm in reply to: Internet Explorer issue: Search becomes pause button #138315Hi Tom,
In Promo Box shortcode you should click on the button then you will see button options under it.

And for hover state please add this code to Quick CSS
body div .avia-button:hover { background-color: #88BBC8!important; color:white!important; border-color: #88BBC8!important; }You can change hex values if you want to change the colors
Regards,
Yigit
September 1, 2013 at 2:41 pm in reply to: How to remove the "Title" + "You are here: …" bar that shows below the Menus. #138645Hi,
Please add following code to Quick CSS or Custom.css file
.breadcrumb.breadcrumbs.avia-breadcrumbs {display: none;
}
Regards,
Yigit
Hi,
Please make sure that you are on Text tab if you would like to enter html codes

Regards,
Yigit
Hi,
You’re welcome.
I would suggest you to use a child theme. You can make changes there and when you update parent theme footer.php in child theme will still be unchanged.
Regards,
Yigit
Hey,
Please go to Enfold > Css and open Custom.css file and add the code under 3rd line where it says ” /* General Custom CSS */”
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox { font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif; }
Regards,
Yigit
Hi,
You can put a Text Block and paste the code where you enter content but please make sure that you are in Text tab

Regards,
Yigit
Hi Tom,
1) It’s not possible to have contact form button in promo box, but you can remove the background image on the button to have a very similar look. Please add this code to Quick CSS
body div .avia-button { background-image: none; }2) You can change margin with this code. Please also add it to Quick CSS
.av_promobox { margin: 20px 0; }Regards,
Yigit
Hi,
Yes it is possible with menu item id. You should add following code to Quick CSS. Please change 169 with the id of desired menu item.
#menu-item-169 { background-color: #f3c1bb; }This will change the background of Apps menu item on your page.
Regards,
Yigit
Hi,
Could you please give the link to your website? If it is http://blogg.revisorn.com/ i don’t see a loading bar
Regards,
Yigit
Hi Silluf,
Please try adding following code in Quick CSS
.slide-meta { display: none; }Regards,
Yigit
Hi,
Actually that’s how it’s supposed to be. But you can make Menu fullwidth by adding following code in Quick CSS
.container { width: 100%;margin: 0; }
Regards,
Yigit
Hi Silberrot,
Responsive layout sets optimal width and spacing depending on screen resolution. Fullwidth is 1030px so it’s not possible to display as you shown in the screenshot on all devices.

For example this is how your page would be displayed on smaller screens.
Regards,
Yigit
Hi Nigel,
Please try the workaround in this topic https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint
Regards,
Yigit
Hi,
Please see this topic for solution https://kriesi.at/support/topic/contact-form-does-not-work
Regards,
Yigit
August 31, 2013 at 1:16 pm in reply to: Using blog grid layout results in no show of featured image in single post #138579Hi Anne-Mieke,
Please make sure that you choose Image post format and set Featured Image

Regards,
Yigit
Hi Jeff,
In more recent topic you have mentioned that you figured this out so i’m closing this one.
Regards,
Yigit
Hi Jeff,
Glad that you figured it out. As for IE 10, please make sure that you are not in compability mode and HWA is turned off.
Regards,
Yigit
Hi,
Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Yigit
August 31, 2013 at 10:57 am in reply to: How to copy contents from the demo pages to a new page #138533Hi,
You can save any page layout as template and then load it when creating a new page.

Regards,
Yigit
Hi,
In theme directory please go to Enfold > Framework > Php and open Class-breadcrumb.php file. Find following code in lines between 281-292
if('post' == $post_type){
$category = get_the_category();
$ID = $category[0]->cat_ID;
$parents = get_category_parents($ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
}
And comment it out
/* if('post' == $post_type){
$category = get_the_category();
$ID = $category[0]->cat_ID;
$parents = get_category_parents($ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
} */
Regards,
Yigit
August 31, 2013 at 9:42 am in reply to: shortcode of latest posts in page (magic wand) gone?? #138399Hi,
In Default editor and in Avia Layout Builder there is a Post Slider shortcode that you can use to display the latest posts. You can find it in “Content Elements” tab.
Regards,
Yigit
Hi,
It’s because of Shareaholic. Starting from the blog title all the way down to icons there is Shareaholic’s container. You can use following CSS code for a quick solution.
.shareaholic-canvas { height: 50px; }
.shareaholic-share-buttons-container .shareaholic-ui .badge-counter { z-index: -1; }Please add this code to Quick CSS
Regards,
Yigit
Edit: Then icons stick to footer. You can add
.shareaholic-canvas { margin-top: 2625px; }for a temporary solution but it will be problematic again once you post a new blog post. I would recommend you to delete Shareaholic.
August 30, 2013 at 11:35 pm in reply to: How can I change the subject line of the auto generated email from the Enfold .. #138479 - 
		AuthorPosts
 

