Karim
Forum Replies Created
-
Forum: Plugins
In reply to: [Aesop Story Engine] Parallax not working anymoreHi Hyunster,
No it’s not a child theme of a known theme, it’s just a simple theme that should work with this plugin.
Here you will find more info about the theme: https://github.com/AesopInteractive/aesop-story-theme.
Everything was working a while ago but all of a sudden it stopped working.
Before I used this code in Code Snippets: add_theme_support(“aesop-component-styles”, array(“parallax”, “image”, “quote”, “gallery”, “content”, “video”, “audio”, “collection”, “chapter”, “document”, “character”, “map”, “timeline” ) );
But when I look at the snippet now I get this error: The snippet has been deactivated due to an error on line 8:
syntax error, unexpected ”; ‘ (T_CONSTANT_ENCAPSED_STRING)Thanks
Forum: Plugins
In reply to: [WP Super Cache] Timestamps differ or were not found!Forum: Plugins
In reply to: [Aesop Story Engine] Parallax not working anymoreThanks Hyunster,
Yes still the same problem.
All parallax images should be fullwidth. Also the smaller images are not align with the txt.
Two screenshots one the problem:
https://www.dropbox.com/sh/3wjewdqnpx2c4jl/AAAc-_7oUezlG54oRGNFvB9wa?dl=0Forum: Plugins
In reply to: [Simple Full Screen Background Image] Custom image sizeI see.
Thank you
Forum: Plugins
In reply to: [Simple Full Screen Background Image] Custom image sizeOk, thanks.
Any idea on a plugin that will do the trick for me?
Right now I use: https://www.ads-software.com/support/plugin/background-manager
Forum: Themes and Templates
In reply to: Problem with non responsive imageTry adding this CSS:
.page-id-247 img.aligncenter {
height: 100%;
width: 100%;
}Whohoo. Thanks your the best. Thank you.
Forum: Plugins
In reply to: [Social Media Widget] Social Media Widget only appers on pages/posts?Devupdate check your link.
Forum: Plugins
In reply to: [Social Media Widget] Social Media Widget only appers on pages/posts?The WordPress Mobile Pack has a module called “Mobile Widgets” that lets you pick which widgets to disable on mobile devices.
https://www.ads-software.com/plugins/wordpress-mobile-pack/
Thank you Kfstieffel. I made it only showing on my about page.
Forum: Plugins
In reply to: [Background Manager] How to change the position of the BG-image?Hi,
I’m still looking for help on this.
Sorry for my bad post earlier. I give it a new try.
My first issue is that I would like the background manager to resize my images to different screen sizes.
The second is that I would like to replace the images. This page is a perfect example on what I would like my background to look like.
Hope someone can point me in the right direction.
Forum: Plugins
In reply to: [Social Media Widget] Social Media Widget only appers on pages/posts?Now I have another problem.
Can someone give me a good solution that I should do with my social media icons on mobile device?
Now it looks quite bad when it appears on top of all my images.Forum: Plugins
In reply to: [Social Media Widget] Social Media Widget only appers on pages/posts?I got a an answer from another site.
As far as I can see there is no widget area on the front/gallery page.
If you look in page.php in the theme it ends with:
<?php get_sidebar(); ?> <?php get_footer(); ?>
And the gallery template(ds-gallery-template.php) only ends with:
<?php get_footer(); ?>
So if you add<?php get_sidebar(); ?>
just before<?php get_footer(); ?>
you will be okay.[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Resize front page to fit backgroundI couldn’t find a solution for my problem so I moved on and did it in another way…
Forum: Plugins
In reply to: [WP Photo Album Plus] Description on hover and description placement?I still don’t know if it’s possible to open and viewe the Lightbox gallery as I do now, by click on a link in my WP menu without have to click on any thumbnail?
Thanks again for a great plugin!
Forum: Plugins
In reply to: [WP Photo Album Plus] Description on hover and description placement?Sorry my bad.
It did work, so my first question is resolved.
This plugin is just getting better and better.
Forum: Plugins
In reply to: [WP Photo Album Plus] Description on hover and description placement?I did try this but it did not work for me.
“You can nset the sequence order of slideshow boxes in Table IX-E of the Photo Albums -> Settings admin page by moving an item upward (repeatedly).”