Forum Replies Created
-
AuthorPosts
-
Hey enricobaumgart,
I tried logging in with the provided information and it did not work for me.
Best regards,
Jordan ShannonFebruary 25, 2017 at 9:18 am in reply to: Disable scroll / zoom in Google Map Widget Sidebar #751731Hi,
If that is to technical a task, we would be more than happy to log in and help.
Best regards,
Jordan ShannonFebruary 25, 2017 at 9:17 am in reply to: Disable scroll / zoom in Google Map Widget Sidebar #751730Hey Heathcliffe,
Unfortunately since there is know visual option to do this in the user interface, the solution discussed in the linked you posted is likely the best course of action.
Best regards,
Jordan ShannonHey Steffen,
Apologies for the late reply.
Try to add this to quick css:
.avia_mega_div{
width:960px !important;
}Let me know if this works for you.
Best regards,
Jordan ShannonHey watertrop,
Apologies for the late reply.I logged into the admin and had no problem loading the layout editor. Please let me know if that was your issue, or if I am misunderstanding what you need.
Best regards,
Jordan ShannonHey Tobias,
Apologies for the late reply:
1) You can add this to quick css:
.product-category.product a h3{
background:#ddd !important;
}.product-category.product a h3 mark.count{
display:none !important;
}2) You can add this to quick css:
.avia_cart_buttons{
background: #xxxxxx !important;
}
3) For this to be done the template file would have to be modified.Best regards,
Jordan ShannonHi,
This is what I am seeing. Is this what you are looking to see as well?
Best regards,
Jordan ShannonHey cerpnjakjohn,
You could try and target specific image ids to hide on mobile via css. Perhaps add this to quick css:@media only screen and (max-width: 679px) { div#av-masonry-1-item-90, av-masonry-1-item-89, (additional ids....) { display: none !important; }<br>}
Let me know if this works.
Best regards,
Jordan ShannonFebruary 25, 2017 at 7:29 am in reply to: Vertical images are not occupying the entire width on masonry gallery #751718Hi,
If you mean when you click on the image, they are scaled to maintain optimal quality.
Best regards,
Jordan ShannonHi,
Did you deactivate the plugins?
Best regards,
Jordan ShannonHi,
Could you please provide your admin info so we can look deeper into this issue
Best regards,
Jordan ShannonHey Frances,
Try using the following:
ul.sub-menu{
background: #xxxxxx !important;
}#top #header .avia_mega_div .sub-menu li ul li a {
background: #xxxxxx !important;
}Let me know if this works
Best regards,
Jordan ShannonHey andreashorn,
I would recommend first temporarily deactivating all of the plugins and seeing if that fixes the issue. If it does, then you want to try and isolate the exact plugin that is causing the issue by activating/deactivating them individually.
Best regards,
Jordan ShannonHi,
Yes you should be able to, it just took a while for the page to load. That’s why I recommend deactivating plugins you don’t need. You can deactivate Visual Composer for sure if you don’t use it.
Best regards,
Jordan ShannonHi,
I logged in and the Advanced Editor loaded, but it took a while I would recommend deactivating your plugins temporarily to see if one of them is not the source of the issue. Also why do you have both Visual Composer installed alongside the default editor.
Best regards,
Jordan ShannonFebruary 25, 2017 at 12:35 am in reply to: URGENT: Enfold Layout Builder doesn't load anymore #751659Hey enricobaumgart,
I logged in and disabled all of the plugins and the editor loaded fine. I have reactivated them all now, but I would recommend you go down the list and try deactivating one by one, so that you can isolate the plugin that is causing the problem.
Best regards,
Jordan ShannonHey Epic,
I tried logging in but the above credentials didn’t work.
Best regards,
Jordan ShannonHey Slawomir,
Are you not able to click on the X at the top right of the screen to collapse it? Let me know if you are speaking of a different issue.
Best regards,
Jordan ShannonFebruary 24, 2017 at 11:04 pm in reply to: Remove featured image and author image from single posts #751637Hi,
If you can provide admin access we can take a further look into this.Best regards,
Jordan ShannonHey David,
Sorry for the late reply,
Can you please provide a link to the site so that we may take a closer look?
Best regards,
Jordan ShannonHi,
No problem.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Jordan ShannonHey d_ita,
Can you please provide a link to the website.
Best regards,
Jordan ShannonFebruary 24, 2017 at 10:38 pm in reply to: How I can add left / right arrows for custom post type? #751624Hey Krzysztof,
If you have posts within the same categories, that feature should automatically be applied by default. Please provide admin info so that I may look into this further if it is not.
Best regards,
Jordan ShannonFebruary 24, 2017 at 10:28 pm in reply to: Remove background from mobile version of this page #751618Hey Peter,
Try adding this code to quick css.
<span class="pun">@media screen and (max-width: 600px){<br></span> <span class="com">#av_section_1{<br></span>
background: none !important; }<span class="com"><br></span>}<br>
<span class="pun">@media screen and (max-width: 300px)</span>
<span class="pun">{</span> <br>
<span class="com">#av_section_1{<br></span>
background: none !important; }<br><span class="pun">}</span>
Best regards,
Jordan ShannonFebruary 24, 2017 at 10:11 pm in reply to: Vertical images are not occupying the entire width on masonry gallery #751613Hey Felipe,
Have you tried changing the “Size Settings” a few times? Select the option that works. What is the “Size Settings” that you have right now?
Best regards,
Jordan ShannonFebruary 24, 2017 at 10:04 pm in reply to: Remove featured image and author image from single posts #751612Hey shortcircuitmedia,
So if you just want to remove the image at the top of the article, please add this to quick css:
article .big-preview.single-big {
display:none;
}Best regards,
Jordan ShannonHey plilja,
Add the following block to the Quick CSS section:
a#advanced_menu_toggle { display: none !important; }
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: block;
}
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}}Best regards,
Jordan ShannonHi,
Perhaps you can try different file sizes of the video to get optimal play quality.
Best regards,
Jordan ShannonFebruary 24, 2017 at 10:20 am in reply to: Sidebar losing the styling after being used as a widget #751318Hi,
I added the following block to quick css so that it matched the other widget in the footer. Let me know if this is okay.#nav_menu-4.widget.clearfix.widget_nav_menu{
width:300px !important;
}#top .content .flex_column .widget_nav_menu li{
border:none !important;
margin-left:10px !important;
}#top .content .flex_column .widget_nav_menu li a{
padding:0.5em 10px !important;
border:none; !important;
}#top .content .flex_column .widget_nav_menu li:first-child {
border-top-style: none !important;
border-top-width: none !important;
}Best regards,
Jordan ShannonHey iwallace,
You can add two color sections. One for the desktop and one for mobile devices.
Add a specific class to each one and use that to show one on the desktop, while hiding the mobile. Then show mobile, and hide desktop on screen sizes below 768px;
Need help with this please provide your admin info and I will gladly help.
Best regards,
Jordan Shannon -
AuthorPosts