jamiebraman
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Rocket Footer JS] Works perfectlyThe plugin is working the way I would like, but I would like to use it in a widget. Is this possible? And if so, can you please give me the code I would use…I don’t know PHP very well.
Thank you!!
I found the solution. The option to show a specific number of thumbnails is inside the widget.
I found the answer. The option for the number of thumbnails to be displayed is in the widget.
Forum: Plugins
In reply to: [CataBlog] Right-click copy imageHello and Happy 4th of July!
Can you please provide the link to your test site?
Thank you.Forum: Plugins
In reply to: [CataBlog] Right-click copy imageThank you. I did make the change to the shortcode, but unfortunately, it removed the titles and descriptions from under each picture. In addition, when I clicked the image and it enlarged in the lightbox, I still got the same results as before…no ability to copy the image. I returned the shortcode to its original.
Thank you so much for all your suggestions!
Forum: Plugins
In reply to: [CataBlog] Right-click copy imageI am using the Genesis child theme, Pure Elegance. The short code is: [catablog category=”Farm Tables”]
Much thanks!Forum: Plugins
In reply to: [CataBlog] Right-click copy imageSorry, I’m not sure why the links to the website didn’t show. Hopefully they will here:
Forum: Plugins
In reply to: [CataBlog] Right-click copy imageThank you so much for following up and trying to help me with my problem. Unfortunately, when I do as you suggest, (enable individ pages and cat archives), and then rt-click the enlarged lightbox image, I do get the option to open in a new window or tab, but in the new window/tab the enlarged lightbox image shows, but again we’re back where we started from with no option to copy the image.
website:
catablog images: can be viewed under the vintage rental tabs when you select any of the dropdown links.
I appreciate your help!
Forum: Plugins
In reply to: [CataBlog] Right-click copy imageCopying the link and opening it in a new window does not work. The link that opens in the new window is the catalog page and not the enlarged lightbox image.
Forum: Fixing WordPress
In reply to: adding pagesI am also having the problem when I create a page in the dashboard. When I click “view page,” I get Error 404 page not found. Additionally, when I use pretty permalinks I am also getting a 404 error, but not when I use the default links setting. I’ve tried EVERYTHING! Deleted .htaccess (wordpress recreated it okay), enabled all permissions for .htaccess, changed .htaccess to:
# BEGIN WordPress<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I also called GoDaddy tech support and they confirmed Mod_Rewrite was enabled, I’ve tried every suggestion on the WP forums (adding cgi.fix_pathinfo = 1
cgi.force_redirect = 0
to the php.ini file, etc., etc., and worst of all, after FOUR DAYS and TOTAL FRUSTRATION, I completly uninstalled WP and my database and then installed a fresh new install of WP and recreated the entire site and now I have the same issue all over again.
I’m running WP 2.9. Studio Press theme: streamline (also searched their forum and users told me they’re not having a problem with WP 2.9. My site: baltimoreduidwi.com. Can anyone help?