Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 16, 2017 at 2:34 am in reply to: List alignment problem in sidebars, list-style-position:outside doesn't work #793650Hi,
OK I got it straighten out, there was a bunch of stuff going on.
First you had “list-style-position: inside !important;” in your quick css, so you could not get the “outside” to work, then Enfold had “list-style-type: none;” for “outside” so then you couldn’t get a disc bullet to show.
The Ordered Lists worked right, and that’s what you had for an example on your test page, and what I tested, sorry I should have tested both :)
In the end I put this in your quick css:.textwidget ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } .textwidget ul li { list-style: none; padding-left: 13px; }
Please clear your cache :)
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
I’m working though the list :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ops, I gave you the wrong class :)
replace “.avia_textblock” with “.flex_column.av_two_third” like this:.flex_column.av_two_third { /* Fallback for web browsers that doesn't support RGBa */ background: rgb(0, 0, 0)!important; /* RGBa with 0.6 opacity */ background: rgba(0, 0, 0, 0.2)!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey prateek0408,
Have you added any custom css? Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMay 14, 2017 at 11:22 pm in reply to: Sections with fixed photos as background in enfold wedding demo #793118Hey molibi,
Try to go to WP > Settings > Media > Media Settings and increase your image sizes and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/Best regards,
MikeHey Victoria,
It will be very easy once you have had a chance to use our drag and drop editor and see what each element can do. Our support team is also always ready to help. Here’s a video on our editor. https://vimeo.com/channels/aviathemesBest regards,
MikeHey jockejansson,
To do that create a page with the blog post element, and ensure the settings are for full article, a large number of posts, and all your categories. Also check the settings at Enfold Theme Options > Blog for the size of images and number of authors. How this helps :)
Best regards,
MikeHey Snerp,
I can’t read the article because it’s for members, but in Enfold Theme Options > Extra Elements > Phone Number or small info text box, you can put html which will be above the header, and with some css you can adjust it’s style. :)Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Mike,
Sorry we would not be able to do a cross compatibility test / check of all you plugins, Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey jfchicas,
I went to Enfold Theme Options > Fonts > and changed them to meet the demo.Best regards,
MikeHey Timothy,
I see that the preloader is center until the logo is added, Try this code in the General Styling > Quick CSS field:.av-preloading-logo {left: -25px!important;}
Best regards,
MikeHey molibi,
You can use a plugin like: https://wordpress.org/plugins/use-any-font/
or edit your functions.php file, here’s how: https://kriesi.at/support/topic/adding-custom-fonts-to-theme/#post-660870Best regards,
MikeHey Qgrafica_7,
Did you add your link as the title? I just tested this and it worked good:<a href="http://www.....pdf" download="">Download</a>
Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHey andreasobermeier,
Within the theme the Google Analytics Tracking Code box allows for your full script and code.Best regards,
MikeMay 14, 2017 at 10:00 pm in reply to: Avia Layout Builder deletes formatting – and a "simple" line break Problem #793088Hi,
He is pointing to a website that helps you build shortcode with online tools, looks like they have a free plan.Best regards,
MikeMay 14, 2017 at 9:55 pm in reply to: Remove lines and borders on boxed layout left menu/sidebar #793086Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Check it out now, I removed the background color of the column element, changed the text element font to white, and added this css:.avia_textblock { /* Fallback for web browsers that doesn't support RGBa */ background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */ background: rgba(0, 0, 0, 0.2); }
you can tinker with the 0.2 until you like the background :)
Best regards,
MikeHi,
I have not had this error before, my research shows that it’s an server error which needs to be fixed my your host. Please check with them and let us know the outcome.You should check that the Apache config allows for the .htaccess to be executed. In your virtualhost config, there should be a line:
AllowOverride All
If there isn’t, that’s why the .htaccess isn’t taking effect.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Bernd,
Try this in your functions.php insteadfunction add_custom_script(){ ?> <script> (function($){ var button = $('.av-slideshow-caption a[href~="#next"]'); button.click(function(e) { e.stopImmediatePropagation(); $('.next-slide').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
Mike -
AuthorPosts