jcimb
Forum Replies Created
-
Hi, checking in to see if you’ve had a chance to look at this…
Thanks Kento.
So in the settings can I put something like this in the Affiliate URL parameter name:
affiliates/shopand then the affiliate URLs would all be generated as follows:
https://goodhumangooddog.com/shop/?affiliates=5Forum: Plugins
In reply to: [Affiliates] Suspected bot when registeringIt turned out to be the BlueHost plugin!
Thanks for all of your help.
Glad to have this one figured out!Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Clicking on Select Amount Adds Card to CartI’ll check with the theme developer first, and then with you if needed.
Thanks for the quick reply!
Yes, I had read another post about Format Prices, thinking that if I tried it, that might help my situation, but it didn’t.
I’ve just now cleared and re-added the amounts, so that looks good now.New dev version 5.9.5.1 works!
Thanks for your thorough and fast work to solve the problem!Steps:
Create a recurring event
Event repeats monthly every 1 month on the 4th Sunday of the month.
recurrences span from 07/20/2018 to 07/31/2019
each event spans 0 days
Events ended up being scheduled: 8/1/2018, 9/1/2018, 10/1/2018, etc.Timezone of the recurring event: New York
EM Settings:
Enable time zone support: yes
Zone: New YorkWP Settings:
General>Timezone: New YorkForum: Plugins
In reply to: [Theme My Login] Theme My LoginI use the Theme My Login widget for login, and had the same problem.
I edited the widget and then SAVED. Logged out, refreshed page, and then login form was back. In order to SAVE the widget, I just put a couple spaces in the Widget title, then deleted them, then I could SAVE the widget. Hope this helps.It was set to Thumbnail strip below slideshow.
I changed it to the one you said, saved, and now it works!!
Thank you!!So now I have removed layout=square but that didn’t help.
Here it is:
[gallery type="picasa" user_id='Gschaecher' kind='album' access='public,protected,private' protection='none' max_results='50' more='More' layout='square' caption='desc-title' thumb_size='144c' main_size='800']Hi, just checking to see if you have found anything.
I have deselected it. The only change is that the spinning loading image shows for only a second or two instead of staying on the screen.
I did what you recommended.
I had to deactivate the Sucuri plugin and then re-activate it and then I checked the Network tab of the Browser and found a server 500 error.
When I checked Sucuri settings, I saw that the API key needed to be put in again, which I did, and then when I checked Audit Logs, it loaded successfully.
Thank you!Forum: Themes and Templates
In reply to: [i-excel] Phone and Email Not Linked@kroggy,
I hard-coded it by editing header.php in the child theme like this:<?php if ( !empty($top_phone) ) : ?> <div class="topphone"> <i class="topbarico genericon genericon-phone"></i> <a href="tel:555-555-5555">555-555-5555</a> </div> <?php endif; ?> <?php if ( !empty($top_email) ) : ?> <div class="topphone"> <i class="topbarico genericon genericon-mail"></i> <a href="mailto:myemail@domain.com">myemail@domain.com</a>Forum: Themes and Templates
In reply to: [i-excel] Portfolio Categories not shown on Portfolio PageThanks Marsian, for the prompt reply, however, the question I have is about the admin page in the dashboard, in the back end of the website. My question is not about the shortcode.
As an admin, when I am looking at the backend page that lists the posts, even though the posts have a category, the category name is not shown on the page that lists the posts.