-
Search Results
-
Hello, I have been searching threads on this topic but can’t find a solution that seems to work for me. The threads seem to be older. I would like the image links in the masonry portfolio to open to a new tab. Is there some code I could work with to make this happen? I am using version 3.8
I find that the three column layout, and even the two column layout do not go down to one column soon enough and the content starts looking very rectangular and well kinda squished and wrong. Is there a snippet or a setting or even documentation on this topic. I can change the css of the div.avia_one_half and also the flex cell inner, but I don’t want to waste time on this. I like the theme and it has few if no options for how it behaves at different screen sizes. I spent half an hour fixing the footer of my last work becuase the columns looked horrible again about 100px before it goes to the one column layout.
I have some CSS in the quick CSS field but since the last update the CSS does not work. I have copy pasted the css below. Why is this not working anymore?
/* START – do not show logo in desktop design */
.logo { display: none; }
/* END *//* START – do not show logo in mobile design */
@media only screen and (max-width: 767px) {
.responsive .logo { display: none !important; }/* div .main_color .tabcontainer .active_tab_content { background-color: #0694D2; }
*/div .main_color .tabcontainer .active_tab { background-color: #EF7F1B; color: white;}
/* START – remove arrows to previous and next gallery */
#top .avia-post-nav { display: none; }
/* END *//* start – position and thickness line under main menu */
.avia-menu-fx { bottom: 10px; }
.avia-menu-fx {
height: 3px;
width:74%;
left:13%;
}
/* END */#advanced_menu_toggle, #advanced_menu_hide {
margin-top: 10px;
}#header_main {
min-height: 82px;
}
}
/* END */Hi,
I’m trying to hide/show the same element with slight modifications for optimisation for large screens, average laptops & mobile devices.
Basically I need to change the display setting for portrait background images I have on a grid row in order that they display properly on all three device sizes.
This is the code I’m using in quick CSS.
@media only screen and (min-width: 990px) {
.show-on-mobile { display: none !important; }}
@media only screen and (max-width: 990px) and (min-width: 1500px) {
.show-on-laptop { display: none !important; }}
@media only screen and (max-width: 1500px) {
.show-on-large-screen { display: none !important; }}Can you tell me where I’m going wrong?
K Rgds,
CDear Support,
we have on different pages a “Fullwidth Sub Menu”. It’s not working on different cell phones, if checkbox not selected at:
“Sticky Submenu – If checked the menu will stick at the top of the page once it touches it”If the box not selected, it’s wont open. Only the Hamburger is displayed.
And Yes: Please test ist at your side. I have all other plugins deactiavted for test.
And my other bug report, with the unvisible / disappearing field at the partner & Logo slider is also not solved since xx month.
Cheers
Topic: ALTERNATIVE LOGO
Hello team!
I wanted to know how I could take the alternate logo on the mobile version, take the main logo on this web http://brickfunding.com/
In desktop version, the logo is white with glassy background, and on the phone the logo is not white, take the default logo.
Thank you!
Hello
I have a color section setup and I have a partner box setup ontop of it to display some logos. The logos are in PNG format with transparent background. The issue is that it shows the white (the main content background) instead of the color section background which is green.
I will just setup my logos with a green background for now but I think this is possbly a bug to be looked at?
This is directed the skilled moderators on here. I’m you guys will have the smarts for this.
We have an site that was developed a few years ago and used Enfold 2.4.2 The theme on it has not bene updated since, however just recently the Advanced Layout Editor has stopped working and we can not edit any pages. We need to make some updates in the next couple of days, and so we are desperate for a solution.
I have spent all night trying to suggestions offered in relation to other examples of the Advanced Layout Editor breaking, but I can not solve it. I have spent hours trying to replicate the site onto my local machine using MAMP, and can not get that to work either. At the same time I don’t want to mess around with the live version.
The theme has had custom changes made to css files, the header.php. footer.php, functions.php (there could be others) etc. Not ideal I know, but at the time it was done with limited understanding of child themes, etc. It also means that a simple theme upgrade is not that easy right now. I do not have a clean copy of Enfold 2.4.2 to compare the files with either.
I am hoping there is a simple fix that can just make pages editable again, and then we can look at upgrading the site/theme properly next week. Maybe it’s just to roll back the version of wordpress to a much older one? I’m not entirely sure how to do that safely either…
If somebody could assist us in working out how to make the site work again it would be wonderful. Details are provided in the private content area.
Thanks,
MonHi Enfold.
How to get my content full width in a color section or 1/1 section? See link below,its the section with Instagram. http://vanggrafisk.dk/ne/
I have try with this css, but it wont works?: #instagramer-color-section-hold .container {
width: 100%;
}Another issue is, how to control the speed of an image from left to right, i want the image to delay 2 sec and then go from left to right in 2 sec?
I have try to fix it with this code, but it wont works?;
@-webkit-keyframes avia-ltr {
0% { -webkit-transform:translate(-10%,0); opacity: 0; }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ltr {
0% { transform:translate(-10%,0); opacity: 0; }
100% { transform:translate(0,0); opacity: 1; }
}You find my image in the video top of page: http://vanggrafisk.dk/ne/
Regards
Soren1. I want to use slider in a page, but the slider is not placed correctly.

2. I wrote a custom shortcode to display posts of other wordpress site. And also I want to display a slider on top.
but wherever I put the layer shortcode before or after my custom shortcode, it always appears below the page.please help, thanks.
Topic: Remove border on home link
Hi,
I’m struggling with removing the border around the home link in my menu: https://www2.autobedrijfmouris.nl/
I’ve tried all the solutions mentioned in other topics but no luck.
Please help!Best Regards, Madelon (Netherlands)
Hello team,
following my previous topic
https://kriesi.at/support/topic/change-the-size-of-the-featured-image-without-plugin/Everything is ok but not in the mobile version. The featured post in the post is to streched in height.
Is the possible to change the previuos code you sent to solve this problem?img.attachment-entry_with_sidebar.size-entry_with_sidebar.wp-post-image {
height: 400px !important;
}
A link to a sample post is reported in the private areaTopic: Disable Cart In Enfold
I’m using a separate woocommerce pro cart plugin from codecanyon. It’s conflicting with enfolds cart. How do I completely disable all of enfolds cart feature so there is no JavaScript problems. Need it to just be removed from mobile and desktop.
The pro plugin I use has a floating shopping cart icon and modal overlay upon adding to cart. That’s why I need enfolds disabled.
Thank you. Your theme is super!
Gary
Topic: Editing sidebar.php
Hello,
I’m trying to edit the sidebar.php I created in a child theme of Enfold to add a UberMenu to the sidebar using the integration code they provide:
<?php ubermenu( ‘main’ ); ?>
I don’t know where to add it without breaking the rest of Enfold’s settings for the sidebar.
I’ve tried integrating UberMenu using the widget location in Enfold, but the menu appears to work for 1 second before the links stop working and the menu stops functioning. Is this because of Enfold styles in the side bar? Any simple way to fix this?
Thanks
Viewing 30 results - 89,971 through 90,000 (of 142,937 total)

