Forum Replies Created
-
AuthorPosts
-
Hey Aldrine!
Thanks for getting in touch with us!
Also thanks for providing the username and password to the site but what is the site’s URL, so that we can try to login.
You can also ensure that you are using the latest version of WordPress and Enfold. You have the correct permissions for all files https://codex.wordpress.org/Changing_File_Permissions
Regards,
JordanHey!
It may be the reason depending on what changes the person may have made to the theme’s code. Do you receive an error when updating and the theme crashes? You can copy and paste the error here or describe what happens when the theme crashes.
Cheers!
JordanHi!
Thanks for giving us the feedback. I hope everything works out and feel free to contact us if you have any other issues.
Cheers!
JordanHi Silvio!
Thanks for getting in touch with us!
Here is a work around I found for you. You can actually add the image in the Extra Elements phone content field like this:
<img src="http://www.football-tickets-madrid.com/img/static/footer/visa-logo.png" alt="Smiley face">
Change the source of the image to your logo.
Then add the following CSS in the Quick CSS field under the General Styling tab:
.phone-info img { right: -1000px !important; position: relative; }
Adjust the number bring it beside the social icons as far as you wish.
Best regards,
JordanHi Quantoz!
I checked on this issue for you. There seems to be a conflict with the Layer Slider and the Microsoft Edge browser when using a full width slider. We reported the issue to our developers and they are looking into it.
Sorry for the inconvenience.
Best regards,
JordanHey quike!
Thanks for getting in touch with us! Sorry for the delayed response.
Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
JordanMarch 25, 2016 at 10:47 pm in reply to: Decrease space between column and horizontally align text #603749Hi navindesigns!
Thanks for getting in touch with us!
Try the following CSS code:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding.avia-builder-el-5.el_after_av_one_half.el_before_av_hr { margin-left: 0px; bottom: -40px !important; }
Adjust the 0px and the -40px to your liking.
Best regards,
JordanHey!
Try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options:
.html_header_left #main { margin-left: 200px; } .html_header_sidebar #top #header { width: 200px; } .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text { font-size: 10px; }
Best regards,
JordanHi!
Thanks for providing the login details!
I logged in and saw the option to change the font size of the menu links in the Advanced Styling section. Please see my screenshot attached. Ensure that you are logged in as the administrator and try again.
Let me know if you still have issues.
Regards,
JordanHey Marijana74!
Try the following CSS:
.html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text { color: #a1cd2f; } .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text{ color: #a1cd2f; }
Let me know if it helps :)
Cheers!
JordanHi!
Feel free to start a new thread if you have anymore issues!
Cheers!
JordanHey Tom!
I understand and I’m sorry for the inconvenience. In the meantime, the best I can do is provide you with all the shortcode pages from the demo in a XML for you to import. That way you can look at the shortcodes using the debug mode. Here is the XML file https://www.dropbox.com/s/6qq43ho1877rogs/enfolddemo.wordpress.2016-03-25.xml?dl=0
Just go to Tools -> Importand import the XML, then you should have those pages with the shortcodes as a reference.
Cheers!
JordanHey Justin!
Glad to hear that deactivating the plugins worked for you and you found the conflict.
@alex5252 If you have tried deactivating all the plugins and then reloading the page gives the same issue then let us know so we can take a closer look. Also if you are using any custom code, please temporarily remove it to see if it is causing a problem then put the code back.Best regards,
JordanHey rickyporco!
Thanks for getting in touch with us!
The after effect that is still appearing is from the top border color of the sub menu, as it only happens when there is a sub menu. Also the avia-menu-fx only needs the display: none attribute. Add the following code instead:
.html_header_top .header_color .main_menu ul:first-child >li > ul { border-top: none !important; } .header_color .avia-menu-fx { display: none; }
Best regards,
JordanHey Daniel!
Thanks for getting in touch with us!
This will take a bit of code, so please ensure you are using a Child Theme. Add the following CSS code in the Quick CSS field in the theme options:
.logo { visibility: hidden; }
The second part now, you need to add the follow script to your child theme. You can follow the instructions here to add the JavaScript http://code.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins–wp-24321
$(function(){ $(window).scroll(function() { if ($(this).scrollTop() > 75) { $(".logo:hidden").css('visibility','visible'); $(".logo:hidden").fadeIn('slow'); } else { $(".logo:visible").fadeOut("slow"); } }); });
Let me know how it goes.
Cheers!
JordanHey charger70!
Thanks for getting in touch with us!
You can try adding the following CSS code in the Quick CSS field under the General Styling tab of the theme options:
span.avia-menu-text { font-size: 10px; }
This would be the easiest way, so try that and let me know.
Best regards,
JordanMarch 25, 2016 at 7:34 am in reply to: Full width easy slider – how to do text-transform: none ? #603582Hey charger70!
Thanks for reaching out to us!
Try adding the !important tag. So your code should look like this:
h2.avia-caption-title { text-shadow: 2px 3px #000000; text-transform: none !imporatnt; }
Try that and let me know if it works.
Best regards,
JordanMarch 25, 2016 at 7:27 am in reply to: contact form does not show the right e-mail-adress of the customer to reply #603579Hey Denise!
Thanks for getting in touch with us!
That seems strange. Could you please provide a link and login details to your site, so that we can have a closer look at the issue. You can place the information in the Private Content section of your reply.
Cheers!
JordanHey!
In the custom.css there is this code on line 74:
@media only screen and (max-width: 767px){ .html_mobile_menu_tablet #mobile-advanced { background-color: red; }}
If you placed that code there, then I guessed you figured out how to change the background color. If not, you can edit the color there.
Best regards,
JordanHey esemmel!
Still looking into your issue here https://kriesi.at/support/topic/full-screen-slider-full-width-easy-slider-saving-issue/
Please keep the responses in the one forum since it’s the same issue.Cheers!
JordanMarch 25, 2016 at 7:02 am in reply to: Font Awesome Social Icon creating instagram link under Contact Us textin footer #603569Hey!
I temporarily switched the “Contact Us” and “Follow Us” widget in the other footer columns. It seems like the widget is placing Instagram links to the other widgets displayed after it for some reason. There is a conflict somewhere, so could you try the following.
1. Deactivate the plugins (except the Font Awesome) and see if a plugin is causing the issue.
2. If you have added any custom code anywhere, try temporarily removing the code to see if it is causing a conflict.Please try and let me know!
Best regards,
JordanHi atdm86!
Thanks for reaching out to us and for purchasing Enfold!
If I am understanding correctly, you want the logo to the left and the main menu to the right of it in the header. You can go to Enfold -> Header on your dashboard and under Menu and Logo position choose Logo left, menu right.
Let me know if I misunderstood or if it does not work provide a link to the site and login details. You can place the details in the Private Content section of your reply.
Regards,
JordanMarch 25, 2016 at 6:32 am in reply to: Enfold Portfolio grid – Title and hover effect on mobile #603563Hi Catherine!
Glad it worked and thanks for using Enfold! If you have the time, please rate the Enfold theme on Themeforest.
Cheers!
JordanMarch 25, 2016 at 6:29 am in reply to: Seems to have problems with Avia Pagebuilder since https is activated #603562Hi!
Sorry for the delayed reply. Please try not to reply to your own thread as this only pushes it back further down the queue when you send a new response.
Could you please provide a link and login details to your site, so that we can have a closer look at this issue. You can place the information in the Private Content section of your reply.
Best regards,
JordanHey!
Thanks for providing the information!
Try add the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.html_visible_cart .cart_dropdown { right: 100px !important; }
Regards,
JordanHi Raffaele!
I had asked earlier if you could provide us with a link and login details to your site so we can have a closer look at the problem you are having with the contact form. You can place the details in the Private content section of your reply.
Looking forward to your reply.
Cheers!
JordanHi Marijana!
Thanks for getting in touch with us!
I also see the issue in the Photography demo on the blog posts. In the mean time try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.html_header_sidebar.html_content_align_left .container { max-width: 1050px; }
Cheers!
JordanHi cptnem0!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
JordanHey!
Thanks for getting back to me!
Try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.html_header_sidebar .container_wrap_first { width: 100%; }
Regards,
JordanHi Snerp!
Thanks for reaching out to us!
The attachment helped. But could you please provide a link to your site, so that we can have a closer look to help you with some CSS. You can place the information in the Private Content section of your reply.
Cheers!
Jordan- This reply was modified 8 years, 8 months ago by Jordan.
-
AuthorPosts