Forum Replies Created
-
AuthorPosts
-
April 18, 2019 at 5:27 pm in reply to: Bug tablet Grid Row, at least 100% of browser window height #1092468
You can replicate this problem in your demo Enfold Freelancer:
– Edit the only page in the demo
– In the About me Grid Row main settings edit Screen Option -> Fullwidth break point to “On tablets”
– Add a long text after the title About me
– View the page with a vertical iPad 768×1024
- This reply was modified 5 years, 6 months ago by sigifinsrl.
April 18, 2019 at 3:00 pm in reply to: Bug tablet Grid Row, at least 100% of browser window height #1092443I see that the CSS code for the element viewed on an iPad 768×1024 is:
.av-cell-min-height-100 > .flex_cell {
height: 1024px;
}Shouldn’t that be a min-height? The value is generated depending on the viewport, so a quick and dirty solution could be using:
.av-cell-min-height-100 > .flex_cell {
min-height: 100vh;
height: auto;
}Could you please provide an official solution? Thanks!
September 23, 2017 at 12:45 pm in reply to: Fullscreen slider not showing on iPhones and iPads (all sizes) #855784I solved the problem by changing the option fixed to scrolling in the slider settings.
It is still a problem when the scrolling option is needed.
January 25, 2017 at 5:19 pm in reply to: Masonry portfolio lightbox on mobile: images disappear #738485It’s working, thanks!!!
Hi Ismael,
when I use your code in a clean import of Enfold Shop Theme I get an error 500.
Best
Sigifin
Hi Andy,
if this is the situation I suggest to use imsanity (https://wordpress.org/plugins/imsanity/), but this is not what I was looking for.
It looks very strange to me that you can’t set the lightbox to load a thumbnail instead of the original image, are you really sure about it?
Best
Sigifin
Hi Rikard,
thank you for the support, here you have the credentials.
It is a clean import of your shop template!
Best
Sigifin
Hi Elliot,
I found a solution. It’s manual so when you add or remove a category you need to update the change, but it isn’t that difficult.
I manually added the category list in this file: /wp-content/themes/enfold/config-woocommerce/config.php
function avia_woocommerce_before_shop_loop() { global $avia_config; if(isset($avia_config['dynamic_template'])) return; $markup = avia_markup_helper(array('context' => 'content','echo'=>false,'post_type'=>'products')); echo "<main class='template-shop content ".avia_layout_class( 'content' , false)." units' $markup><div class='entry-content-wrapper'>"; # # DELETE the "#" symbols and put your code here # }
This is the code I added and then I styled it via CSS and displayed it only on mobile:
echo "<div class='sh-mobile-categories'>SHOP BY CATEGORY</div></BR><div class='sh-mobile-categories-list'><a href=\"/product-category/swimwear/\">SWIMWEAR</a></BR><a href=\"/product-category/2-piece/\">2 PIECE</a></BR><a href=\"/product-category/tops/\">TOPS</a></BR><a href=\"/product-category/bottoms/\">BOTTOMS</a></BR><a href=\"/product-category/dresses/\">DRESSES</a></BR><a href=\"/product-category/outwear/\">OUTWEAR</a></BR><a href=\"/product-category/accessories/\">ACCESSORIES</a></div>";
- This reply was modified 8 years, 12 months ago by sigifinsrl.
Hi Ismael,
it works, thank you very much for your support!Best
SuperhubI investigated a little bit and it appears that Enfold disables the wp_link_pages core function. Am I correct?
Is there a way to swap the function back in the theme?
Sure Elliot!
We have very long posts so we are trying to use the code <!–nextpage–> to split the post into multiple pages.
Did you disable this function?
This is the result we would like to obtain:Best
SuperhubApril 7, 2015 at 4:46 pm in reply to: Lightbox image size and related entries thumbnail size #424813This reply has been marked as private.April 7, 2015 at 4:44 pm in reply to: Lightbox image size and related entries thumbnail size #424809Hi Ismael, it was already the latest version but we re-downloaded and re-installed the latest version of Enfold in a new WordPress 4.1.1 installation just to be sure and we are having the same issue.
I’m sending the link and the login details in a private reply, please let us know what is going wrong.
April 3, 2015 at 6:41 pm in reply to: Lightbox image size and related entries thumbnail size #423223Hi Elliot,
I don’t understand your answer, if you check the link I provided you can see that using “perfect grid” is not showing the pictures at all! What do we need to change to display the images in perfect grid in our scenario?
Best
SuperhubMarch 30, 2015 at 11:48 am in reply to: Lightbox image size and related entries thumbnail size #420342This reply has been marked as private.March 30, 2015 at 11:46 am in reply to: Lightbox image size and related entries thumbnail size #420339Dear Ismael,
your strategy worked for the related entries thumbnail but it’s not working for the masonry Perfect Grid display option.
I’m sending you a private reply with a link where you can check the Perfect Grid problem. You can see that the Flexible masonry option works, the perfect grid doesn’t.
Best
SuperhubMarch 27, 2015 at 12:45 pm in reply to: Lightbox image size and related entries thumbnail size #419232We run into the same issue with the Blog Masonry perfect grid: how can we choose or set a different thumbnails size?
March 26, 2015 at 6:19 pm in reply to: Lightbox image size and related entries thumbnail size #418705Hi Yigit,
we need to use the “Show thumbnails and display post title by tooltip”, we just want to edit the thumbnail size.Best
SuperhubMarch 26, 2015 at 12:56 pm in reply to: Lightbox image size and related entries thumbnail size #418470I was able to change the image loaded in the lightbox by editing the image link in the code!
We still need to resize the related items thumbnails.Best
Superhub -
AuthorPosts