Hi Victoria,
My test page is http://canvas84.com/pages/. The form is labeled Send us mail. I would like to hide the form on desktop.
Screenshots:
canvas84.com/form.PNG
canvas84.com/backend.PNG
Kind Regards
Jermaine
my site is not online – the issue is described above, it might be a general one not related to my site:
probably the functionality of “custom widget area” does not work,
– if I create a duplicate of “loop-page.php”,
– rename this to “subscribe.php”
– and add at its very beginning
<?php
/* Template Name: Subscribe To Comments */
if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
?>
just to use the duplicate as a new page template.
Then a new page does not use the “custom widget area”, that I have created for it.
in detail: https://kriesi.at/support/topic/custom-widget-area-sidebar-is-ignored/#post-772719
Way before Christmas 1996 I had the issue that if I use the +/- keys to alter the qty in the cart for a product, the update button became active but wouldn’t work.
The advice was to use a modified woocommerce-mod.js written by mensmaximus
Found via this link : https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
There have been several updates of Themes and Woocommerce since then and I am using:
WC – 2.6.14, Enfold 4.0.5 and WP 4.7.3
I still have the problem described below:
I can adjust the quantity in the cart with the + and – buttons but when I click Update Cart absolutely nothing happens…it does not even attempt to reload the page, etc., it just acts like a non-functioning button. The button does change appearance when I mouse over, but clicking does not do anything further.”
If I hover over the Delete Item part, I can see the call on the lower display area on Chrome. If I left click the delete item button it acts like the Update button above – However… If I right click the Delete Item Button and open it in a new tab, then the process is undertaken and the item is deleted. The same happens, that is it works, if I copy the link and run it address line at the top.
As the modified woocommerce-mod.js written by mensmaximus is now a year old, should I try using it or have you made changes to deal with the problem and there is something unique with my site that is causing this issue?
BTW, I’ve just activated the coupon part and that seems to work perfectly well.
-
This topic was modified 8 years, 11 months ago by
CMansutti.
Hi Vinay,
Thanks for that.
The page id bit works however the border still doesn’t work properly on the desktop computers. It works on the mobile device.
It shows border on the images but not the images with the link. It also shows border on the logo in the header which I don’t it to do.
Please can you help so that the border only applies to the images with the links in the body of the website not in header and footer of the website.
See below link – Please open it on computer to see it is not working by hover over the images on this page.
Hi, I had a problem few days ago with button text on hover and it was solved ( https://kriesi.at/support/topic/button-text-disappears-on-hover/#post-773678 ) , but now I noticed that if I select any text on my web site with the mouse, I get the same problem, the text also disappears when selected… Please help,thanks!
Hi,
Can you please try changing following code at the top
add_filter('avf_title_args', 'change_title_tag', 10, 2);
function change_title_tag($args,$id)
{
$args['link'] = get_permalink($id);
$args['heading'] = 'div';
return $args;
}
to following one
add_filter('avf_title_args', 'change_title_tag', 10, 2);
function change_title_tag($args,$id)
{
if(!is_single()){
$args['link'] = get_permalink($id);
$args['heading'] = 'div';
}
return $args;
}
Applying this change should make titles in title bar for single post H1 when posts are created with or without ALB :)
Best regards,
Yigit
Ich kann den Worten von @adrianwackernah nur beipflichten. Bei Enfold & WooCommerce stimmt einiges nicht. In einem anderen Beitrag von mir:
kommt dieses auch zum tragen. Ebenfalls habe ich keine befriedigende Antwort auf einen anderen Beitrag von mir erhalten. siehe
Und nun wieder. @mensmaximus hat in einem anderen Beitrag auf nicht richtige Programmierung von Enfold auch hingewiesen. Siehe auch Beitrag:
Hi Ismael,
our problem is not the shortcode.
The problem is the shortcode in a overlay. The shortcode contains the avia contact form.
But the avia contact form is without any function. The reason is the overlay with a foreign plugin.
But meanwhile we have a solution with contact form 7.
Thanks for your help. You can close the topic.
Regards
Biggy
Aside from the wc messup… using ipad to view http://www.shnuff.co.uk – it is not possible to scroll down past the top slider.
Tried with safari and dolphin but no joy. it shows the fullscreen slider and the arrow down but you cannot scroll. The same issue for any other pages – if longer than the screen height it is truncated.
Was working fine before enfold 4.
edit: sorry did not see https://kriesi.at/support/topic/4-0-update-scrolling-issues-in-safari/ close this
-
This topic was modified 8 years, 11 months ago by
mrkuji.
Hi Victoria,
The screenshots are in the post above. But here you go: http://imgur.com/a/qNlby#WAVSJas
As you can see the text is not on the same height on a lap top, also the layers in the slider have a different position than on a bigger screen.
Kind regards
Aline
Hi Jordan,
thanks for your answer. But it doesn´t help. The second page doesn´t start at the top.
Do you have any other solution?
best regards
Andreas
Hi Andy,
thanks for your answer.
Yes, i completely removed all files and installed a new version from the .zip.
No quick css and no plugins were active but the problem ist still there.
This code can fixe the problem but make antother one.
.avia_sortable_active .isotope {
height: auto!important;
}
Best regards,
Simon
Hey jandjmarketing,
Can you try the solution given by Ismael in this thread: https://kriesi.at/support/topic/masonry-gallery-not-working-2-2/#post-771510
Best regards,
Nikko
Hi Kriesi,
Thanks for creating Enfold. It’s a beautiful creation. I wonder if you can help me. It seems my logo is invading the menu on my website on iPad. On Desktop it’s ok, and on a mobile with the mobile menu it alright. On iPad things get a bit jumbly. What can I do for iPad?
https://www.wildsugarbysajeela.com.au

-
This topic was modified 8 years, 11 months ago by
dameonjamie.
Hi,
Glad we could help. Let us know if you need more help regarding this topic? or if we can close the thread :)
Best regards,
Nikko
Hey likegluelikecrew,
Could you please post a link to the site in question so that we can take a closer look?
I believe it stops because you only have one slide. What you can do is duplicate your one slide. This way, ALS cycles through two slides, but it looks like you’re repeating just one.
Cheers,
Sarah
Hey Sarah,
Can you take a look at it now?
The paragraph on the right. The font weight is slightly thicker than how it should appear. Here’s a screenshot on google’s page using the same font in the body copy.
https://ibb.co/dSVHMQ
Best,
Chris
Hey westefan,
Thank you for using Enfold.
Please refer to the following link to fix the issue.
// https://kriesi.at/support/topic/masonry-gallery-not-working-2-2/#post-771510
Best regards,
Ismael
Hey pako69,
Thank you for using Enfold.
Make sure that a /tmp directory exist in your server and it has the correct permission.
// https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416
Best regards,
Ismael
Hi,
Great, glad it started working again and sorry for the late reply. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Thank you Nikko!! Voted big time!!!
I don’t really care about the pages but the Galleries and Sliders on the posts not acting as pages… I left a note explaining on the other ticket… https://kriesi.at/support/topic/enfold-amp-accelerated-mobile-pages/#post-775211
I am thinking of hiring a developer to adjust these little aspects but if it has to do with modifying the theme’s html maybe that’s not the solution. Even if I were able to adjust the look of either the slider or the Gallery I would switch all of them to the one that works and go from there!!
Warmly,
Havi
Hi! Thanks again for the terrific theme.
I want to create links on a page that will go to different page, and open up a specific tab.
Example: page 1 is the source page, page 2 is the target page containing
page 1 link one: goes to page 2 to and opens tab one.
page 1 link two: goes to page 2 and opens tab two.
page 1 link three: goes to page 2 and opens tab three.
etc. etc.
Additionally, the Image tabs at the top of the Tab Section need to be visible and in their “Visited” state. So that you can see all the tab images.
I have searched through the forum and have not really found an answer to this. Is there a way to do this?
Thanks!
Doug
Hi,
You may find this solution helpful: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
Best regards,
Mike
Hello,
the problem was in the last days known to anyone using woocommerce and I am facing it too.
In my custom page:
I am using the product-raster to show three products but now nothing is shown.
All the solutions I found here in the forum didn´t work for me (https://kriesi.at/support/topic/enfold-theme-woocommerce-product-images-not-showing-as-of-4-4-17/).
My site is up todate, Enfold 4.0.5, Woocpmmerce 3.0.1, WordPress 4.7.3.
Please help me with this bug!
I am sending you login details too, in case you need them, in order to gain some time.
Thank you in advance
Asterios
Hey rdswestnet,
To change the stacking order of the grids in mobile we need to create 2 sets of grids one for desktop view and one for mobile view and then we will use custom CSS to hide one of the sets in mobile and one set on the desktop.
1. Enable custom css class name for ALB elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Show only in mobile or desktop*/
@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}
3. Add class name “only_desktop” and “only_mobile” to the icon box set’s to be displayed only on desktop and only on mobile.
Best regards,
Vinay
Hello Staff. Can I change the way that two cells in a grid row stack on a narrow screen? For example on this page http://new.ezdiquote.com/our-clinic/about-2/ the last element on the page is 3 related grid rows. At computer width the three rows are Top: image on left, text on right. Middle. image on right, text on left. Bottom: image on left, text on right. I want to keep that arrangement. On a narrow screen such as a phone the I would like the cells in the middle grid row to stack exactly like the the top and bottom rows, with the image above and the text below as in diagram below. Can you help me with that? Thanks, Rob
————
| Image |
————
| text |
————
| Image |
————
| text |
————
| Image |
————
| text |
AlexGuest
Hi.
The menu to the left stopped swimming when the page scrolls. How do I enable the floating menu?
Best regards