Forum Replies Created
-
AuthorPosts
-
I don’t even have WP Rocket installed on this site
sorry for the lack of information.
website: staging.brillman.com
most recent wp version
most recent enfold versionSeptember 2, 2016 at 6:37 pm in reply to: Codeblock in the front-end shows as [avia_codeblock_placeholder uid="0"] #681434what was the fix here? I’ve got the same issue trying to use codeblocks
August 4, 2016 at 7:03 pm in reply to: WooCommerce Product Slider & Grid Columns Not Working #668691Didn’t see that thanks Rikard
August 1, 2016 at 11:05 pm in reply to: WooCommerce Product Slider & Grid Columns Not Working #667491Thanks in advance for help Rikard
Hey @janejoyce There is no solution honestly its just a theme issue. I dug back through the support forums and this same question has been getting asked for years – it doesn’t seem like something big enough for anyone to spend the time fixing.
I am going to try to submit it as a feature request when I get around to it. In the meantime my version of a hacked together fix was to edit the portfolio shortcode so that the max number of posts was 200 instead of 100. That would allow me to show all 167 items without pagination. This isn’t a great solution as it requires my portfolio page to load 167 items but it at least solves issue temporarily until I can figure out a fix.
April 6, 2016 at 3:15 am in reply to: Gallery (Big Image Above with thumbnails below) Stretching images #608627Sorry Ismael, that fix simply does not work.
April 1, 2016 at 5:19 am in reply to: Gallery (Big Image Above with thumbnails below) Stretching images #606471hey yigit,
this did cause the photo not to stretch, though it cuts out nearly half of the photo in the process.
specifically, the second picture on this page is where I cannot fix this issue. If you mouse over the thumbnails for this picture, the big image previews that follow are also cut off.
March 31, 2016 at 5:32 am in reply to: Gallery (Big Image Above with thumbnails below) Stretching images #605629Didn’t help. I also tried adding new image sizes with simple image sizes, which didnt work.
On this page the second photo is distorted (pinched width). I have tried to create an additional image size of the exact dimensions of the photo, and that also didnt work.
March 29, 2016 at 3:27 pm in reply to: Gallery (Big Image Above with thumbnails below) Stretching images #604624Hey Jordan – thanks for continuing to help me out with enfold.
Login information is below. Here are some of the particular pages where the image stretching is happening.
http://www.estlandhosting.com/~frazier/portfolio-item/vmi-post-hospital/
http://www.estlandhosting.com/~frazier/portfolio-item/draper-house/
http://www.estlandhosting.com/~frazier/portfolio-item/goode-garage-needs-new-name/Also, these two pages (below) have a thumbnail image that is different sized than the others. Wondering why that is:
http://www.estlandhosting.com/~frazier/portfolio-item/perdeberg-farm-barn/
http://www.estlandhosting.com/~frazier/portfolio-item/newtown-victorian/My goal is to have the Big Image crop (instead of stretch to fit) and the thumbnails all the same exact size. Thanks in advance!
Great, that worked! Cant believe I missed that, thanks Jordan.
Hey ALCOR – I had to modify the script to put in the functions.php file to make sure it worked correctly with the jquery library but this solution worked for me.
To place in functions.php:
function inline_popup_enabler(){ ?> <script> (function($){ $(window).load(function() { $('.test-popup-link').magnificPopup({ type:'inline', midClick: true }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'inline_popup_enabler');
CSS:
.white-popup { position: relative; background: #fff; padding: 20px; width: auto; max-width: 400px; margin: 20px auto; }
Code Block Element on your page:
<a href="#test-popup" class="test-popup-link">Click this button to open form in lightbox</a> //This is the link text <div id="test-popup" class="white-popup mfp-hide"> [gravityform id="14" title="false" description="false"] //change the form id in this line to add your specific form </div>
hope that helps
- This reply was modified 8 years, 8 months ago by rickyporco.
Hey Yigit,
I have copied your exact code but cannot achieve the gravity form lightbox. My browser is returning the following error:
Uncaught TypeError: jQuery(…).magnificPopup is not a function
My page link is attached. Thanks in advance for your help
- This reply was modified 8 years, 8 months ago by rickyporco.
Hey Ismael,
I am having the same exact issue and you referred me to this solution from another thread (https://kriesi.at/support/topic/woocommerce-pagination-not-working/#post-556939)
Where is the code in this solution located, and how am I to edit this code safely if I am using an enfold child theme?
info below, thanks
Hi Andy,
I figured out a fix for this days ago using a small bit of js
- This reply was modified 8 years, 11 months ago by rickyporco.
December 5, 2015 at 1:02 am in reply to: Header doesn't stick (only main menu) when using "Logo Center, Menu Above" #547316note: you will see a temporary fix i have in place by giving the logo container a fixed position. This isnt the fix im looking for because the logo still doesnt shrink (because it’s not part of the header).
December 5, 2015 at 12:55 am in reply to: Header doesn't stick (only main menu) when using "Logo Center, Menu Above" #547315Sure, temporary login details below.
hey basilis,
any luck on a fix for this? Thanks so much for your help.
Okay, thanks.
can I just give you the style.css file? I didn’t edit the header css outside of this file.
- This reply was modified 8 years, 11 months ago by rickyporco. Reason: add dropbox link
Nevermind – figured it out. the header.php file has to be right in the child theme folder.
November 23, 2015 at 4:25 pm in reply to: Issues with Avia Layout Builder columns when resizing #540995Yeah I figured it out – the issue was created because I had “align to top” checked for the row settings on that row of content in ALB. Once I aligned the content to the bottom of the container it was much easier to use absolute positioning on the elements that were all over the place.
Thanks
November 20, 2015 at 11:34 pm in reply to: Issues with Avia Layout Builder columns when resizing #539997I am not sure I understand your reply. What are you suggesting I do? Thanks.
November 18, 2015 at 5:51 am in reply to: Social Share Buttons not working on Avia post – appearing and disappearing #537810Hey Ismael,
I am not using the Jetpack plugin but also experiencing the same issue – the social icons disappear when I publish a post using Advance Layout Builder. I am wondering if there is a way to force the default social share icons that come within the Enfold theme to appear when using Advance Layout Builder? If not, what is the best solution to having social share icons show up at the end of a post while still using ALB?
Note: I have a client who uses strictly ALB because they do not have any programming knowledge.
Thanks,
Ricky
-
AuthorPosts