maudesign
Forum Replies Created
-
Hi,
How do I log in? It doesn’t allow me to create an account.
Thank you @akyusa01, I really appreciate your answer. I understand I have the full version of Soliloquy because it came bundled with the theme I purchased, it came with a license key and all. The setting for the mobile height is set to 500×600.
For some reason it is showing a 404 because it is directing users to https://mujeresdelsur.org/fms/en which is generated by polylang plugin…
Thank you
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Want 4 items in stage but only 3 appearHi Matt,
I appreciate your help in solving this matter. Unfortunately I haven′t got anywhere yet. The latest upgrade of the parent theme has been delivered but still the issue persist. This all based on the premise of the Theme being at fault.
Today I tried something I didnt try before, I copied the shortcode of the gallery [foogallery id=”374″] and instead of placing it inside a widget I tried to put it in the homepage directly. This was working as before so 3 items instead of 4. So I tried by changing the theme and the same thing happened, 3 items instead of 4 so I′m thinking that the theme might not be the problem after all. I′m posting some screenshots of the site on Pictorico theme and twentyFourteen themes.
Here is with pictorico.
https://postimg.org/image/3v2twdx1r/And here is twentyfourteen.
https://postimg.org/image/3wcrpsyvj/Hope you can guide me. Thank you again. If you want to take a look under the hood let me know so I can send you the details.
All the best
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Want 4 items in stage but only 3 appearHI Matt, thank you, I have found this thread regarding an issue with the responsive theme. I think I’ll have to wait until they get their act sorted.
Thank you very much for your help.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Want 4 items in stage but only 3 appearHi,
Sorry so this means there is no way to show 4 Items instead of 3? Could you please explain the bit “At the moment, the settings for “Items for smallest screens”, etc. are what are in effect for all galleries. ” As I said in my last post I checked all that with no success. Anything else I can try?
Thanks,
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Want 4 items in stage but only 3 appearHi Matt,
Thank you for your prompt response.
I tried modifying the settings but had no luck. Here is what I have it on.
Enable Advanced Options? YES
Pagination TRUE
Enable deeplinking NO THANKS!
Enable Stage Break Points? YES PLEASE!Items for smallest screens (max 480px) 2 (Tried 1, 3, 4, 6)
Items for medium screens (max 768px) 4 (Tried 4, 6)
Items for large screens (769px and above) (Tried 4, 6)Nothing happened. Is there anything else that I might try?
Thank you again.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Want 4 items in stage but only 3 appearSorry I forgot to send the URL it is https://www.alanstabile.com
I’m placing the FooGallery / Owl code inside a widget like this:
[foogallery id=”374″ items=”4″]
It works as I said but only shows 3 ites and I specified 4 everywhere I can find.
Best reagrds,
Forum: Plugins
In reply to: [Feature A Page Widget] Background ImageHi Mark,
Thank you for your quick response.
I′ve actually managed to do what I wanted, still being tested but I think it could be a solution. In case anybody needs it in the future here it is:
Copy the big.php into a new folder called fpw2_views inside my theme’s folder.
Change the code to this:
<article class=”fpw-clearfix fpw-layout-big”>
” class=”fpw-featured-link”>
<div class=”fpw-featured-image”><div class=”socios-image” <?php
if ( $thumbnail_id = get_post_thumbnail_id() ) {
if ( $image_src = wp_get_attachment_image_src( $thumbnail_id, ‘normal-bg’ ) )
printf( ‘ style=”background-image: url(%s);”‘, $image_src[0] );
}?>> <h3 class=”fpw-page-title”><?php the_title(); ?></h3> </div>
<div class=”fpw-excerpt”>
<?php the_excerpt(); ?>
</div>
</article>Hope somebody finds it useful.
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't see Our Focus widget areaThank you Hardeep, that did the trick. Cheers!
Hi Again, Sorry about that. Apparently it was conflicting with Simple Custom Post Order Plugin, this was taking over the order of the posts. (Obviously)
Your plugins are great!