Forum Replies Created
-
AuthorPosts
-
December 11, 2015 at 2:35 am in reply to: Modify my website to be similiar to Theme Demo Enfold Construction #550806
Hey!
I’m guessing we need to login. Can you send us a login and a link to the exact page in your screenshots?
Cheers!
ElliottHey!
Please update the login to administrator so we can test.
Cheers!
ElliottHey!
It still does not look like it’s loading in IE. Try linking to it manually by adding this to your child theme functions.php file.
add_action( 'wp_head', 'enfold_customization_extra_font' ); function enfold_customization_extra_font(){ ?> <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <?php }
Regards,
ElliottHi!
I understand but we have to do it this way. What if a user did not want the title / comments, etc etc, to display on a post?
If you want the post to display like a regular post and not a page then it would be best to use the default editor.
Best regards,
ElliottHey!
Add this to the top of your Quick CSS.
#sub_menu1 { position: fixed !important; bottom: 0px !important; top: auto !important; }
Cheers!
ElliottHi!
You mean you do not want the columns to stack on top of each other correct? The grid row element will keep the layout even on smaller screens and not stack on top of each other.
Best regards,
ElliottDecember 11, 2015 at 2:09 am in reply to: Set product hover in woocommerce products by default #550797Hey!
Try flipping the array elements on line 179 in /enfold/config-woocommerce/config.php.
"subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));
"subtype" => array("No hover effect" => '', "Yes - show first gallery image on hover" => 'hover_active' ));
Cheers!
ElliottHi mitchelljay!
1. That’s how it’s currently working so I’m not sure I understand. Take a screenshot and highlight what your seeing on your screen.
2. You can create a new category called “featured” or something similar and set the blog posts element to display only posts assigned to that category.
3. When you set the featured image there will be a small checkbox beneath it for disabling it on the single post view.
Best regards,
ElliottHi!
Add this to your custom CSS.
#header_main .widget { position: absolute; right: 9%; top: 70px; }
Kind of like that? Try the “ava_main_header” hook if you want it to be flush to the right with the social icons.
Cheers!
ElliottDecember 11, 2015 at 1:50 am in reply to: After form is completed, site automatically scrolls to bottom of page on mobile #550789Hey!
I see what your talking about but I’m not sure of a way to change that. I suppose it’s possible by editing the AJAX callback function and scrolling to the area you need after hiding the form but it’s kind of advanced and would be best to hire a freelancer to help you out.
Or instead what I would do is have the contact form redirect to another page when submitted and add the paypal button and other text that you want to display there. You can find options for this when editing the contact form.
Best regards,
ElliottHey Serena!
I would try using a grid row element if you want it to stay in two columns even on small screens.
You have quite a lot of text though so I think even that is going to look bad. It would be best to just use the regular columns and let them stack on top of each other so the user does not get annoyed.
Regards,
ElliottHi Marcia_Tack!
I couldn’t figure out which version of Enfold your using. If it’s not the latest version, 3.4.6, then be sure to update. Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey neil henderson!
Enfold is our most popular theme and is the one we update most regularly. You can get a list of our demos here, http://kriesi.at/themes/enfold-overview/, to see how flexible it is.
Yes, it sounds like a regular blog post or portfolio post would work. We do not have any advanced filtering like how your wanting though. I suppose you could try the Woocommerce plugin out which lets you create attributes and filter through them. There may be more plugins out there that let you do this but I do not know of any that I can recommend.
For SEO we recommend the WordPress SEO plugin. There is an issue where the plugin does not see the content in the layout builder but it’s just a cosmetic flaw and does not effect your actual SEO. The search engines can read it just fine.
Let us know if you have any other questions.
Best regards,
ElliottHi DROR!
Try creating a new page and use the Widget Area element on it and then for your sidebar drag the “Recent Topics” widget to it.
Cheers!
ElliottHey Andrej!
So in Dashboard > Appearance > Themes you do not see your child theme anymore? Or you are adding a custom widget and do not see it in the child theme? Are you sure you added the code to the child theme functions.php file?
Cheers!
ElliottDecember 10, 2015 at 9:30 pm in reply to: Fullscreen Slider vs. Easy Fullwidth Slider…. they function differently. #550718Hey Intell!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi biteandsip!
Add this to a codeblock element in the page.
<style type = "text/css"> #after_full_slider_1 .avia_textblock p { margin-top: 0px; } </style>
Regards,
ElliottHi Fieldtripper!
Please do the steps here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Regards,
ElliottHi!
@kwlodar, We do this with the portfolio posts. I imagine we could do the same for the regular posts in the future so they can link back to different blog pages. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.Regards,
ElliottHi!
Thanks, we are currently looking into it.
EDIT: Will be fixed in next update which should be released here in the next day or so.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
Add this.
a.text-m { display: none !important; }
Regards,
ElliottHi!
Try surrounding it all with this.
<span class = "post-entry"> </span>
I think that should separate the galleries.
Best regards,
ElliottHi!
It doesn’t seem to be minifying your plugin JS / CSS. Did you have those removed from the settings? Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi coolandcheap!
We can give you the shortcodes used but that probably would not help without the portfolio posts. You would need to import the demo and delete any of the pages / posts you do not need. You can export your settings in Dashboard > Enfold > Import / Export and then re-import them again afterwards to make sure they are saved.
Cheers!
ElliottHi!
Add this to your custom CSS.
aside .av-share-box .avia-related-tooltip { width: 90px !important; }
Regards,
ElliottDecember 10, 2015 at 3:47 am in reply to: How to make the sort menu in a masonry element sticky? #550124Hi!
Hmm, I noticed you write a lot of posts asking for CSS but none of the CSS we give you seems to be working bakbek. This is probably because you have typos somewhere in your CSS. When we give you CSS make sure to add it to the very top of the Quick CSS setting.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi coreyblaser!
We don’t have any options for that currently. What most people do is use a jQuery script called “LazyLoad”. There is actually a WordPress plugin for it, https://wordpress.org/plugins/lazy-load/.
This is only for the images though. It would not work for posts, at least not without customization. You could create a page of just images though and it should work okay on that.
Best regards,
ElliottHi winoman!
I do not think so. You could try asking the LayerSlider authors about this.
Best regards,
ElliottHi!
Alrighty, if you still see the problem after finishing your child theme and updating Enfold then let us know and we’ll take another look.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 10, 2015 at 3:34 am in reply to: RTL Style problem in tablet mode (columns are not in order) #550114Hi!
I agree it’s not supposed to look like that for RTL sites on mobiles but I don’t think it’s something we can readily fix right now. I went ahead and added it to our bug list and we’ll see if we can find a workaround in a future update.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts