Forum Replies Created
-
AuthorPosts
-
Hi!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .caps { color: black !important; font-size: 12px !important; font-weight: bold !important; } </style>Cheers!
ElliottHey LordLiverpool!
Did you edit the style.css file and add some custom CSS in? Did you make sure to completely delete the Enfold theme before downloading + uploading a fresh copy from themeforest when you updated? That will ensure all of the files are updated and clean.
Anyways you can add this to your custom CSS to fix it.
td.product-name dl.variation dd { margin: 0 12px 0 0 !important; }Regards,
ElliottHi!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi Matt!
Something like that is possible but there is currently no options for it with our map implementation. I would try checking out the WP Google Maps plugin to see if they have this feature, https://wordpress.org/plugins/wp-google-maps/.
Best regards,
ElliottHi frankwelschlehmann!
1. Yes, the line numbers probably changed a bit in the later versions.
2. See here for how to use a child theme with those javascript files, https://kriesi.at/support/topic/use-avia-js-in-child-theme/.
Best regards,
ElliottHi!
I tried logging in but the form just sits there, no notifications or anything. Is the information correct? Perhaps it would be best to reinstall WordPress.
Let’s try the following first though.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottAugust 11, 2015 at 5:42 pm in reply to: custom widget: modal_group items not loading after page is saved #486093Hey vdlpwp!
This is bordering on custom work. It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHi Gavin!
Try changing line 2605 in the /enfold/js/shortcodes.js file from this.
tab.addClass('tab_counter_'+i).bind('click', function()To this.
tab.addClass('tab_counter_'+i).bind('onmouseover', function()Best regards,
ElliottHey ptaljaard!
You can drag a codeblock element to your page and add this inside.
<style type = "text/css"> .iconbox_content { background: orange !important; } </style>If your using more than one and want to have a different color for each then you’ll need to send us a link to your page so we can take a look.
Regards,
ElliottAugust 11, 2015 at 5:35 pm in reply to: Fix layout shift between page with 1/3 section and page with sidebar #486088Hi Boulanger!
I see your homepage and blog page but I don’t understand what your trying to do here. Take a screenshot and highlight your intentions so we can get a better idea.
Regards,
ElliottAugust 11, 2015 at 5:30 pm in reply to: WooCommerce not displaying all order in Enfold theme #486084Hey studiovene!
By default only 20 orders, posts, pages, etc etc, display on a page in the dashboard. You can click on page 2 to view the next set of orders or click on “Screen Options” in the top right hand corner of your screen and increase the 20 value to 200 or whatever you need.
In the future it would be best to contact Woocommerce about these types of questions as Enfold does not change any of it’s functionality.
Best regards,
ElliottHey slui!
1. 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.
2. Add this to your custom CSS.
@media screen and (min-width: 767px) { #top #header { width: 400px !important; } #top #main { margin-left: 400px !important; } }3. Add this to your custom CSS.
.html_header_sidebar .av-sidebar-social-container { bottom: 0; clear: both; left: 0; overflow: visible; position: fixed !important; width: 400px; }Best regards,
ElliottHi jjsanderson!
Try adding this to the bottom of your functions.php file.
add_action( 'admin_print_scripts', 'enfold_customization_admin_styles' ); function enfold_customization_admin_styles() { echo "<style type='text/css'>"; echo ".post-type-post #avia-builder-button { display: none; }"; echo "</style>"; }Cheers!
ElliottHi Louis!
It’s usually a problem with your server having trouble creating sessions. If you contact your hosting provider they should be able to fix it for you.
See here for more info, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.
Best regards,
ElliottHey!
Add this.
.caps { color: black !important; font-size: 12px !important; font-weight: bold !important; }Best regards,
ElliottHi gjelsvik!
Setting a custom pixel value for the color section height would solve this. Or if you just want a CSS fix then add this to a codeblock element in the page.
<style type = "text/css"> .avia-section.av-minimum-height .container .content { vertical-align: top !important; } </style>Best regards,
ElliottHi MindSpark!
Do they tell you to add it in the header? If so then add this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_header_scripts' ); function enfold_customization_header_scripts() { ?> add your code here <?php }Best regards,
ElliottAugust 11, 2015 at 4:48 pm in reply to: Loading page with a loading screen for a "heavy" web #486059Hi urdaniz!
That would be a lot of data for the user to download so I advise against it. Enfold does have a “preloading icon” which you can turn on in Dashboard > Enfold > Theme Options.
As for optimizing your site make sure your images are cropped / scaled to reduce their download size and install a caching plugin.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
I see what you mean. Not really sure if that is the expected behaviour or not. I went ahead and let our devs know so we may see it get changed in the next update.
Cheers!
ElliottHi Rohan!
I sent you a test email. If you do not receive it then do the steps listed here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHi infobahncreative!
Probably, send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi handelsmann!
Add this to your custom CSS.
.av-inner-masonry-content { display: block !important; opacity: 1 !important; position: absolute; right: 0; transform: none !important; visibility: visible !important; width: auto !important; } .av-inner-masonry-content .avia-arrow { display: none !important; } .av-inner-masonry-content * { color: red !important; }Best regards,
ElliottHi kops!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Best regards,
ElliottHey gofthet!
Does it do the same in the default theme? Does it do the same in all pages or just that page?
Best regards,
ElliottHi Aline!
You can add a hover color state to the sub menu links in Dashboard > Enfold > Advanced Styling and you can change the header height in Dashboard > Enfold > Header.
I’m not sure what you mean by having the menu points horizontally centered though. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Cheers!
ElliottAugust 11, 2015 at 4:01 pm in reply to: How Can I Change The Backgroung Color For The Tabular Data Header? #486020Hi GitTran!
Add this to a codeblock element in the page.
<style type = "text/css"> th { background: red !important; font-size: 15px !important; } </style>Best regards,
ElliottHey!
You’ll want to make just 5 columns instead and place the links inside each column. Or you can add 3 more columns to the end and set their titles to a hyphen “-” so they do not display. I went ahead and did that for you.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi GabrielAlberola!
On line 2226 in the /enfold/js/shortcodes.js file you should see this.
css += ".av-minimum-height-75 .container {height:"+wh75+"px;}\n";Change it to this.
css += ".av-minimum-height-75 .container {height:"+wh85+"px;}\n";And set the color section height to 75%.
Regards,
ElliottHey dobermaraner!
When you add fullwidth elements to a page / post the sidebar will always display beneath them.
Cheers!
ElliottHey maccadigital!
It just means Yoast does not see our layout builder. It has no effect on the actual SEO of your site. Google will still see it fine.
Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
-
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
