Forum Replies Created
-
AuthorPosts
-
Hi,
You can try this code in the General Styling > Quick CSS field:.page-id-283 p {padding-left: 25px;} .page-id-283 .av_font_icon {margin-left: -20px;}
You will need to add a page id for each page you need this to work on, this may be tricky to manage in the future.
Have you thought about just using ul & li ? It does this naturally. Please see link in Private Content area of an example draft using ul & li, feel free to delete it afterward.Best regards,
MikeHi,
I changed the code in your functions.php to this:// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['tripadvisor'] = array( 'font' =>'fontello', 'icon' => 'uf262'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Trip Advisor'] = 'tripadvisor'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and then when to Enfold Theme Options > Social Profiles and re-picked Trip Advisor from the dropdown.
It now is working, Please clear site and browser cache, and check.
For the other members, here is the css needed for the background hover color:#top #wrap_all li.av-social-link-tripadvisor:hover a{ background: green; }
Best regards,
MikeHi,
1> Try this code in the General Styling > Quick CSS field:#top input[type="number"] {width: 50% !important; }
adjust the number to suit.
2> I also didn’t know there was arrows, nor could I find them by hovering. Could you add a screenshot of where I can find them so I can help with some code.Best regards,
MikeHi,
Could you please explain a little more, perhaps you are responding to another post but started a new thread instead, because we can’t see the context to your new post. Thank you for understanding.Best regards,
MikeHi,
Perhaps if you had used !important; at the end of your rule like I did, it may have worked. It’s hard to tell at this point. If you try again in the future and it doesn’t work we will be happy to help.Best regards,
MikeHi,
I believe this should correct it as there is only the two types of pages, if you find another page that is different let us know and we will try to help again.Best regards,
MikeHey VJLoops-GT,
The first one has a “entry-content-header” width of 100%
the second one has a max-width of 40em, so to remove the extra 32px margin Try this code in the General Styling > Quick CSS field:#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100% !important; }
The reason is one is a blog page and the other is a archive page.
Best regards,
MikeHi,
What is the URL to the element that you want to show the previous/next buttons on mobile, can you add a screenshot?Best regards,
MikeHi,
Glad to hear you have found the cause, but I was also unable to reproduce. Shall we close this then?Best regards,
MikeHi,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeNovember 12, 2017 at 12:21 am in reply to: Post Slider fonts size and Slid-Show Fonts not uppercase #875617Hey Susanne,
Try this code in the General Styling > Quick CSS field:.grid-entry-title.entry-title {font-size: 18px !important; }
adjust the number to suit.
Best regards,
MikeHey VJLoops-GT,
The color was set to green in that section, Try this code in the General Styling > Quick CSS field:.html_entry_id_10 #av_section_4,.html_entry_id_10 #av_section_4 a {color: #e6d2b5 !important; }
I didn’t find #blog_landing on that page.
Please clear site and browser cache.Best regards,
MikeHey AliAbabwa,
Your server is not sending the video on the first request, in my test it required 3 requests for the video to be sent. Please check your server error logs for clues why. Or ask your webhost. Some find that adding this code to their .htaccess file may help:<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>
Best regards,
MikeHey Charlotte,
The images are not opening in the lightbox, please check your “Image Link” settingsBest regards,
MikeNovember 11, 2017 at 11:39 pm in reply to: Submenu items don't display on click in mobile menu #875613Hi,
Have you tried using ue800 as the icon?
Are you using a child theme?
Note 2: If you are not using a child theme, please find following line in Functions.php file of parent themeif(isset($avia_config['use_child_theme_functions_only'])) return;
and add your code right below that line.
If this doesn’t help, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey tos9ra,
You are gettingFailed to load resource: the server responded with a status of 500 (Internal Server Error) admin-ajax.php
I also see you are using PHP Version: 5.6.30
Ask your host if they can identity the Internal Server Error and also ask to update your PHP to v7Best regards,
MikeHey eliasregas,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 1440px) { .caption_container { margin-left: 5%!important; }}
Best regards,
MikeHey sammerman04,
Try making your footer 1 column wide and use visual height to set the footer height and the widget width, like this:#footer { padding-top: 45vh!important; height: 100vh!important; } #text-2 { width: 25vw !important; margin-left: 30vw !important; }
You can then add a background image to the footer and a background-color for the widget with opacity set to 0.5 to make it look transparent.
I tried going to your site but it seems down right now.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #header_main_alternate { background-color: transparent!important; }
but I’m not sure this has the effect you were looking for, please see screenshot in Private Content area.
Do you have a screenshot of your site before the update?Best regards,
MikeNovember 11, 2017 at 9:34 pm in reply to: Updated to current version and it seems the website got broken #875596Hey ibetubet,
I was not able to recreate this issue, was this in mobile? Which browser were you using?Best regards,
MikeHey F. Kaiser,
Please note that the Advanced Layout Builder for products will not work.Best regards,
MikeNovember 11, 2017 at 9:10 pm in reply to: Can't import demo "Enfold 2017 | Import didn’t work! You might want to try again #875591Hi,
Sorry, we don’t have a way to do that. But if there was a page that you wanted the layout for we could copy the debug code for it and post it for you to use. Enable Avia Layout Builder DebugBest regards,
MikeHi,
Yes to the end of your functions.php file in Appearance > EditorBest regards,
MikeNovember 11, 2017 at 9:00 pm in reply to: Side Menu – Changing Logo Size and submenu settings #875588Hey ZiplockZeus,
To make your logo smaller, yet still centered Try this code in the General Styling > Quick CSS field:.html_header_sidebar .logo img { width: 50%!important; margin: auto!important; }
adjust the percentage to suit.
For your sub-menu items to always show on your sidebar menu, the setting in the burger menu will not change the main menu, but we can help with this code:.html_header_left .av-main-nav ul.sub-menu { opacity: 1 !important; visibility: visible !important; position: static; margin-bottom: 20px; float: left; border: 0; box-shadow: none; } .html_header_left .av-main-nav ul.sub-menu li, .html_header_left .av-main-nav ul.sub-menu li a { border: 0 !important; }
But it looks like you have set your sub-menu item as a mega-menu, so please uncheck that option in your menu & use the above code in your General Styling > Quick CSS field.
Best regards,
MikeHey damienc1987,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
Mike -
AuthorPosts