Forum Replies Created
-
AuthorPosts
-
Hey BASI-81,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Try adding this code in Quick CSS:
#top .av-subnav-menu > li { padding: 5px 0; }
If it doesn’t work try adding !important, it should look like this:
#top .av-subnav-menu > li { padding: 5px 0 !important; }
Just adjust the values as you see fit. 5px is for top and bottom while 0 is for left and right. Hope this helps :)
Best regards,
NikkoHey Byrne,
Can you post a screenshot on how it looks on an ipad, it seems the code you used should be enough.
Best regards,
NikkoHey doubleadesign,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Also allow us to have ftp access so we can also check the files.
Best regards,
NikkoNovember 28, 2016 at 8:47 pm in reply to: Gallery images 80px even if medium size is selected #717962Hi,
We are very sorry for that. The theme doesn’t disable the default wordpress features however there’s a css conflict and the theme’s css did override the default gallery. We will report this bug to Kriesi and our Devs.
Best regards,
NikkoHey spadebe,
Unfortunately such feature is not yet available and would consume a lot of time and will be outside the scope of our support. For the meantime what I suggest as a workaround is probably write some html codes which we can assist but adding pages to it will be a bit manual, if you are okay with the workaround then we will help you with it. Regarding the feature please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
NikkoHi!
There are lots of js errors in the page editor, can you try to reinstall Enfold. If this doesn’t fix the issue, I would like to request for ftp access, since nothing much can be done inside WordPress Dashboard.
Cheers!
NikkoHi!
Seems like you have found a workaround that I would like to suggest, using widget area (I checked you already made Contact Form widget area), I would suggest using it since it wouldn’t break the text editor. I found out that the problem is the textarea, if you remove the text area the backend wouldn’t be messed up, since the textarea is important, using code block or text block is not an option.
Best regards,
NikkoNovember 28, 2016 at 7:41 pm in reply to: external iframe content for mobile responsive layout #717938Hi!
You’re welcome Stevo :) Thanks for using Enfold.
Regards,
NikkoHey!
I have fixed the code I have given above since 767 didn’t have px after it and no display:block !important. It should be good now, kindly connect back jetpack plugin since I disabled it. Let us know if it’s good on your end also.
Cheers!
NikkoNovember 28, 2016 at 7:22 pm in reply to: external iframe content for mobile responsive layout #717933Hi Steve,
It should be a bit wider, but still the button would still be cut, if you have control over the site appearing inside the iframe then we can really do something about it, like breaking the words when it’s on mobile. If we don’t then I don’t think I can help you further in it :(
Best regards,
NikkoHey Nicoletta_DUS,
Probably some caching plugins are causing the issue or other plugins I’m not sure what’s the name but it’s something like Custom CSS plugin which if it is enabled, Quick CSS doesn’t get reflected.
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHi,
Glad that this is fixed :)
Best regards,
NikkoHey Milorad,
Are you using a plugin? or a membership plugin that restricts access to content? Can you give us temporary admin access, and give us steps on how we can see the issue.
Best regards,
NikkoHi,
You’re welcome. Glad we could help :)
Best regards,
NikkoHi Dan,
Glad we could help :)
Best regards,
NikkoHey waterwalk,
Did you use custom js code to open portfolio in new window? as for the title linking I checked it and not sure why it’s behaving that way. Can you post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Try adding this code in Quick CSS:
.post-meta-infos span.text-sep { display: none !important; }
Hope this helps :)
Best regards,
NikkoNovember 28, 2016 at 3:14 pm in reply to: external iframe content for mobile responsive layout #717795Hey Stevo,
It’s hard to fix that since we can’t control the css rendered inside the iframe, I think the best way is make the iframe’s container a bit wider, try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top.page-id-54 .flex_column_div.avia-builder-el-14 { padding-left: 0 !important; padding-right: 0 !important; } }
Hope this helps.
Best regards,
NikkoHi,
Glad that it’s all good :)
Best regards,
NikkoNovember 28, 2016 at 3:00 pm in reply to: Cannot Change Footer Background Color or Accordian Header Colour #717783Hi George!
Try adding this code in Quick CSS (located in Enfold > General Styling):
This is for the header of the accordion:#top .toggler { background: blue; color: white; } #top .toggle_content { background: yellow; }
The first block of code is for the header and the 2nd block is for the content, please adjust the colors as you see fit. Hope this helps :)
Regards,
NikkoHey!
Can you tell us where you want the 24/7 widget be positioned or if you want it to be hidden in mobile? I’m not sure if you would like to position it below the menu icon, but try adding this code in Quick CSS:
@media only screen and (max-width:767px) { #header_main .widget { position: absolute; right: 20px; top: 54px; max-width: 50px; } }
Let us know if it’s good, if not you can remove the code and tell us how you want it to appear.
Best regards,
NikkoHey!
Try adding this code in QUick CSS:
@media only screen and (max-width:767px) { .responsive.html_header_top #header_main .social_bookmarks { display: block !important; position: absolute !important; } }
Let us know if it helps :)
Best regards,
NikkoNovember 28, 2016 at 2:36 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #717767Hey Chris,
Yes, I think it’s possible, please refer to the documentation: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Hope this helps :)Best regards,
NikkoHi,
Try adding this in your child theme’s style.css or in Quick CSS:
.active_tc.toggle_wrap { display: none; }
Then add this code to functions.php (this is for toggles that are opened by default which is affected by the css I gave above):
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function custom_toggle() { jQuery("#top").find(".active_tc.toggle_wrap").css("display","block"); } custom_toggle(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHey MKP74,
Please replace #header .widget with #header #text-7 since #header .widget will affect all widgets in the header (sidebar in this case). So this code:
#header .widget { display:none !important; }
should be changed to this one:
#header #text-7 { display:none !important; }
And this code:
#header .widget { right:50px; padding-top: 25px; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }
Should be changed to:
#header #text-7 { right:50px; padding-top: 25px; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }
To put the flag on the left, just change right:50px; to left:0;, however it will overlap with the logo, I think putting the logo in the center or adjusting it’s left margin would do it. Here is how to center the logo in mobile:
@media only screen and (max-width:767px) { .responsive .logo img { margin: 0 auto; } }
Hope this helps :)
Best regards,
NikkoHi,
Glad that this is resolved :)
Best regards,
Nikko -
AuthorPosts