Forum Replies Created
-
AuthorPosts
-
September 7, 2015 at 4:40 pm in reply to: how to get background color to reach the edges on Masonry #499361
Hey!
I’m guessing you did a bit of customization because I don’t see the tabs when editing the page. Go ahead and upload a fresh copy of the theme and activated it instead of your child theme.
I set the Masonry on it’s own instead of in a color section and removed the sidebar from your page so it should display like in the demo now. You just need to upload a fresh copy of theme to get rid of the customizations you did because they are breaking the layout.
Best regards,
ElliottHi!
It’s hard to tell. Send us a link when you go live and we’ll take a look.
Best regards,
ElliottHey!
It’s not happening on my end. Try viewing in a different browser and disable any browser add-ons / extensions you may have installed.
Cheers!
ElliottHi entrepreneur41!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .logo { left: 50% !important; position: relative !important; transform: translateX(-50%); } }Best regards,
ElliottHey!
Just copy the whole class, lines 127 – 250, and paste it into your child theme functions.php file.
Regards,
ElliottHey!
Remove that and add it into a codeblock element like so.
<style type = "text/css"> .av-masonry-entry { opacity: 1 !important; visibility: visible !important; } </style>Only on the pages where your using the Masonry element.
Cheers!
ElliottSeptember 7, 2015 at 4:23 pm in reply to: Can a button from a table add a product to woocommerce cart? #499342Hey airman111!
You can try using the Woocommerce add to cart shortcode there, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Cheers!
ElliottHey!
When using fullwidth elements the PHP will break the layout, insert the full width elements, and then fix the layout afterwards. If your copying the HTML and pasting it inside a codeblock then the shortcode is not actually being run so it’s not going to be fullwidth.
To do what your wanting you will need to create a copy of the masonry shortcode in /enfold/config-templatebuilder/avia-shortcodes/ and edit it that way.
Regards,
ElliottHey!
Switch it to this to target mobiles.
<style type = "text/css"> @media screen and (max-width: 767px) { .slideshow_align_caption h2 { font-size: 20px !important; } } </style>Cheers!
ElliottSeptember 7, 2015 at 3:59 pm in reply to: Easy Slider, Image and content are not adapted well to different resolutions #499312Hi albertoty!
It seems to look fine on my end. Can you take a screenshot and highlight where the problem is?
Regards,
ElliottHi boscotwcheung!
Yes, the magic wand icon lets you select images to insert as well. It’s under the “Media Elements” dropdown.
Best regards,
ElliottHey!
Create 4 columns and add your links to each column. In between the links add one more link and click on the dropdown arrow and make sure the “Use the description as a text block” option is checked and then insert this into the description.
<span class="mega_menu_title heading-color av-special-font"><a href="#">Second row column</a></span>That will make it look like another column beneath it.
Cheers!
ElliottHey!
Your just wanting to open up one image on it’s own instead of in a group correct?
Surround the image with this.
<div class = "avia-slideshow"> </div>Or this.
<div class = "avia-gallery"> </div>And it should open up on it’s own unless your using a gallery or a slideshow in the page.
You could also try this out.
<div class = "post-entry"> </div>Regards,
ElliottHey!
For that add this to a codeblock element when editing your homepage.
<style type = "text/css"> #header_main { border-bottom: 0px !important; } .avia-menu-fx { display: none !important; } </style>The first line is for the header menu border and the second is for the line that displays beneath the menu links.
Cheers!
ElliottHi!
Add this to your custom CSS.
.single-portfolio .page-thumb { display: none !important; }Or if you only want it done on certain posts then add this to a codeblock element in the portfolio content.
<style type = "text/css"> .single-portfolio .page-thumb { display: none !important; } </style>Cheers!
ElliottHey!
It could not be done easily. It would take a bit of customization to work out. It would be best to hire a freelancer to help you out with this customization.
Or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see an element created for this in a future update.
Best regards,
ElliottSeptember 6, 2015 at 5:34 pm in reply to: Full with easy slider with PNG above it. Not responsive on mobile #498911Hey peterkra!
It looks like your already changing their font size.
.responsive #top .slideshow_caption .avia-caption-content { font-size: 13px !important; } .responsive #top .slideshow_caption h2 { font-size: 20px !important; }I recommend lowering them a bit more. That’s the only way I can think of to get them to fit in such a small screen. Or if you have another idea then take a screenshot and highlight exactly what your wanting to do and we’ll take a look.
Cheers!
ElliottHi Mario!
Add this to a codeblock element in the page.
<style type = "text/css"> .avia-slideshow-button { border-color: red !important; color: red !important; } </style>Regards,
ElliottHey Mette Juul!
I see it on my end. The text in the color section looks weird but you probably know how to edit it. Just edit the page and then the elements inside the color section to change their text.
If you still cannot see it then deactivate all plugins, clear your browser cache, and then take a screenshot highlighting what your seeing.
Regards,
ElliottHi krimson99!
For some reason in your pages overview section in the dashboard all of your pages say “Title | Parent Page: Pages” which is pretty weird. Haven’t seen that before.
Also, when you edit any of the pages the “Parent Page” option is missing from the “Page Attributes” section which is confusing. I deactivated all plugins but it didn’t come back for me.
Did you do some customizations to WordPress? I would try creating a backup and reinstalling WordPress to see if that fixes it.
Best regards,
ElliottHi Anton!
You can try adding your own around line 150 in the /enfold/includes/helper-social-media.php file. They probably will not have any icons associated with them so you might be able to find some on the entypo fontello website or create your own there.
Cheers!
ElliottHey wiwaldi79!
They should be like that by default. Remove your custom CSS.
nav.main_menu { left: 74%; right: auto !important; transform: translateX(-50%); width: 100%; }Regards,
ElliottSeptember 6, 2015 at 5:11 pm in reply to: I upload 1 image in 1 size: I get 17 EXTRA different sizes from the same image #498901Hi Ester1234!
You can find those and comment them out around line 117 in the /enfold/functions.php file.
Regards,
ElliottHey Lone1971!
Starting around line 200 in the /enfold/css/grid.css file you can see the widths / margins for the columns. If you reduce the margins then be sure to add a bit to the widths to compensate.
Cheers!
ElliottHey tonylimjr!
When you edit the slider you can click on each of the slides to edit them. At the bottom there is an option for adding buttons, you can change the text there.
Best regards,
ElliottHey allyson2!
You can use our icon element, add your own with HTML, or use our “Share social links” element as well.
The icons would probably be the easiest. Just set them to align left and send us a link to your page and we can give you some CSS to create more space between them.
Cheers!
ElliottHey richfl126!
I checked on a Moto E with latest Android version but it looks fine. Is that an iOS device? Your viewing in Safari correct?
Best regards,
ElliottSeptember 6, 2015 at 4:56 pm in reply to: how to get background color to reach the edges on Masonry #498895Hi losting!
If your adding it to a grid row element then it should be displaying fullwidth. Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey jwiltshire!
Try increasing your memory available, http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Regards,
ElliottHi losting!
What I would do is create a new page and add the color section and form to it and then save it as a template in the layout builder (big blue button on the right hand side below the editor). This way every time you create a page you just need to click one button to insert it into your page content.
Regards,
Elliott -
AuthorPosts
