Forum Replies Created
-
AuthorPosts
-
June 30, 2018 at 4:50 pm in reply to: More 1/3 columns underneath each other beside a 2/3 column #979602
Hi,
Do you mean that you want the footer to show on the bottom of the page without scrolling, or have the footer the same height on different browsers after scrolling?
If it’s the first, try adjusting the “100vh” to about “69vh”, if it’s the second, it looks as though it is doing that now on Chrome, Firefox, & Edge, on Windows.
Please see screenshot in Private Content area.Best regards,
MikeJune 30, 2018 at 3:27 pm in reply to: 2 Columns on mobile instead of 1 column stacked ontop eachother #979593Hi,
For the /montreal-tigers/ page I found that your page began with a single full column that the css was changing the width to match the other 1/4 team columns, so I changed the css to target only the 1/4 columns. Then I added a min-height to the team columns so they all would match the ones that have a larger caption. I also added a page ID to the css so it will not interfere with other pages, and removed the duplicate code in the Quick CSS. This seems to solve this issue. Please clear your browser cache and check.
For the 1/4 columns at the top of your homepage, I added this css:@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all .flex_column.av_one_fourth { margin-left: 2%; width: 48%; float: left; } }
But I’m unsure if you want the same for the team logo area on the home page as they are 1/3 columns, and look good full width on mobile, in my opinion.
Please advise.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.header_color .main_menu .menu ul li a, .html_header_top .header_color .main_menu ul:first-child >li > ul { background-color: transparent !important; }
If it doesn’t work for you, please try adding it to the WordPress > Customize > Additional CSS
then please clear your browser cache and check.
Please see screenshot in Private Content area.Best regards,
MikeHi,
Unfortunately, I don’t believe you will be able to include a Read More tag in the tab area that will have the user stay on the same page without external development. You can add a manual Read more tab that will link the user to another page or lightbox popup.
I have included a mockup in the Private Content area, to ensure that we are discussing about the same element.
To create a button that links to a lightbox popup, or modal popup, please see this postBest regards,
MikeJune 30, 2018 at 5:33 am in reply to: More 1/3 columns underneath each other beside a 2/3 column #979534Hi,
You should be able to do this by adding the 2/3 & 1/3 columns in the advanced layout builder.
I see that in your example the 1/3 columns do not line up with the 2/3 columns, and their height is created by their content.
So my test resulted with this:
If you dont want such gaps between the 1/3 columns you can use negative margins in your css to bring then up.
Is this what you had in mind?Best regards,
MikeJune 30, 2018 at 4:53 am in reply to: How to increase size of grid photos on a blog grid page so there's less space be #979527Hey Michael,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { #top.page-id-1448 .avia-content-slider1 article.slide-entry.av_one_fourth { margin-left: 1% !important; width: 24% !important; } }
Best regards,
MikeHey Milorad,
Try this code in the General Styling > Quick CSS field:#top .av-masonry-entry .av-inner-masonry-content-pos-content .av-masonry-date { display: none !important; }
I see that you are using a child theme, so if you add the css to your child theme style.css you may need to re-build your merged css by saving your theme settings.
To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.
Then clear you browser cache and check.Best regards,
MikeJune 30, 2018 at 4:36 am in reply to: blog list grid displays a page reference as last element #979522Hey Wynnphotodesign,
Please include the url to the page in question so we can take a closer look. Also please describe the element or include a screenshot of it so we are sure to be looking at the same element as you.
Perhaps including a admin login will aid in our investigation.Best regards,
MikeHey dcpatoday,
We can assist in hiding the code block element, but I would first like to ask what content it holds and when it should show.
I viewed your page at different screen sizes and didn’t see any new content from the code block element. Your question leads me to believe it holds css styling only, which could be better placed elsewhere.
Can you please include a admin login in the private content area so we can take a closer look to understand your question’s context.Best regards,
MikeHey nick_obee,
Please describe which errors you see with the “Simple WordPress Membership” with Enfold.
My research found some good posts with the two together, so I wanted to verify your issue.Best regards,
MikeHey feoleb,
Try this code in the General Styling > Quick CSS field:#top #wrap_all #main .container { min-height: 100vh !important; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top div .ajax_search_entry:hover { background-color: rgba(0,0,0,0) !important; }
Please clear your browser cache and check.
Best regards,
MikeHi,
I added this css to your Quick CSS for the hover color of spotify, amazon, & iTunes#top #wrap_all .social_bookmarks_spotify_icon:hover a { color: #fff; background-color: #1ED760; } #top #wrap_all .social_bookmarks_spotify_icon a { color:#de6739; background-color: transparent; } #top #wrap_all .social_bookmarks_amazon:hover a { color: #fff; background-color: #F79B34; } #top #wrap_all .social_bookmarks_amazon a { color: #de6739; background-color: transparent; } #top #wrap_all .social_bookmarks_itunes:hover a { color: #fff; background-color: #E837E0; } #top #wrap_all .social_bookmarks_itunes a { color: #de6739; background-color: transparent; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Please let us know when you hear back from “swift performance lite” for a possible solution, and if disabling it solved the issue.
While we can’t support 3rd partly plugins, we we would like to know of conflicts.Best regards,
MikeHi,
Glad to hear this solved the issue for you.
I’m not able to test safari, so I will need to look further into this issue with some help.
Unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
@ResonanzMarketing
thanks for sharing, @lisanneg please let us know if this solves.Best regards,
MikeJune 29, 2018 at 1:15 pm in reply to: Widget «ENFOLD ADVERTISING AREA» / WooCommerce Products on Sidebar #979345Hey Stephan,
You can show the Enfold Advertising Area widget on certain categories and pages using the Widget Logic plugin.You can force all links to open in the same window or tab with this code to the end of your functions.php file in Appearance > Editor:
function force_links_self(){ ?> <script> (function($){ $(document).ready(function(){ $('a[target="_blank"]').removeAttr('target'); }); })(jQuery); </script> <?php } add_action('wp_head', 'force_links_self');
Or if you want this to only work on your “Premium advertising space” sidebar area, please use this code instead:
function force_links_self(){ ?> <script> (function($){ $(document).ready(function(){ $('a.preloading_background[target="_blank"]').removeAttr('target'); }); })(jQuery); </script> <?php } add_action('wp_head', 'force_links_self');
Best regards,
MikeHey adestic,
I’m not sure if I understand correctly, are you reporting a error, or requesting support?I have already contacted the support of woocommerce and it is not your problem.
I have disabled all plugins and themes and that’s how it works.I see on the test site it seems to be working correctly with Enfold installed, while on the other site you have a js error from:
/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js
Best regards,
MikeHey profumopuntoit,
I have looked at your page, but I don’t see any 404 errors and I see the star review on hover. Is the correct one?
If you would like it to always show, please try this code in the General Styling > Quick CSS field:.thumbnail_container .rating_container { opacity: 1 !important; }
Best regards,
MikeJune 29, 2018 at 11:28 am in reply to: Custom top and bottom padding on mobile for 1/2 column #979275Hi,
I added this css, Please clear your browser cache and check.@media only screen and (max-width: 767px) { .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-3 { margin-bottom: 0px !important; margin-top: -40px !important; } }
Best regards,
MikeJune 29, 2018 at 4:56 am in reply to: Custom top and bottom padding on mobile for 1/2 column #979184Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-1 { margin-bottom: 0px !important; } }
Please clear your browser cache and check.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #wrap_all main a { text-decoration: underline !important; }
Best regards,
MikeHi,
The restaurant demo uses the color section element with the image as a background and a Special Heading element on top.
The reason the image is under the menu is because the header is set to transparent in the “layout” option
I hope these screenshots help, please let us know if there is anything else we can assist with.Best regards,
MikeHi,
I corrected the code for the background color, and added a color for the icons in the search results, and removed the upper case results:.header_color .ajax_search_response { background-color: purple !important; } .header_color .ajax_search_image { color: purple !important; } .ajax_search_title { text-transform: none !important; }
feel free to adjust the color to suit.
Best regards,
MikeJune 29, 2018 at 3:27 am in reply to: Adding a Facebook LIKE button/icon to small bar above logo area? #979170Hi,
Thanks for the login, I took a look at the code in your functions.php and see that your code may will need adjusting because you are using “icon_name” and “Icon Label” to name your custom icon. What would you like to call it when you are selecting it in the builder. “thumbs-up”?
As for downloading it, after selecting it did you click the big red button in the top-right side?
This gives me a zip file, if this doesn’t work for you I will be happy to get it for you, which thumbs-up did you want?
Once you have the zip file you will want to ensure that your functions.php icon name is the same as the css file in the zip file, I can also check this for you.Best regards,
MikeHi,
We can assist with this, right now your caption has a top padding of 170px, I assume this is for desktop, so we will want to add a media query to the css, similar to:@media only screen and (min-width: 1024px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_caption{ padding-top: 170px; } }
this should bring the whole section up, then we will want to un-hide the buttons.
To give you the correct css I will really need to login and see your css & then adjust it.
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Sorry for the late reply, I have adjust your css for each screen size:@media only screen and (min-width: 768px) and (max-width: 900px) { .white_text h1 { font-size: 38px !important; } .white_text p { font-size: 18px !important; line-height: 18px !important; } .white_text { padding: 10px !important; } .green_section .container { padding: 0px !important; float:right !important; } .green_section_image { width: 60% !important; ; } } @media only screen and (min-width: 901px) { .green_section .container { float:right !important; padding: 0px !important; max-width: 1410px !important; } .green_section_image { width: 70% !important; padding-left: 20px !important; } } @media only screen and (max-width: 767px) { .green_section .container { margin: 0px !important; width: 100% !important; max-width: 100% !important; } .white_text { padding: 10px !important; } .green_section_image { margin-bottom: 0px !important; } }
Please see screenshots in Private Content area.
Please clear your browser cache and check.Best regards,
Mike -
AuthorPosts