Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHey farzanahmed,
Try this code in the General Styling > Quick CSS field:.page-id-1195 .av-section-color-overlay-wrap .container {margin-left: 0 !important; padding-left: 0 !important; }
Best regards,
MikeHi,
WE can’t view drafts, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Charlotte,
Try this code in the General Styling > Quick CSS field:.template-blog .post_delimiter { border-bottom: thick dotted #000000; !important; }
Best regards,
MikeHey Drew,
I’m not sure what you mean by: “blog posts content area to a page”
I do know that I’ve seen this setup with a sidebar, & when you remove the sidebar the author image goes center. Is this what you mean?
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
We test the code on Enfold installed on our computer, or by looking at your site. We can’t see your site & this code had no effect on a clean install of Enfold, we’ll need to see your site :)Best regards,
MikeMay 14, 2017 at 5:37 pm in reply to: Product discription not showing, grouped items not appearing correctly, https #793010Hi,
The bottom is fine, we just don’t want to put it in the middle of some other code :)Best regards,
MikeHey nicolechanphoto,
Try this code in the General Styling > Quick CSS field:.html_entry_id_1939 .slide-meta {display:none !important;}
Best regards,
MikeMay 14, 2017 at 5:18 pm in reply to: Product discription not showing, grouped items not appearing correctly, https #793000Hi,
to enable https you need to get SSL from your host. Your host can get it for free from https://letsencrypt.org/ but not all do, so you might have to pay for it.
Your product page is some setting, are your other products correct?Best regards,
MikeHi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 14, 2017 at 5:03 pm in reply to: Product discription not showing, grouped items not appearing correctly, https #792989Hi,
Oh I see you don’t have https (SSL) that’s why you can’t use ‘force https’ :)Best regards,
MikeHi,
Sorry I wish I could help, but we can’t load the site. I will ask the rest of the team to try.Best regards,
MikeHi,
It’s not making any changes on my localhost, we’ll have to wait to see the site.
Let us know then :)Best regards,
MikeMay 14, 2017 at 4:41 pm in reply to: Product discription not showing, grouped items not appearing correctly, https #792976Hey rondumais14,
What I’m seeing is that all products are the same one:
On your separate issue, the warning your getting is do to “mixed content” some https & http when you force http over https you’ll get the error. To correct make all resources on your account page https.
Are you using a plugin like Really Simple SSL?Best regards,
MikeHi,
I think I understood your video:/* colors on scroll */ .header_color .header_bg { background-color: rgba(34, 34, 34, 0.14)!important; } .header_color .main_menu ul:first-child > li > a { color: #ffffff!important; } /* colors before scroll */ .header_color{ background-color: rgba(34, 34, 34, 0.14)!important; } #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: #ffffff!important; }
Best regards,
Mike -
AuthorPosts