fjavier
Forum Replies Created
-
Driskell, thanks, good info!
Forum: Plugins
In reply to: [Simple contact form] BrokenHi, just stooping by again since I noticed there was some kind of update requested by the WP auto notification utility but not fix at all, please fix this plugin… SS
Hello,
As said, and contrary to requesting more space is there any way to keep the backups below the 100 MB limit?In another words if not more than the limit is required, can older backup sets be deleted to rotate and keep ONLY the most recent 2 or 3 backup copies?
Forum: Themes and Templates
In reply to: [The Bootstrap] Image carousel on Gallery Post Formats configThanks for your answer, may I ask you where should the references to the necessary files/overrides for child theme need to be placed? head or foot?
Forum: Plugins
In reply to: [Sponsors Carousel] [Plugin: Sponsors Carousel] Sponsor linksForum: Plugins
In reply to: [Sponsors Carousel] [Plugin: Sponsors Carousel] Sponsor linksThe issue was I was trying to use it in a new responsive theme, but unfortunately the plugin is not responsive therefore I had opted to replace for a responsive unit. Thanks
Forum: Plugins
In reply to: [Sponsors Carousel] [Plugin: Sponsors Carousel] Sponsor linksThis is the exact plugin I was looking for as is simple and straightforward but my images horizontal (banners) appear smaller and cropped not in their real dimensions as I had expected, I had done everything that was advised in these forums; changed all the values and added to the CSS without luck, any advice will be greatly appreciated, thanks.
Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] child theme inc filesChanges had been completed, thanks.
I was fixing things in the images, deleted them and uploaded them again and they display fine now, I don’t know what happened the first time but the slideshow dimensions are exactly the same.
Many thanks.Forum: Fixing WordPress
In reply to: How do I put the title attribute into index thumbnails?Correct, that is the code for the thumbnails in template, I have the item’s title (permalink) itself linking to the posts too and it has the title attribute set like this:
<a href="<?php the_permalink(); ?>" title="<?php printf( __('Read %s', 'ew'), the_title_attribute('echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a>I don’t know how to do the trick for the thumbnails.
Forum: Fixing WordPress
In reply to: How do I put the title attribute into index thumbnails?Hi santosh, the last line goes in the template. Thanks
Forum: Plugins
In reply to: [Slideshow Satellite] [Plugin: Slideshow Satellite] WordPress database errorAnswers in order…
3.4.2
Yes
Uninstalled and Reinstalled
_____________However the slideshow itself and contents seem to be working fine.
Additionally when I go to the options page for any single slide I’m getting the following on top of the page:
Warning: Invalid argument supplied for foreach() in /home/site/public_html/site/wp-content/plugins/slideshow-satellite/models/gallery.php on line 113
Warning: Invalid argument supplied for foreach() in /home/site/public_html/site/wp-content/plugins/slideshow-satellite/models/slide.php on line 206
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slider breaks after updateThanks for the information, I have another question that also involves layout… on other installations I have made before the latest updates I had customized using the ‘media queries’ to make them scale to the browser width, I realized the latest CSS as with the latest CSS has changed extensively… do the custom CSS and templates need to be revised/merged with ‘the non customized’ parts as well?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Add iframeThanks, I used with excerpts and titles however that added the ‘Read more >’ link below the video, how do I remove it?
I was thinking perhaps if we put the WP installation along with the contents that will be under the warning plugin into a sub-directory and create a static landing ‘homepage’ index into the root with a primary warning that will always display for (js or not) visitors or every time a ‘home’ link is clicked sitewide, then the secondary (plugin) will kick any time a visitor will be redirected from the homepage to whatever page we target with a simple enter button, the trick will be to authenticate the (js enabled) users once they pass the static warning so they don’t see the secondary warning (plugin) only if they decide to enter the site thru any page other than the homepage, can that be done?