Basilis,
I see the same thing you do on larger screens but when I resize my browser so the edge is closer to the phone number on the top right of the page is when it overlaps.
I was having this problem as well. Adding this code to the functions.php in the theme editor seem to resolve it.
add_filter( 'wp_image_editors', 'change_graphic_lib' );
function change_graphic_lib($array) {
return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
}
code was found here.
https://wordpress.org/support/topic/http-error-when-uploading-images-17
Is there any way to leave the menu fixed in cell phones? I had to buy this plugin to achieve it.
It is possible with the native menu Enfold?
I need the menu never disappear from the top … even in resolutions of 320×480
Hey Fred,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 155px !important;
}
Best regards,
Jordan
Hey Katrin!
Your page cannot be found. Is it set to private?
Please edit your post and click “screen options” on the right top corner and check “discussion” and then scroll below your post content and disable discussion on that specific post.
Best regards,
Yigit
I followed every single step in this post https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
When I get to the last step to edit functions.php trying to bring that up in Appearance > Editor says “Invalid Download”.
Help! I can’t edit any of my pages.
Log in credentials in private.
Hi
We are getting this message
“division by zero in /home/lesalo5/public_html/dev/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php on line 400”
Also,
we added the code from a previous thread to get the accordian slider (5 slides) to be responsive and the image heights do adjust but the width does not. ie the images are thin. This is the coding you provided previously:
function make_accordion_fullheight(){
?>
<script>
(function($){
$(window).load(function() {
var win = $(window);
function calc_accordion_height(){
var subtract = $(‘#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container’),
wh100 = win.height(),
wh100_mod = wh100;
subtract.each(function(){ wh100_mod -= this.offsetHeight – 1; });
$(‘.aviaccordion’).css(‘height’, wh100_mod + ‘px’);
}
win.on( ‘debouncedresize’, calc_accordion_height);
calc_accordion_height();
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘make_accordion_fullheight’);
And this to Quick CSS / child style.css:
.aviaccordion {
max-height: none !important;
}
Please advise…. Thank you
Hey!
Please try removing mentioned lines here – https://kriesi.at/support/topic/too-many-redirects/#post-635372 from wp-config.php file and check if that helps changing frontpage
Cheers!
Yigit
The caption “*Percentages based on estimated data. (From: http://www.ncaapublications.com/productdownloads/CBSA16.pdf)” appears at the top of the table, but I want all Table captions to appear underneath.
Here’s a screenshot of what I am trying to achieve: https://www.dropbox.com/s/ayx6o7ogji18481/caption.jpg?dl=0
Hey Grant,
Your latest thread was replied two days ago – https://kriesi.at/support/topic/google-re-marketing-code/. Maybe you failed to start a thread? Because we see and reply each thread.
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .container .av-masonry.av-large-gap {
right: -15px;
}
Best regards,
Yigit
Hi
1.Is it possible to not have a logo at all? When delete the logo its replaced automatically by Enfold Logo.
2. Is it possible to have multiple logos according to the page?
3. Is it possible to have different logo area custom background image on specific pages? Like simulating a top header banner. before the menu
4. is there a way to have top header at all??
Thank you very much
Hi there,
I was looking for Push div to use in the grid row. I need to push up some specific cells for mobile menu. But couldn’t find anything like that.
See the link below. Each grid row contains service details along with an image. For Section 2 and Section 4 the image will normally go below its content. I want these images to be at the top of its content. See this image for quick view of what I currently have & what I want to achieve-
View post on imgur.com
Hi Andy,
Thanks for your reply.
Maybe I am a little pigheaded, but to me that is all one topic. Maybe you could have suggested to use the center logo & menu and adjust css for the logo and extra widget? That makes it one issue.
To center the menu following your suggestion is not an option. It looks ‘more or less ok’ in bigger screens, but if you look at smaller screen (below 1024px?), the menu is not centered anymore.
For the extra widget area, like I mentioned, I already followed the instructions you are repeating here. Without success.
Please advise.
Regards,
Monique
Thanks for your quick reply!
Yes I have put a preloader, but the loading itself takes a long time, because it loads the whole content before showing the page. I would like to load only the top content, and then load the following content when scrolling…
-
This reply was modified 9 years, 10 months ago by
maxgorelkine.
I have got a one page structure for a website, which takes a long time to load because there is lots of content on it…
Would there be a way to use a lazy load principle so it loads only the top content and then the next when scrolling?
Thanks a lot for your input!
Hey xuamox,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-530 #av_section_2 h2 {
margin-top: 0;
}
Best regards,
Yigit
Hi,
use this code for your menu inside of Quick CSS field:
.html_header_top #top .av_menu_left .main_menu {
left: 20%;
}
and adjust as needed.
Header widget:
Please use different tickets for different questions.
Best regards,
Andy
Hi @GiorgioAldeghi;
you may find an answer in this topic
Hey!
Please try using
.html_header_transparency #top.page-id-149 .avia-builder-el-0 .container {
padding-top: 0!important;
}
Regards,
Yigit
Hey gearouthere,
I edited your post and clicked “Screen options” on the top right corner and checked “Discussion” and enabled it below your post – http://i.imgur.com/0jDcn4L.png. Please review your website now
Best regards,
Yigit
Hello, i think that my request is so easy,
I have a page with 3 icon on the top, and three paragraph.
I want click to the icon and go to the paragraph.
Thansk
Currently with ‘Scale to fit’ setting.
I want my menu stay always with 300px maxi (but smaller in responsive is good), so the picture should be ‘scaled to fit’ on the content part without changing the menu width.
I don’t know how to include a screenshot inside that post, there is no way to attach a file. I have to say I really don’t like your forum, always spending a lot of time to post a single question, and waiting more than 30 hours to get answer .. I have decided to use only Enfold for all my websites, I buy a new licence for each new dev (I’m currently working on 4 new web sites and I will buy a license for each one as soon as customer is ready to publish), but I may change since support is really to slow, forcing me to stop devlopment waiting for your answers ..
So please check http://quin.lccy.net and just increase windows width, then you’ll see menu bar width increases.
Here is a link to see a commented picture describing the problem -> http://finder.netoffice.fr/?f=l1_dW50aXRsZWQgZm9sZGVyL3NjcmVlbnNob3QucG5n
Thank you.
I went back and was able to see what I did. The Martini glass is the very first font on the Fontello site and I must have inadvertently selected it.
The Fontello process does not work for me when trying to add a custom file to their site. I add an .SVG file from a reputable source, follow Fontello’s instructions and the process never works. The error I get each time: “If image looks not as expected please convert to compound path manually.”
This really limits my options with icons, as the base Fontello does not cover enough topics.
Do we have options other than Fontello? Or, are their tips for getting custom fonts to import into Fontello successfully?
Hi!
You both are using an older version of the theme. Please update it to the latest version 3.5.4 – https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Regards,
Yigit
Hey Luc,
Can you please post a screenshot and show the issue? Sidebar width is always 300px on my end when i check it on 15 inch laptop screen and 1920x1200px external screen :/
Best regards,
Yigit
HI Yigit,
This has worked on desktop version but not on mobile devices?, i see some code above in an earlier post, will this work?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #footer .widget ul {
text-align:center!important;
}
Best regards,
Vinay
On the homepage of http://www.victoria-ward.com, there’s an ‘icon’ element at the top that links to a youtube video, opening it in a small window.
So in the icon element I have just linked to the video, it’s not embedded anywhere that I have done.
When the video plays, at the end it brings up suggested videos and the window stays open.
Is there any way to stop those suggested videos coming up, and to close the window once it’s finished.
I feel like this might be asking rather a lot, but if possible let me know!
V