Forum Replies Created
-
AuthorPosts
-
Hi DoGrinDigital!
Do you want to move the whole header on the left? I’m not sure if this is going to work but you can use this:
#header { margin-left: -200px; }
Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelHi nimrodmadar!
Did you set the Global Settings > Slider width to 100%? Don’t forget to set the width of Global Settings > Layers Container. Use pixels for layer placement or position.
Best regards,
IsmaelHi!
I don’t know why you’re getting that url but please check header.php, find this code:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=EntypoRegular" media="all" />
Remove it. Do you have any font plugins of some sort? Please deactivate all plugins.
Best regards,
IsmaelHey wholereneducation!
Unfortunately, it is not possible at the moment. You can visit werkpress to modify the fullwidth masonry element for you.
Best regards,
IsmaelHi!
Are you working on a the Visual Editor? You should be working on the Text editor while editing HTML tags to avoid the spaces. The Table element does support images. Edit a row then insert the img tag:
<img width="100" height="100" src="http://www.shop.hidra.com.tr/wp-content/uploads/image_6186_1.jpg">
Don’t forget to define the width and the height.
Cheers!
IsmaelHi!
20,000 seems to be an overkill. Anyway, try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelDecember 3, 2013 at 12:10 pm in reply to: how to make the big feature image in blog post non clickable. #195723Hi!
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!
Ismael -
AuthorPosts