Buffmin2
Forum Replies Created
-
Works fine now! Very impressed and Thank you!
Now, question….. I purchased the “Pro” version of Robo-Gallery, but do not recall ever creating or receiving a username and password, which is required when submitting a ticket at https://robosoft.co/clients/
(You state that if you do not login, “Your ticket will have Low priority by default”).Well, that must be true, as I submitted my ticket 7 days ago, and have not had a reply yet (which no longer matters, as you have just resolved my issue).
BUT, how do I retrieve my username and password (for the future)?
I clicked the “forgot password” and was told that I would receive it in my email, but I never received an email. Thank you.Never the less, I must now say that this is the most awesome gallery that I have seen! Thanks for resolving the issue!
Why is it not a problem on your demo site?
https://robosoft.co/demo/gallery/cars-gallery-demo/My I-phone works fine there.
I am going to request a refund.
I created a “brand new” site from scratch.(Twenty Sixteen theme).First plugin I installed was “Robo Gallery” (Pro version).
Does not scroll on iPhone.I have no idea why it works on their demo site, as I have no other plugins installed. Even tried switching to alternative JQuery version.
Time to move on.Didn’t help me at all. No difference.
I assume that were are probably using 3 different themes.I also have the same issue. Mine does not scroll on my iPhone 6.
I also have the Pro (paid) version. https://devinjeffery.com/ddny/foundation/memories/I submitted a ticket 3 days ago at (https://robosoft.co/clients/), but have not heard a word. They state that you must “login” with your user/pass (to prove that you are a paid customer) or you will be put on low priority. I don’t even have a user/pass (that I know of). I clicked the “forgot username” and typed in my email address as required and it said that I would receive my username via email, but I never received an email.
I imagine that it is probably just a bug (as it scrolls fine on their demo site), but hopefully they have a resolution for this.
Forum: Plugins
In reply to: Jquery navbar. Where to put js files?I ended up scrapping the project, so no. I never really did master wordpress, as I am comfortable (and busy) creating custom html/css dynamic sites. Never had the time to focus on customizing WP sites.
I see you are a new member and adding jquery in WP can seem very confusing, as there is so much to research, but I did create a word doc that might help you with implementing jquery in general.
Although it pertains to a different plugin called, it might help you understand how to implement jquery.
The main thing it points out that there two ways to call your jquery. 1) Calling your jquery in your page template or 2) using shortcode.
Email me at [email protected] if you want, and I will send you the Word doc. It might help ya.
Forum: Fixing WordPress
In reply to: How to use jquery with WP?Perfect. Hopefully that will clear things up and won’t seem like so intimidating! I appreciate it.
Forum: Fixing WordPress
In reply to: How to use jquery with WP?Thank you.
Forum: Everything else WordPress
In reply to: Word Press for photographer?Thank you both. I ran across photocrati but haven’t checked it out yet, but will also.
Forum: Plugins
In reply to: Jquery navbar. Where to put js files?I now understand that the jquery call should be in the “functions.php” file using
wp_enqueue_script(“jquery”);
I placed this code at the top of the functions.php page, but am not sure how to reference my js files. Any help would be appreciated.
Thanks, BuffminI am using Twentyten
The top of my functions file is:
<?php wp_enqueue_script('jquery');
Forum: Fixing WordPress
In reply to: Create custom page that client can edit?Ah, sweet! I didn’t know that there was a plugin for that, but I hoped there was some way to do it.
Thank you all for your direction. I was heading no where fast!
I was getting discouraged. Excited now!Forum: Fixing WordPress
In reply to: Create custom page that client can edit?Do you mean put just this part?….. <?php the_content(); ?>
Forum: Fixing WordPress
In reply to: Create custom page that client can edit?Yeah, maybe got the errors, because I didn’t make my template from the page.php file, or because did a quick hacking job, I am not sure, because I believe I closed my divs (my_template.php code is below).
Good advice about the styling in the style.css, but would I still assign the div in the “WP write panel”(html tab)?
Wow, thanks all for the quick responses.
<?php /** * Template Name: My Template */ get_header(); ?> <div id="container" > <div id="content" role="main"> <div id="div1">Content for page called "Test"</div> </div><!-- #content --> </div><!-- #container -->
Forum: Fixing WordPress
In reply to: Create custom page that client can edit?Ah, cool! I will try that. I knew I had something backwards.
I appreciate the help.If I want the content to be, say…. in a blue div with a border, would I code that div in html tab of the “write panel”?
Thanks again.
Forum: Everything else WordPress
In reply to: E-commerce site WordPress?Good information. I will check them out,too. Thank you very much!