marbaque
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archivos de autorThank you Michael, for some reason I deleted this part from the template, I’m using Sage to build the theme, so this should pretty straightforward.
This is the author section, and its working now
<?php if (!have_posts()) : ?> <div class="alert alert-warning"> <?php _e('Sorry, no results were found.', 'sage'); ?> </div> <?php get_search_form(); ?> <?php endif; ?> <?php while (have_posts()) : the_post(); ?> <?php get_template_part('templates/content', get_post_type() != 'post' ? get_post_type() : get_post_format()); ?> <?php endwhile; ?>Forum: Plugins
In reply to: [PDF Embedder] Download Button+1
Forum: Plugins
In reply to: [RICG Responsive Images] background-image?Did you find a solution for this? I have a similar problem. I am using fullpage.js on my frontpage, and the plugin doesn’t work for me as the images are in the background.
Forum: Plugins
In reply to: [Widget CSS Classes] No classes in Genesis since plugin version 1.2.5I have the same problem, I turned off simple-lightbox and Widget CSS Classes work. This is happening with the 2.2.1 update for simple-lightbox.
Forum: Plugins
In reply to: [Simple Lightbox] Lightbox mechanism seems to be broken after WP 3.7 updateThis is the URL, it is now working with the previous version of SLB plugin…
I dont see thoses values in the config file
Forum: Plugins
In reply to: [Simple Lightbox] Lightbox mechanism seems to be broken after WP 3.7 updateI had to reinstall previous version of SLB. Now it works fine again…. theres is some kind of incompatibility between WP-3.7.1 and SLB-2.1.1
Forum: Plugins
In reply to: [Simple Lightbox] Lightbox mechanism seems to be broken after WP 3.7 updateSince I updated to version 2.1.1, and WP 3.7.1 I get this error:
Warning: file_get_contents(/homepages/0/d466499581/htdocs/wp-test/plugins/simple-lightbox/themes/baseline/layout.html): failed to open stream: No such file or directory in /homepages/0/d466499581/htdocs/wp-test/wp-content/plugins/simple-lightbox/includes/class.base_object.php on line 255
Is there a problem with jquery or what?
Pls help