Gillbergh
Forum Replies Created
-
contact you with the login information? do you have an email I can send to?
I fixed the post title problem. Photos are still not being added from the post or Media Manager. I just need to give the plugin permission but do not know how to do so
I created the table it did not fix the problem and now it is using the post content as the title instead of the post title.
How do I create the MySQL table without installation?
I dont know if I have to give it permissions in myPHPadmin or what the issue is. trying to avoid reinstalling the plugin as I have tweaked it in a few ways
Same issue when trying to add photos with “Use Media Uploader” option, there is no image added to my /imagestoscroll folder
anyone?
Forum: Fixing WordPress
In reply to: HELP – Posts missing from WPsite is: beta.culturesection.com if that is of any help
Forum: Plugins
In reply to: [Easy Modal] Registration form in modalsame here. The form submits in the background, but it still closes down the modal window.
Check out my site: beta.culturesection.com
On the Right you will see the “Subscribe” link below a picture and the Form is embedded directly below that. as you can see on form submit it doesnt refresh the page, but when I submit form in the plugin it refreshes the page. Any suggestions?
Forum: Hacks
In reply to: editing human_time_diff()thank you so much for your help!
Forum: Plugins
In reply to: [Thumbnail carousel slider] Add Featured image to the front of sliderfound a solution for this
in line 2411 of the plugin:
$query="SELECT * FROM ".$wpdb->prefix."responsive_thumbnail_slider where slider_id=".$settings['id']." order by image_order";
i changed to:
$query="SELECT * FROM ".$wpdb->prefix."responsive_thumbnail_slider where slider_id=".$settings['id']." order by id desc";
Maybe in an update you can add an option to “Order by:” Most recent or oldest
Thanks for your support and prompt replies!
Forum: Plugins
In reply to: [Thumbnail carousel slider] Add Featured image to the front of sliderI have many images and I do not want to go through each one and give it an order value. I want the most recent image to appear on the left and then have images appear in descending order by date.
Forum: Plugins
In reply to: [Thumbnail carousel slider] Add Featured image to the front of sliderI know how to change the display order.
I want the plugin to add the featured image to display order #1 and change the display order of the other’s that were 1,2,3… to 2,3,4… any solution?