-
Search Results
-
Hi,
Im trying to change every string of text in my site that says “check out” to “place order”. I have changed most of them but I cant seem to figure out how to change the one in the small widget that shows up in the top right hand side of that page. It has a little cart icon and when you hover over it it had your items and checkout in there.
Any ideas on how to change that?
Hi Guys,
I’m not too sure why my last ticket was closed so I’ve created another here for the same problem that I am having with the image alt-tags.
A few months back I asked about removing Alt tags from images on the gallery. Yigit kindly provided advice on an edit to enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php which worked perfectly at the time. Here is the old link: https://kriesi.at/support/topic/removing-alt-text-from-images/
I have updated both WordPress and Enfold to their latest versions and applied the altered line of code. The problem I have is when my galleries first load the ‘alt-tag’ is removed. However, when you click on ‘load more’ those images that are subsequently loaded show the ‘alt-tag’.
Yigit previously asked for my access details which I have included in the pvt section. If you could let me know what you find / change I can then replicate it to my live site.
Thanks for your help!
MarcTopic: Woocommerce Sale over title
Hi,
The text Sale (aanbieding) is placed over the title
How to place the sale in the top of the item ?
Topic: Empty space on mobile menu
Hi,
I’m building my very first website ever. I’m have few problems.
Website is not ready yet and i need to upload real content to portofio etc. now there is just few bad sample pics. Im using ajax type portfolio i think :D
Anyway it looks pretty fine on desktop exept i need to figure out how to make thumbnails smaller .
Problems are in mobile. First of all there is empty white space under background image on front page. background image is parallax and im wondering if that problem is somehow related to that?Other thing is on my ajax portfolio page. You can find it on ” MB vito” page. It redirects me to page where i see only thumbnail pic ( only on mobile)
Let me know what should i do and if i have done whole thing wrong.
Thank you very much.
By the way Enfold theme is great! I had no idea i could get so far without any coding skills.
Hi,
I have a container/color section with 6 columns with circles and with css it works fine (fantastic) in desktop view. I’ve got this css code:#six-columns .column-top-margin { margin-top: 0px !important; }
#six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
#six-columns .first { margin-left: 0!important; clear: none; }
#six-columns .el_after_av_one_fifth { margin-left: 2%!important; }
#six-columns .container { width: 100% !important; max-width: 100%; padding-left: 75px; padding-right: 75px; margin: 0; }But it’s not working in responsive view, the columns remains on vertical line. You can see it and test at the url in private content, scroll down to Products section in grey with the circles. Please help.
Thanks, kindly regards, Mathilde
Hi,
ich habe leider doch wieder ein Problem mit dem erweiterten Layout editor. Dachte eigentlich ich hätte das Problem über ein Konvertieren in reinen Text gelöst.
Ich habe in einem Blog Post das Problem, dass er an zwei Stellen Code ausgibt und nicht das passende Element:
[/av_textblock] [/av_one_full] [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_heading heading='Zunächst etwas Geschichtliches des barocken Städtchens' tag='h2' style='' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading] [/av_one_full] [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_textblock size='' font_color='' color='']
Wenn ich jetzt an dieser Stelle reinen Text aus einem Texteditor reinkopiere, bekomme ich an einer anderen Stelle das Problem. Aber immer nur an diesen zwei speziellen Stellen.
Ich habe bereits alle Plugins deaktiviert – Problem tritt immer noch auf. Bei einem vorherigen Post ist das Problem nur an einer Stelle aufgetaucht – dies konnte ich wie bereits angemerkt über reinen Text ausbessern.
Vielen Dank im Voraus,
KonstantinTopic: Google maps API don't work
Dear support,
i will create a google maps in footer and in contact page. But it does not work.
Yes i have read this thread: https://kriesi.at/support/topic/missingkeymaperror-doesnt-work/#post-681054
Yes i have read this thread: https://kriesi.at/support/topic/google-maps-api-error-2/
Yes i have create a api key with domain variants: *.tankstellenmuseum.de/* with http, without http and many more….
Yes i have install this plugin: https://de.wordpress.org/plugins/api-key-for-google-maps/
Yes i have edit the class-framework-widgets.php with this codes from: https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308
With my api key and without my api key.But dont happened…..Why?
Google Map error again….When i edit a google map in a page and give him the address, than i get error again….show pic.
What is here wrong???
Hi there is a gap on this page I can’t get rid of, between the booking form and the text underneath it. It doesn’t show on mobile but does on desktop. Can you advise please?
Thanks
Jenny
Hi,
For a new project I’d like to have the logo left, menu below and an extra widget on the right hand side as shown here.
I’m using a child theme and I tried the following:
Read the instructions here
Looked at this treadPlaced this code in my style.css of my child theme:
#header .widget { height:200px!important; right: 0!important; top:20px!important; padding: 0!important; position: absolute!important; z-index: 999!important; }And placed this code in my functions.php of my child theme:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Could you point me in the right direction so I can make it look like the preview?
Thanks in advance!
Regards,
Steven
I like the lazy load effect and used it for many elements of our homepage. Most pages have sub-menus to navigate on site via anchors.
When the visitor scrolls down the page the first time, he/she sees the desired lazy loading effect.
When the visitor loads the page and uses the sub-menue to navigate to content at the bottom of the page, it takes quite a while until the elements appear. Reason seems to be that all the lazy elements are loaded top to bottom in sequential order and if the page is long it takes a while until all (actually not visible) elements above the desired content are loaded.
There’s also a further lazy load issue when combining anchors and masonry galleries. As the galleries expend with loading its content/pictures, quite often the anchor content moves out of focus. Only when all the content has been loaded the anchor works correctly.
What I was wondering is whether there’s a way to speed up the loading of these hidden elements? So that there’s just the regular wait for the elements of the anchored bottom elements.
Viewing 30 results - 83,911 through 83,940 (of 142,726 total)
