Forum Replies Created
-
AuthorPosts
-
Hey ShortieD!
Please add this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; }
You’ll be able to select the new font on Enfold > Styling > Heading and Body font.
Best regards,
IsmaelHi glozemedia!
I’m not sure if this is important because when I check the website it is using the google font Open Sans without any problem.
Best regards,
IsmaelDecember 3, 2013 at 9:03 am in reply to: Text box element centered when in responsive tablet view? #195680Hey!
1.) The paragraphs are now using the Open Sans font when I checked the website.
2.) Please use this:
.av-special-heading { margin-top: 20px; }
3.) Please add this on your custom.css or Quick CSS:
.post-meta-infos { display: none; }
4.) What type of Blog Style do you have?
Regards,
IsmaelHey openpotion!
You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>
The “?rel=0” at the end of the URL will disable the suggested videos. You can also add “&autoplay=1” to enable auto play.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Best regards,
IsmaelHey!
I’m sorry but I’m not sure what you want to do. Can you please post a link to a sample author page or archive page? A screenshot will help.
Regards,
IsmaelHey!
You can add widgets on Appearance > Widgets. Add widgets on the Sidebar Blog widget area. You can add this on your custom.css or Quick CSS to create a bottom border after each posts:
.template-blog .post_delimiter { border-bottom: 1px solid gray; }
Cheers!
IsmaelHi!
I’m sorry but I can’t reproduce the issue on my end using the Perfect Automatic Masonry and Boxed Layout 1030px width. Can you please give us the link to the actual page?
Regards,
IsmaelHi nephr!
Unfortunately, this is beyond of what we can as a support team. Please visit http://werkpress.com/ to do the customization for you.
Regards,
IsmaelHey!
Please edit the logo layer. Go to Attributes then give it a unique ID, example “zahlco-logo”. Add this on Enfold > Styling > Quick CSS:
#zahlco-lobo { left: 568px !important; }
Remove browser cache then reload the page.
Best regards,
IsmaelDecember 3, 2013 at 5:46 am in reply to: Using images for menu items – menu doesn't resize properly on mobile devices #195636Hi LD3!
First of all, you’re using an old version of the theme. Please do an upgrade, it might fix the issue. Watch this video how: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi pelyon!
Please edit the layer then go Attributes. Add a unique CSS class or id, example “awesome-layer”. Go to Quick CSS then define the font family.
.awesome-layer {
font-family: ‘Open Sans’, sans-serif !important;
}Cheers!
IsmaelHey!
1.) Please set a menu on Appearance > Menus > Theme Location > Enfold Main Menu.
2.) I really don’t see the problem on the slider. Can you please elaborate?
Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes
Best regards,
IsmaelHey!
Again edit the layers then go to Style panel. Look for Custom style settings, add the CSS there.
Cheers!
IsmaelHi Marco!
You can edit the shortcode on config-templatebuilder > avia-shortcodes > productslider.php.
You can remove the buttons using this:
.avia-content-slider-inner .avia_cart_buttons { display: none !important; }
Cheers!
IsmaelDecember 2, 2013 at 5:50 am in reply to: ENFOLD – how to reduce width of site and overall spacing #195188Hey!
You can reduce the top and bottom padding using this:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }
Adjust the menu right margin using this:
#header_main_alternate .container { margin: 0; }
Phone number:
#header_meta .container { margin: 0 70px 0 70px; }
Social Icons:
#header_main .social_bookmarks { right: -30px; }
Logo:
.bottom_nav_header.social_header .logo { position: relative; left: -20px; }
Regards,
IsmaelHi p_niedrich!
Can you please post the “tags” that is appearing when you insert a table? Please switch it to Text editor when adding html tags. Note that the theme has its own Table element under Content element panel.
Regards,
IsmaelHi!
Did you remove the image? I can’t see it here: http://love.tennisgate.com/en/2013/10/27/getting-to-the-volley-on-the-run-short-sprint/
Please post the login details here as a private reply.
Best regards,
IsmaelHi mikeandrewfischer!
Please ask your hoster to increase the max_input_vars to 1000 or higher. If you have access to the php.ini file, you can add something like this:
max_input_vars = 3000
Best regards,
IsmaelHey!
Please use this on your custom.css or Quick CSS:
#aptfinbytap_domain-3-AlpinePhotoTiles_container { margin-top: 25px; }
Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.av-masonry { position: relative; overflow: hidden; z-index: 0; }
Best regards,
IsmaelDecember 2, 2013 at 5:27 am in reply to: Layout problem on portrait display of Android mobile phone #195178Hey!
The website looks fine on mobile view when I check it except for the sidebars. The content or text is expanding 100% to the right without padding. I guess this line of code on your css modification is the culprit:
.inner_sidebar { margin-left: 30px; } .content .entry-content-wrapper { padding-right: 30px; }
Please remove it. I checked the website using this: http://responsinator.com/?url=http%3A%2F%2Finterpeople.co.kr%2Fwp%2Fnews%2F%3Flang%3Den
Regards,
IsmaelDecember 2, 2013 at 5:22 am in reply to: Request: Could Enfold retain the link post icon on mobile and post permalinks? #195176Hey!
You can add this on your Quick CSS if you really want to enable it on mobile view. We adjust the icon size and decrease the blog meta right margin to create more space for the blog content:
@media only screen and (max-width: 767px){ .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } .blog-meta .small-preview { width: 30px; height: 30px; overflow: hidden; border-radius: 4px; float: left; margin: 6px 0 0 0; position: relative; text-align: center; line-height: 30px; position: relative; z-index: 4; display: block; } .single-small .post_author_timeline { left: 15px; } .template-blog .blog-meta { float: left; margin-right: 10px; } }
Cheers!
IsmaelHi dmichaelclary!
Please deactivate all plugins. Post the the login details here and set it as a private reply.
Regards,
IsmaelHey!
Please add this on Quick CSS with the other fix:
body .aligncenter, .entry-content-wrapper a:hover .aligncenter { clear: both; display: block; margin: 0 auto; padding: 10px 0px; }
Cheers!
IsmaelHi!
Go to Dashboard > Users panel then create another user by clicking “Add New”.
Best regards,
IsmaelHi!
Please increase the php memory limit to 64M at least: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey!
Add this on your custom.css or Quick CSS to decrease the top padding:
.content, .sidebar { padding-top: 10px; padding-bottom: 50px; }
Edit the layer then go to Style tab. Specify the line-height, 40px will do.
Cheers!
IsmaelHi Moritz!
Please use this on custom.csc or Quick CSS:
.avia-slideshow li img { border-radius: 0; }
Regards,
Ismael -
AuthorPosts