Forum Replies Created
-
AuthorPosts
-
Hi!
Add this to your custom CSS.
nav.main_menu { width: 100% !important; } .social_bookmarks { position: absolute !important; top: 0px; right: 0px; }
Regards,
ElliottOctober 16, 2015 at 7:09 pm in reply to: Make blog posts summary display as single item on mobile #520249Hi!
Your probably have a typo in your custom CSS then. Paste all of it here.
Cheers!
ElliottOctober 16, 2015 at 7:07 pm in reply to: SEO Yoast Unable to see Avia Layout Builder body content. #520248Hi!
No, not currently. Please read the previous posts in this topic.
Best regards,
ElliottHi!
Navigate to Dashboard > Appearance > Editor and you can find the template files of the theme there. Click on the functions.php link to open up the functions.php template and edit it.
Cheers!
ElliottHey!
You see the “av_section_2” in the CSS code?
#av_section_2 .pricing-table li.avia-pricing-row, #av_section_2 .pricing-table li.avia-heading-row, #av_section_2 .pricing-table li.avia-pricing-row .pricing-extra { background: orange; border-color: orange !important; }
You need to copy that section and change the number to target each section like so.
#av_section_4 .pricing-table li.avia-pricing-row, #av_section_4 .pricing-table li.avia-heading-row, #av_section_4 .pricing-table li.avia-pricing-row .pricing-extra { background: orange !important; border-color: orange !important; }
I changed it to 4 so it will now target the fourth color section in the page. Or you can edit each color section and give it a custom ID and use that instead.
#customID .pricing-table li.avia-pricing-row, #customID .pricing-table li.avia-heading-row, #customID .pricing-table li.avia-pricing-row .pricing-extra { background: orange; border-color: orange !important; }
Cheers!
ElliottHey!
Drag a codeblock element to that page and add this inside.
<style type = "text/css"> .slide-entry a { pointer-events: none !important; } .slide-entry > a { display: none !important; } </style>
Cheers!
ElliottHey!
Ahh I see, my resolution is bigger so it was displaying correctly on my screen. Your footer container is outside of the main container which means you probably have a tag your not closing properly in your page content. So it’s only happening on that page then. What happens when you delete / recreate the page?
Also, it looks like your using Enfold 3.2. Go ahead and update to the latest version, 3.2.2.
Regards,
ElliottHey!
Hmm, I don’t see that image anywhere else on the page. Your sure you did not set it as a different size / variation? Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey!
Your not getting any javascript errors. Problems with emails not arriving are usually caused by the server. Please read each step in the link I provided carefully and let us know the results.
Best regards,
ElliottOctober 16, 2015 at 6:35 pm in reply to: Widget enfold Latest News – size titles and icons Posts #520227Hi blendof!
Go ahead and send us a link to your page and take a screenshot highlighting the changes your wanting to do so we can get a better idea. You can set your reply as private if you wish.
Best regards,
ElliottOctober 16, 2015 at 6:23 pm in reply to: Trying to change menu font, but it won't change from Helvetica #520220Hi hindutimes!
If your using a caching plugin then be sure to clear it’s cache. Otherwise send us a WordPress login and we’ll take a closer look.
Regards,
ElliottOctober 16, 2015 at 6:22 pm in reply to: How to I create a 'slide' like on the 'not found page'? #520218Hi Family2Be!
Not sure I understand. Are you trying to change the contents of the combo widget with the 3 tabs? Go ahead and take a screenshot and highlight your intentions so we can get a better idea.
Regards,
ElliottHi andydiprose!
I sent you a test email. Try this out, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Regards,
ElliottHi vollstark!
Can you send us a link to the exact post? I tried looking through the posts on your blog but do not see the post with the issue.
Best regards,
ElliottHi Acuadra_P!
What you’ll need to do here is create the four columns and add your text inside and then add a whitespace / separator element beneath them and then add four more columns with the buttons inside them. This will ensure they are all aligned horizontally on all screen sizes.
Best regards,
ElliottHi Munford!
It sounds like your wanting to use the fullwidth easy slider instead of the fullscreen slider. With the boxed layout your using the fullwidth easy slider will make more sense and the images will not be zoomed in / stretched to fit the fullscreen as with the fullscreen slider.
Cheers!
ElliottOctober 16, 2015 at 6:04 pm in reply to: had my blog set to single author small thumbnail featured image with ‘excerpt a #520207Hey André!
Try adding a
<!--more-->
tag in your editor. If your using the layout builder then you will need to write a custom excerpt. If you do not see the custom excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi elliotstiller!
Your talking about Dashboard > Settings > Reading? If so then remove those and set them to latest posts. You can set the homepage in Dashboard > Enfold > Theme Options.
Cheers!
ElliottHi AlainTernet!
If your using a small number of columns (2 – 3) then make sure the images your uploading have a decent size (1000 x 600) or something similar. If the images are smaller then you can increase the number of columns so they do not get “upscaled” and display blurry.
Also try setting the gallery size setting to “Flexible masonry”.
Cheers!
ElliottHi Roy!
I’m not sure I understand. Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi richardelectrix!
1. How do we add a product? I’ve been looking through your products and do not see any add to cart buttons.
2. It’s most likely from all of the custom CSS your adding. You will need to hire a freelancer to help you out or contact Woocommerce support.
Regards,
ElliottHi musklick!
Your link is to youtube so I’m not sure I understand. Perhaps you mixed the links up.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
October 16, 2015 at 5:49 pm in reply to: Increase number of showed columns in Masonry Gallery #520192Hey Devo!
I’m not sure if it will work or not but you can try adding extra columns around line 75 in the /enfold/config-template-builder/avia-shortcodes/masonry_gallery.php file.
__('Automatic, based on screen width', 'avia_framework' ) =>'flexible', __('2 Columns', 'avia_framework' ) =>'2', __('3 Columns', 'avia_framework' ) =>'3', __('4 Columns', 'avia_framework' ) =>'4', __('5 Columns', 'avia_framework' ) =>'5', __('6 Columns', 'avia_framework' ) =>'6',
Cheers!
ElliottHi janicenisha!
It looks like you would need to add a color section or fullwidth easy slider to your page and then set the header to transparent in the page layout settings so it displays on top of it. Then you would need to add some custom CSS to give it a white background.
Not sure what you mean by the button in your screenshot. If your talking about the white border button style in your header menu then you can set that style in Dashboard > Appearance > Menu as you edit each link. Click on the dropdown arrow of each link and there will be an option for changing it’s style.
Regards,
ElliottHey p_niedrich!
It looks fine to me. Can you take a screenshot and highlight what your wanting the socket to look like?
Regards,
ElliottHi fundance!
Your using Enfold 2.9.2. Go ahead and update to the latest version, 3.3.2, and deactivate all plugins while testing.
Cheers!
ElliottHi Tokyo!
Add this to your custom CSS.
#av_section_2 .pricing-table li.avia-pricing-row, #av_section_2 .pricing-table li.avia-heading-row, #av_section_2 .pricing-table li.avia-pricing-row .pricing-extra { background: orange; border-color: orange !important; } #av_section_3 .pricing-table li.avia-pricing-row, #av_section_3 .pricing-table li.avia-heading-row, #av_section_3 .pricing-table li.avia-pricing-row .pricing-extra { background: green; border-color: green !important; }
Best regards,
ElliottOctober 16, 2015 at 5:33 pm in reply to: icon signs changing from bizarre signs to desired ones during visit #520183Hey Roeland!
Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottOctober 16, 2015 at 5:32 pm in reply to: Open Sans Font Problems: every Browser interpretates the font differently #520181Hey LorbeerDesign!
I don’t think that would make any difference. Firefox and Chrome use different rendering engines so there are very slight differences between them. It’s usually not noticeable.
Best regards,
ElliottHi tescioneangelo!
No, not currently. What you can do is use the default editor and right click the page > view source and copy the post meta information markup and then paste that inside a codeblock element in the layout builder.
Other than that you will need to use the default editor if you want the post to display like a regular blog post and not a page.
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts