Forum Replies Created
-
AuthorPosts
-
Hey marihonaa,
Please try using https://postimages.org/ and pasting the image URL in your post.
Please include the url to the page in question with a admin login in the private content area so we can take a closer look.Best regards,
MikeFebruary 16, 2018 at 1:27 pm in reply to: Blog-Eintrag: Probleme mit Darstellung in Einzelansicht #913245Hi,
Glad to hear, unless there is anything else we can help with shall we close this then?Best regards,
MikeHey doboon,
I see that you are using a very old version of the theme, please Try to update manually via FTP: https://vimeo.com/67209750
Then try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1220px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}Best regards,
MikeHey gmgurgen,
On Android the menu is full screen, Please see screenshot in Private Content area.
Are you using iPhone? Can you please add a screenshot of what you see?Best regards,
MikeHi,
For the text excerpt under the image, you have this custom css setting the size:.entry-content p { font-size: 14px; }But the text in the text block under the words “UNSER BLOG” the theme is using “font-size: 16px;”
If you want all the text the same try changing to custom css to this:p { font-size: 14px!important; }Best regards,
MikeHi,
The custom functions I was talking about were in his functions.php file in Appearance > Editor
If you didn’t add any to your functions.php then Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Also check that your webhost is using PHP v7.Best regards,
MikeFebruary 16, 2018 at 11:55 am in reply to: Header Phone Number/Extra Info in Enfold knocks out the logo and menu position #913222Hi,
Thanks for sharing @tesspaine, this is a good tip.Best regards,
MikeHi,
Please try adding this for the grouped products#top .product-type-grouped .woocommerce-Price-amount.amount:nth-child(2):before { content: ""; }Best regards,
MikeHi,
Oh I see now, you can use negative margin to move a element up and on top of your slider.
Try adding your element to your page right under your slider, and give it a custom ID “myid” (or any other). Then add following code to Quick CSS in Enfold theme options under Styling tab#myid { background-color: transparent!important; margin-top: -55px; z-index: 55; border: none!important; }Please adjust the negative margin to suit.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey rmavila,
Sorry I’m not seeing that issue on Android, are you using iPhone?Best regards,
MikeHey zimbo,
If you are seeing the Enfold Shortcode Parser, then your Avia Layout Builder Debugger is enabled correct? Please try disabling it.Best regards,
MikeHey mattb1169,
Try this code in the General Styling > Quick CSS field:.av_header_transparency .av-main-nav > li > ul * { background: transparent!important; border: none; } .av_header_transparency .av-main-nav > li > ul { background:transparent!important; border: none; border-bottom:transparent; }Best regards,
MikeHi,
Glad Yigit was able to help, unless there is anything else we can assist with shall we close this then?Best regards,
MikeFebruary 16, 2018 at 4:42 am in reply to: Header Phone Number/Extra Info in Enfold knocks out the logo and menu position #913080Hi,
Sorry I don’t see the extra blank line, Please see screenshot in Private Content area.
To add a screenshot please try using https://postimages.org/ and pasting the image URL in your post.Best regards,
MikeFebruary 16, 2018 at 4:35 am in reply to: Stretch the footer wider to make the columns wider and reduce the height #913076Hey projectt_co_uk,
Try this code in the General Styling > Quick CSS field:#footer .container { max-width: 1350px !important; padding: 0px !important; } #footer { padding: 0px !important; }Please adjust the max-width to suit.
Best regards,
MikeHey isaaccolavecchio,
Please tell us the name of your draft page or link to it directly. Your link above points to the login screen.Best regards,
MikeHey ofekw,
This is correct, When using a mobile platform, there is no mouse hover functionality. The correct action is to expand the menu item. To have the parent menu item open in mobile please go to Enfold Theme Options > Main Menu > Burger/Mobile Menu > Clone title menu items to submenu.Best regards,
MikeHi,
The page title will not show if your page Header visibility and transparency is set to transparency. But this solution may work:
https://kriesi.at/support/topic/breadcrumb-w-shortcode-only-appears-if-header-no-transparency/#post-469042Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.page-id-884 .avia-builder-el-3 { display: flex; justify-content: center; }This code is meant to only work on the one page, please let us know if you want it to work other pages.
Best regards,
MikeHey projectt_co_uk,
I don’t think that you can have the parent item open on click and expand on click, this would give two events to one action. For the other option, Since there is no hover in mobile you would need to use a long press for the expand option, but this would require some considerable scripting to make it reliable across all browsers.Best regards,
MikeHey iveyeng,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }Best regards,
MikeFebruary 16, 2018 at 3:29 am in reply to: Social icons with a custom background image on hover #913060Hi,
Please include the url to the page in question and a link to the image to be used as the background.Best regards,
MikeHi,
Your image link is opening the image itself not a lightbox, please ensure the option at Enfold Theme Options > Theme Options > Lightbox Modal Window is checked.
Your images also appear to have a opacity of 0.1, please check your options and change to 1
If you still have issues please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey HostageMedia,
Try adding a new layer using the html layer choice which should allow a div container.Best regards,
MikeHi,
Perhaps using a function like like this will assist: Display Private Posts to Logged in UsersBest regards,
MikeHi,
That is great news, unless there is anything else we can assist with, shall we close this then?Best regards,
MikeHi,
Thank you for clarifying, but I made no changes, I only tested if these were working correctly and they showed that they were.
I would still recommend disabling your plugins and custom function codes to test your woocommerce site. But I also recommend backing up your site,should disabling your plugins lose any settings. Typically this doesn’t occur, but it does to some plugins. Perhaps another approach would be to clone your site to a localhost and test there, if your woocommerce site can’t have any downtime. I recommend https://wordpress.org/plugins/duplicator/ for doing this.Best regards,
Mike -
AuthorPosts


