Forum Replies Created
-
AuthorPosts
-
Hi!
If your trying to style the Woocommerce elements then yes you will need to edit the CSS. You can add custom CSS in Dashboard > Enfold > General Styling > Quick CSS as well as editing the stylesheets.
Best regards,
ElliottNovember 24, 2015 at 7:06 pm in reply to: Part of the page gets deleted when I update the page #541878Hey mmcc!
Is it only happening on a certain page?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble then send us a WordPress login and a link to the page and we’ll take a look.
Cheers!
ElliottHey petschka!
So this plugin is giving you a shortcode and it’s not working? Send us a link to the page and we’ll take a look but it would be best to contact the plugin author about this.
Best regards,
ElliottHi!
Send us a link to the page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi c3computers!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey jefflovell!
Please see here, https://kriesi.at/support/topic/warning-session_start-function-session-start/.
Regards,
ElliottHi!
Thanks for using the feature request.
For #4 try adding this to your custom CSS.
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area, .modified_width .button { padding: 20px !important; }
Regards,
ElliottNovember 24, 2015 at 6:43 pm in reply to: First row in table disappears in Mobile View with advanced editor #541860Hi!
Add this to your custom CSS.
.responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block !important; }
Best regards,
ElliottHi randit!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey!
Try deactivating all plugins and clear your cache to see what happens. If your still having issues then send us a WordPress login and we’ll take a closer look.
Also be sure your using the latest version of Enfold, 3.4.4.
Cheers!
ElliottHi shirtandsimple!
Yes, the “scoring” of the plugin does not work with the layout builder. It doesn’t affect your actual SEO though, the plugin just cannot see it in the layout builder. The search engines can still see all of your content. It’s just a minor inconvenience and there is not much we can do to solve it unfortunately.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hey!
If it’s a full width element then it edits the layout a bit so you cannot use it inside do_shortcode. You could try echoing out some ending div tags to try and work around it.
echo '</div></div>';
Or something similar.
Cheers!
ElliottHi!
You can use the blog posts element to get a similar look but if you want the same styling you will need to use the default editor.
Regards,
ElliottHey!
Try above line 249 in the /enfold/includes/loop-index.php file.
// echo the post content echo $content_output;
You can surround it with this so it only gets applied on the single post view.
if ( is_single() ) { }
Cheers!
ElliottHey!
Yes, you can do that with the Woocommerce shortcodes. Just set the ID or sku number in the shortcode options. There is also one for just the URL.
[add_to_cart_url id="99"]
So you can use it with your own custom links or buttons.
Regards,
ElliottHey!
I’m not sure which textblock your referring to but you can use this to change the font size for all textblocks.
@media screen and (max-width: 767px) { .avia_textblock, .avia_textblock * { font-size: 12px !important; } }
You can also do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to give them each a class to target with. Or use the color section ID they are placed in.
Regards,
ElliottHey!
Well that’s a different page and why are you using the widget area element instead of the regular sidebar? The reason the sidebar is displaying in the next section is because your using a color section element there. Whenever you use a fullwidth element such as a color section the sidebar will always display beneath it.
For that specific page you can use this CSS to hide it.
<style type = "text/css"> #after_section_2 { display: none !important; } </style>
Cheers!
ElliottHi Marcel!
You can find the defaults around line 150 in the /enfold/includes/helper-social-media.php file. You can copy the format used and add your own button.
Regards,
ElliottHi!
I edited your form HTML in the contact form 7 settings and added some divs and inline CSS to make the name and email to display on one line. You can copy the format used for any other fields you wish to place on one line.
Regards,
ElliottHey!
Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Try increasing the height of the section. That should fix it.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
I sent you a test email. Have you contacted your hosting provider about this yet?
Regards,
ElliottHi!
Hmm, well I think when that plugin says fullscreen slides it’s referring to the cross button on the bottom left so that when clicked on it will go into fullscreen view.
Best regards,
ElliottHey cab72!
Add this to a codeblock element in the page.
<style type = "text/css"> .hr { margin: 20px 0px !important; } </style>
Cheers!
ElliottHi omardualtime!
I don’t see an easy way of going about that unfortunately. If your only using one gallery in the page then you can try adding this to a codeblock element in the page content.
<style type = "text/css"> .avia-gallery-thumb { left: 20%; position: relative; display: block; } </style>
Cheers!
ElliottHey!
I see what you mean. It looks like your using Enfold 3.3.2. Go ahead and update to the latest version, 3.4.4, and let us know when your done.
Best regards,
ElliottHi webmons!
If your trying to change how the shortcode works then you will need to edit the PHP files. You could also create a copy of the shortcode file and change it however you like to create your own shortcode.
If you want to use it in the layout builder then you can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to add extra content.
Cheers!
ElliottHi!
It looks fine to me. The only thing I noticed was that your grid row looks very cramped on mobile. I would edit the grid row and make sure it’s set to display the cells on top of each other on mobiles so it does not look so cramped.
Cheers!
ElliottHi!
The best ways to optimize a WordPress site is to use a caching plugin. A plugin for minifying the JS / CSS such as BWP Minify would help a lot also.
I recommend this tool, https://developers.google.com/speed/pagespeed/insights/, for checking your site speed. It gives you suggestions on what you actually need to do.
Best regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts