Having issues with the latest version(s). I have a brand new site (clean) with minimal plugins activated, Enfold 3.5.1 and Enfold Child Theme. I’ve tried killing all plugins, tried different browsers, killing all caches, etc.).
Here is what I’m seeing…
-Page contents are deleted while editing (As I’m writing this, it just happened again. I’ve lost track of how many times I’ve had to revert to other saved revisions)
-Saving changes sometimes results in -1 (My post re: this issue)
-Columns really get messed up, randomly, even on the back-end (My post re: this issue) <— This issues was my fault
-
This topic was modified 9 years, 11 months ago by
Andy.
Hi there!
Is there any way I can align the logo and menu in the header to not go the full width of the screen? I’d like the outside left edge of the logo to align with the outside left of my content columns. Likewise, I’d like the right side edge of the main menu in the header to align with the outside right of my content columns. Does that make sense?
Right now they both go the full width of the screen and on a wide screen monitor, the logo gets a little lots in the far top left.
Also, please shoot me the css to make the main menu font a little larger. I thought I had it but can’t find it now.
Thanks guys! You offer great support.
BP
I’ve looked at the answers to this question and still can’t get the animation that swoops the images up into place to turn off. I added code and it seemed to work for a bit, then stopped. Does it matter if I add css in APPEARANCE–> EDITOR as opposed to QUICK CODE CSS area??
Hey!
Yay! I hope so ;D
Please add following code to Quick CSS
.caption_framed .slideshow_caption .avia-caption-title { width: 100%; margin-bottom: 0; }
@media only screen and (min-width: 767px) {
.caption_framed .slideshow_caption .avia-caption-content p {
min-height: 200px;
}
#top .avia-slideshow-button {
margin-top: 0;
position: relative;
top: -60px;
margin-left: 10px;
}
#top .avia-slideshow-button {
color: black!important;
background: transparent!important;
border: 3px solid black;
}}
Cheers!
Yigit
Hi Harris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
div#main { padding-top: 100px !important; }}
then please disable CSS minifying feature on the plugin you are using it and then flush cache a few times.
Cheers!
Yigit
Apparently this issue has been reported before: https://kriesi.at/support/topic/woocommerce-picture-view-includes-instagram-widget-pictures/
See the link in the Private Content below and click on the product image. It pops up an enlarged version of the product image but turns it into a “slideshow” with the images in the Instagram widget in the footer.
How can I prevent this issue?
Sorry but I do not understand can I send you access to have same layout like http://www.lastradadeicampioni.it for logo and menu for desktop and mobile ?
Hello,
I’m having trouble with modifying the image size array.
I want to remove and add via a child themes’ functions.php image sizes.
I’ve tried to use the method presented here: https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme/#post-129951 – which was referenced in other threads but it seems it doesn’t work.
This is the code that is added inside my child themes functions.php
function avia_change_image_size_array() {
global $avia_config;
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
}
add_action( 'init', 'avia_change_image_size_array');
I’m testing this on a local server via MAMP, using Enfold 3.5 with a child theme, and I’ve used Regenerate Thumbnails plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Am I missing something?
Hey Yigit, thanks for your reply. The link effect is desactivated, but the opacity hovering effect remains when i pass the mouse on top of the image. Any idea how I can disable it?
Best regards,
Marina
The customer kept asking if I could hide the top logo and show it only in the sticky header (after I start scrolling). Is that possible?
Thx!
Hey!
You should remove the second i posted above as i mentioned and then add following one instead
.logo * {
max-height: 180px!important;
top: -15px;
}
Cheers!
Yigit
View Now but I need to have header transparent and video on top without margin like http://www.lastradadeicampioni.it
Hey SynergyLanguageServices!
Thanks for reaching out to us!
Try the following CSS and let me know if it works:
#top #main .avia-section .template-page {
padding-top: 75px;
}
Best regards,
Jordan
And second picture here: http://imgur.com/a/wueEU can you help me to get a bigger footer socket at desktop view and center the panel :)
All the best, Alexander
I need a header that I don’t see as an option in the Enfold header options and need some guidance. I need to create a large header area (500px) with a video background that has the logo, buttons, social icons and search bar on top of it, along with the menu at the bottom of the area. I put the design of the header I’m trying to recreate in the private area so you see what I’m trying to mimic. This seems more advanced that what is out of the box for Enfold based on other sites I’ve built with it, so wanted to get your opinion if this is possible to do and if so, how i would go about doing it in the best way.
Any insight and help would be appreciated.
Hi!
Please check the link in private.
The below css was added to Enfold > General Styling > Quick CSS
/* Contact form over slider */
#custom-form {
position: absolute !important;
padding-top:10%;
top: 0;
left: 0;
z-index:99999!important;
}
Best regards,
Vinay
Hi!
I added following code to bottom of Functions.php file in Appearance > Editor
add_action('ava_before_footer','my_custom_footer');
function my_custom_footer(){
echo do_shortcode("[av_one_full first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,20px,0px,20px' border='' border_color='' radius='0px' radius_sync='true' background_color='#004b88' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='']
[av_textblock size='' font_color='' color='']
<span style='font-size: 9pt;''><strong><span style='color: #fcba69;'>Benefits, Work, Debt and money, Consumer, Relationships, Housing, Law and rights, Discrimination, Tax, Healthcare, Education</span></strong></span>
[/av_textblock]
[/av_one_full]");
}
and also enabled debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Please review your website now
Regards,
Yigit
-
This reply was modified 9 years, 12 months ago by
Yigit.
Hi Yigit,
The referred thread doesn’t really add anything here — I’d already hid the background image with Andy’s code above. I’d actually like to have the ability to replace the background image of a colour section with another image for mobile (as the text is cut off otherwise). I’m worried this isn’t fully possible so interested in your thoughts, as currently when the mobile image version displays it has removed the button that sits in that colour section for desktop.
Here’s my set-up on the homepage in WP:
Desktop = colour section w/ From Hasty to Tasty graphic + a button inside it
Mobile = if I run below in CSS I get a replacement image but no button.
@media only screen and (max-width: 767px) { #background-img-responsive { content:url(“https://gastronoms.com.au/wp-content/uploads/newimage.jpg”); } }
I’d like to know if possible a) if I can replace the image in mobile AND have the button remain & b) whether the content:”url” code is best practice?
Ben
Thank you for you reply!
Unfortunately this was not really what I meant. What I want is that when I deeplink into an accordion (fi: example.com/faq/#question-75), I want the item that I am linking to to appear at the very top of the site (and it should be the same whether it’s #question-75 or #question-23). So I guess the code should be something like:
function trigger_default_open(hash)
{
if(!hash && window.location.hash) hash = window.location.hash;
if(!hash) return;
var open = heading.filter(‘[data-fake-id=”‘+hash+'”]’);
if(open.length)
{
if(!open.is(‘.activeTitle’)) open.trigger(‘click’);
window.scrollTo(THE OPEN ACCORDION ITEM WITH CORRESPONDING DATA FAKE ID HASH);
}
}
JS is beyond my knowledge, but this seems to be logic to me. Would this be possible to achieve?
Best regards, Staff
Hey unicaweb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
top: -20px;
}
and remove following code temporarily
.logo img {
height: 200%;
max-height: 300px !important;
}
so we can provide you more accurate one
Regards,
Yigit
Hi Ismael,
I removed the video from hot spot #26 and have it set to top left, but it still pops-up to the top right. Is this because there is video in other hot spots on the page? I couldn’t find any documentation saying this kind of thing wasn’t possible, so thought it was OK to build this way (and relate to the customer it was OK to build this way). Any idea if/when images and videos will be available in the hotspot tooltip?
Thanks as always!
Hi!
Please go to Settings > Reading and choose how many posts you would like to display.
Then, please refer to this post – https://kriesi.at/support/topic/add-read-more-text-on-grid-blog-archive-page/#post-599297
Regards,
Yigit
I’m using ninjaforms and it’s conditional logic plugin. See the following thread: https://kriesi.at/support/topic/ninja-forms-conditional-logic-in-enfold/#post-603765
I was advised to open a new thread in order to reach out to a dev to assist with the situation. Currently conditional logic plugin is disabled, but if enabled, the rules I’ve setup should still be in place.
The gist is that the conditional reveals and hide actions do not work with this theme for some reason. (My best guess is that it’s due to div classes or something along those lines…) I’ve tried the plugin on other themes and it works fine as expected. But in the onepage site I built using the avia theme builder that enfold leverages the conditional logic doesn’t work and all form fields remain hidden. It should also be noted that when the conditional logic plugin is running, my countdown timer also gets hidden.
The site is backed up locally on my machine at home in the event anything goes wrong in dev testing. Please let me know if you need any further info.
Hey!
Please change following code
.header_color .avia-menu-fx {
top: 50px;
}
to following one
.header_color .avia-menu-fx {
top: 35%;
}
Best regards,
Yigit
Dear all dear Kriesi team,
I experience a similar issue thus why no new topic is opened, and use the above mentionned code.
On the very same page, however, I use two distinct catalogues. Each one should have its own hover color (for the purpose of site signeage) but I experience difficulties to “target” each catalogue distinctly and assign its own adressable hover color.
Could you please help?
1st catalogue is associated to avia-builder-el-6 –> desired hover color : #2596C3 (blue)
2n catalogue is associated to avia-builder-el-10 –> desired hover color : #ff2d8f (magenta)
Thx
-
This reply was modified 9 years, 12 months ago by
Alexoidea.
Hey!
You can refer to this thread to display different elements on mobile and on desktop – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
Yigit
Hi MulderMind!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container {
height: 30px;
}
#top .av-subnav-menu > li {
padding: 4px 0;
}
#top .sticky_placeholder {
height: 29px;
}
I believe 20px would be too small. Feel free to adjust the values as needed
Regards,
Yigit
Hi Andy,
Thnaks – that indeed made the background hasty-to-tasty image stop displaying!
If I want to now display a separate background image there for mobile devices should I use ‘ content:”url” ‘ instead of ‘ display: none ‘ or is there a better way to do this?
Thanks,
Ben
Hey,
Thank your, but this does not help… it shows the same “error”. :-(
Here are more infos from my “custom css box”:
#top .sidebar .widget_shopping_cart .button {
float: left;
margin-right: 2%;
padding: 10px;
}
.pagination_split_post {
text-align: center;
font-size: 18px;
}
@media screen and (max-width: 1500px) {
.menu-item-8864 { display: none; }
}
@media only screen and (max-width: 767px) {
.hide-from-mobile {display:none;visibility:hidden;}
#text-15 { display: none; }
}
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background-color: #000000;
color: #ffe523;
}
img.effect:hover {
-webkit-filter: brightness(75%);
-webkit-transition: .25s ease-in-out;
-moz-filter: brightness(75%);
-moz-transition: .25s ease-in-out;
-o-filter: brightness(75%);
-o-transition: .25s ease-in-out;
filter: brightness(75%);
}
img.effect {
-webkit-filter: brightness(100%);
-webkit-transition: .25s ease-in-out;
-moz-filter: brightness(100%);
-moz-transition: .25s ease-in-out;
-o-filter: brightness(100%);
-o-transition: .25s ease-in-out;
filter: brightness(100%);
}
Best regards,
Jürgen
-
This reply was modified 9 years, 12 months ago by
Jürgen.