Forum Replies Created
-
AuthorPosts
-
December 3, 2013 at 12:10 pm in reply to: how to make the big feature image in blog post non clickable. #195723
Hi!
Yes, you need to copy the includes folder including the loop-index.php file.
Regards,
IsmaelHey!
1.) I think number 1 is doable. Add this on your custom.css or Quick CSS:
#top div .avia-gallery .avia-gallery-big { width: 80% !important; min-height: 590px !important; float: left; clear: none !important; } #top div .avia-gallery .avia-gallery-big img { min-height: 570px; }2.) You need to hire someone like Yigit said for number 2.
Regards,
IsmaelDecember 3, 2013 at 9:39 am in reply to: how to correctly display product image in shop page (w/o a scrollbar) #195700Hey tasoskouk!
Please add this on your custom.css or Quick CSS:
.four.units.single-product-main-image.alpha { overflow-y: hidden; }Regards,
IsmaelHey!
Sorry. You can enclose the iframe on this div:
<div class="avia-video avia-video-16-9 " itemprop="video" itemtype="http://schema.org/VideoObject"> <div class="avia-iframe-wrap"> <iframe width="1500" height="844" src="http://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&wmode=opaque" frameborder="0" allowfullscreen=""></iframe> </div> </div>Remove the iframe code and replace it with yours. Set the the same width and height on the example above. It should be responsive after.
Regards,
IsmaelHi nock!
Please add this on your custom.css or Quick CSS:
div .logo { position: absolute; right: 0; } .main_menu { position: absolute; left: 0; }The logo doesn’t disappear when scrolling.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.main_color b { color: #ff3640; } .header_color .main_menu ul:first-child > li > a { color: #ff3640; }Please check wp-content/uploads/dynamic_avia/enfold.css. Set the permission to 755.
Regards,
IsmaelHi ShortieD!
The demo is using the Color Section element which renders a bottom border automatically.
Best regards,
IsmaelHey!
I’m not sure what is causing the issue but I fixed it by adding a text block between the two layer slider. I hide the text block section with a custom css.
http://mealgram.com.au/wordpress/
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS to adjust the height of the header and the logo:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:150px; line-height: 150px; }Adjust the height and the line-height if necessary.
Cheers!
IsmaelHey 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 = 3000Best regards,
IsmaelHey!
Please use this on your custom.css or Quick CSS:
#aptfinbytap_domain-3-AlpinePhotoTiles_container { margin-top: 25px; }Regards,
Ismael -
AuthorPosts
