Forum Replies Created

Viewing 40 posts - 1 through 40 (of 55 total)
  • Author
  • in reply to: Avatar Uploads #127484
     BajaPablo
    Participant

    Cool, thanks!

    in reply to: Avatar Uploads #127458
     BajaPablo
    Participant

    OK, the download link appeared after I logged in, thanks again!

    in reply to: Avatar Uploads #127442
     BajaPablo
    Participant

    Hi Radu, I hope all is well there at your workplace… I am trying to download the latest update and cannot find the link listed on this page… do you have a direct link for me? Thanks!

    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/4994573

    in reply to: Avatar Uploads #122763
     BajaPablo
    Participant

    Thanks! Next comes the advertising and promotion, the SEO upgrades are beginning to to work as search engines are recognizing the website… I need a attract paying members plugin!!! Have a good week amigo…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #122603
     BajaPablo
    Participant

    Thanks for the quick reply Radu, have a GREAT WEEKEND! THE WEBSITE IS COMING ALONG NICELY, I AM NOW DOING THE SEO UPGRADES, THANKS AGAIN!

    https://bajaretireddate.com/

    in reply to: Avatar Uploads #122575
     BajaPablo
    Participant

    Hi 7th Queen, I just got a notice of theme upgrade and downloaded it, where is the changelog? It is not listed on the envato download page, thanks!

    http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/4994573#item-description__-changelog

    in reply to: Avatar Uploads #119620
     BajaPablo
    Participant

    Testing is the fun part, here are my first 2 registered players soon to be members as I test my payment gateway… ;o)

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119612
     BajaPablo
    Participant

    Thanks! I will investigate that… check out my new search.php page it is fully customization and reflects the changes instantly… jpg attached… I know nothing about code and am fumbling through these changes searching the web…

    Have a great day! Or evening, if you are in India we are 9 hours different…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119574
     BajaPablo
    Participant

    Not true, I spent a week looking for the content-none file.php myself, you did not know that was the template I needed to edit, right? When I found it I spent 3 days trying to edit that file and it would not show on my site because that file is a looped child of another theme in wordpress, I found that out myself… and I found the edit I needed to prohibit visitors from seeing all my files myself, right? Through this experience with you and 7th Queen support, I have found out I either hire someone else to make the site work properly or do it myself… no worries, I love the site, keep up the good work! I hope I am done with any more changes, I am testing the site today before publishing it…
    Thanks, Cheers!

    in reply to: Avatar Uploads #119419
     BajaPablo
    Participant

    Abe and Radu, Success! I found some code for the Sweet Date theme search.php template that directs you back to the site when you click on the search button with no content in the field. Rather than having all those internal pages revealed… I think you may want to include this in your next update, with my blessings.

    You will find the code here, replace the DOT with a period when you search for this page… THE CODE IS THERE, MAGIC!

    https://wordpressDOTorg/support/topic/stop-showing-all-pages-when-no-content-in-search-box

    Here is the code below you will paste into the Sweet Date theme search.php template – attached NO RESULTS FOUND jpg is the result when you click on the blog search button as a non-registered non-member visitor and an illustration of my blog search content-none.php template page which I found out is a loop to another wordpress template in another theme, its difficult to figure out how to change the text on that page… test it out, visit my blog page and click on search next to the search field… thanks again for your patience and help!

    http://bajaretireddate.com/wordpress/blog/

    The magic Sweet Date theme search.php template code…

    <?php
    /**
    * The template for displaying search results pages
    *
    * @package WordPress
    * @subpackage Twenty_Sixteen
    * @since Twenty Sixteen 1.0
    */

    get_header(); ?>

    <?php if ( have_posts() && strlen( trim(get_search_query()) ) != 0 ) : ?>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php if ( has_post_thumbnail() ) : ?>

    <a
    class=”thumbnail”
    title=”<?php the_title_attribute(); ?>”
    href=”<?php the_permalink(); ?>”
    >
    <?php the_post_thumbnail( ‘medium’ ); ?>

    <!–/.span3 –>

    <?php else : ?>

    <!– /.row-fluid –>
    <hr />
    <?php endwhile; ?>
    <?php else : ?>

    <?php endif ;?>

    <!–/.span8 –>

    <!–/.row –>

    <!–/.container –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119372
     BajaPablo
    Participant

    “Radu’s answer is correct. That is the template to change on your server, content-none.php”, Radu did not tell me to edit that file I found it myself opening every file in the parent theme before I found it! I really appreciate you guys helping me, thanks, don’t miss the previous message Abe…

    in reply to: Avatar Uploads #119367
     BajaPablo
    Participant

    Abe, exactly, I just wanted to know if there is something I maybe missing, because I am editing the content-none.php file and hitting the update button and the file never updates reflected on the website, on the blog page for non-registered non-member first time visitors… I hate that search fields as it allows visitors to search my internal Sweet Date files, why is that designed like that? You hit the search button and all my files are exposed… not good. See attached jpgs, is this normal, I have not changed anything in the parent theme files, is this the way the theme functions normally? Not good security amigo! I want to change this before I publish the site… do all the themes have this search field for non-registered non-member first time visitors? Look at the last jpg, there are buttons to continue the search to all my pages, why and how can I fix that?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119327
     BajaPablo
    Participant

    OK, the original content-none.php file is re-installed in the parent theme, when can you start “debugging”…

    I want it to read…

    Members Only
    Apologies, this content is available to members only.
    Without the search field…

    NOT what you see in the attached jpg…

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119318
     BajaPablo
    Participant

    I CHECKED THE CHILD THEME WHICH IS INSTALLED AND THAT FILE IS NOT THERE… don’t you have a copy of the child theme to check? It would take me 1 minute to reinstall the original content-none.php file in the parent theme via FTP, I have it backed up, what will you do to “debugging” the problem after I replace the content-none.php with the original? Tell me to turn off all my plugins again? I am trying to do a little tiny customization of one of your files, it seems you don’t have a clue what I am doing, where is that guy that answered my 5 issues yesterday, one by one, that guy seems to know what is going on in the theme. Please have him review what I have sent you today, thanks Radu for helping! I have this one task to do and the website is done after I install an SSL certificate. I DON”T want a search field on the blog resulting from the content-none.php file where visitors can search all my Sweet Date files, that is not good for the site’s security, right?

    Thanks again!

    in reply to: Avatar Uploads #119305
     BajaPablo
    Participant

    CORRECTION – “I cannot do debugging after you have modified files from the parent theme” funny, you would not do debugging BEFORE I HAD TO MAKE CHANGES to the parent theme, now you won’t again…

    in reply to: Avatar Uploads #119302
     BajaPablo
    Participant

    “I cannot do debugging after you have modified files from the parent theme” funny, you would not do debugging BEFORE I HAD TO MAKE CHARGES to the parent theme, now you won’t again…

    in reply to: Avatar Uploads #119267
     BajaPablo
    Participant

    I see the blog posts if I log in as admin or log-in registered as a member… see the attached – blog after logged in… the page I am trying to change is for the non logged non registered visitors…

    I want it to read…

    Members Only
    Apologies, this content is available to members only.
    Without the search field…

    http://bajaretireddate.com/wordpress/blog/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119263
     BajaPablo
    Participant

    NO, this is the page that comes up if you are not registered or a member, there should not be any blog posts there Radu, the message is ugly and the search field accesses all my Sweet Date files… see attached. Not good! Thats why I want to change the text and eliminate the search field!

    http://bajaretireddate.com/wordpress/blog/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119259
     BajaPablo
    Participant
    in reply to: Avatar Uploads #119256
     BajaPablo
    Participant

    This is the link I sent in the message above, for some reason it did not show for you-

    http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/

    I want the eliminate that search field where people access all my other pages in the Sweet Child theme!

    in reply to: Avatar Uploads #119252
     BajaPablo
    Participant

    I tried this edit process and still no chance, I completely replace the php file with a new one via FTP, very odd…

    http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/

    …attached is my page with the changes… still no change here…
    http://bajaretireddate.com/wordpress/blog/

    – this is my last job before I buy an SSL certificate and publish the site amigo!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119248
     BajaPablo
    Participant

    I disabled W3 cache yesterday and have left it off, that was the source of my profile matching fields problem… so that is not a factor… thanks!

    in reply to: Avatar Uploads #119177
     BajaPablo
    Participant

    Still the blog page will not reflect the changes saved in the content-none file, see attached jpg…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #119138
     BajaPablo
    Participant

    Any ideas why this page is not showing the changes I made to the content-none.php file, I have waited awhile and cleaned out all the caches I could at admin and in the browser and changed file permissions, thanks!

    It should read – “Apologies, this content is available to higher membership levels only.” – without a search field…

    http://bajaretireddate.com/wordpress/blog/

    in reply to: Avatar Uploads #119130
     BajaPablo
    Participant

    Excellent feedback, thanks! I fixed all the above (but item #3, thanks for the further explanation on the little registration page) myself today in about 2 hours… The Nothing Found blog page is changed by editing the content-none.php text, which I did but for some reason I am not seeing the changes in my browser. The feedback from you is what I expected before from Radu. I suspect you are more knowledgeable and have a better grasp of the theme’s potential. Radu has been great and patient with my previous questions. Have a great day! Love the theme! – http://bajaretireddate.com/wordpress/

    in reply to: Avatar Uploads #119067
     BajaPablo
    Participant

    I am not asking for Customizations and installations, this is on your website, please do what you promise! Who is the author and how do I contact that person?

    All the items you buy are quality checked by Envato. Any future update made available by the author is included with every purchase.
    Plus, item support includes:

    Availability of the author to answer questions
    Get assistance with reported bugs and issues
    Help with included 3rd party assets

    Item support does not include:

    Customizations and installations

    in reply to: Avatar Uploads #119063
     BajaPablo
    Participant

    This is the 6 months of support you promised, telling me to go find someone else outside 7th Queen? I have 5 issues to complete my website, if these are fixable I would appreciate 7th Queen doing what they promised and helping me fix them, if you know these issues can’t be fixed and #Laura is not available because of they can’t be fixed then tell me – you offered her services and then she can not help me… not cool. I don’t want to involve anyone else, I am dealing with you, the creator of the site… please follow through with your promise of support when I purchased your theme!

    1. Fix the “too many fields in the matching profile match set-up” and please repair. If I need to eliminate or temporarily disable that plug-in to make future changes let me know.
    2. I need terms and conditions and privacy policy enabled and customization by me for context changes. You are asked to check a box “I agree to terms and conditions” when registering and I can’t find them anywhere! Terms and conditions should be on the register pages and privacy policy on the contact page right?
    3. I need the reCaptcha on the little pop up register page resulted from the top little signup button, I have it installed on the main register page but I need it in both places.
    4. Also the message to non-registered visitor is not very pretty on the blog page – “Apologies, but no results were found. Perhaps searching will help find a related post.” with the search field. I would like to be able the change that to “This content is available to higher membership levels only” without the search field.
    5. Please take a look at the site and suggest ways to improve it and make it more simplified yet functional. I am trying to make the site simple to navigate and user friendly.
    Thank you for your excellent service to date!

    in reply to: Installation Problem #118892
     BajaPablo
    Participant

    Thanks for helping expedite my website creation process Laura! Just sent to Radu…
    Radu, Thanks so much for the quick reply, I am nearing the day that my website will go live… I am excited and getting my website done this past weekend was a main priority for me… I have watched that video a dozen times, and still cannot figure why I have so many buddy matching fields… please let me know if @Laura can do these 5 items in 1 hour… I will be glad to pay $35 for her services.
    1. Fix the “too many fields in the matching profile match set-up” and please repair. If I need to eliminate or temporarily disable a plug-in to make future changes let me know.
    2. I need terms and conditions and privacy policy enabled and customization by me for context changes. You are asked to check a box “I agree to terms and conditions” when registering and I can’t find them anywhere! Terms and conditions should be on the register pages and privacy policy on the contact page right?
    3. I need the reCaptcha on the little pop up register page resulted from the top little signup button, I have it installed on the main register page but I need it in both places.
    4. Also the message to non-registered visitors is not very pretty on the blog page – “Apologies, but no results were found. Perhaps searching will help find a related post.” with the search field. I would like to be able the change that to “This content is available to higher membership levels only” without the search field.
    5. Please take a look at the site and suggest ways to improve it and make it more simplified yet functional. I am trying to make the site simple to navigate and user friendly.
    Thank you for your excellent service to date!

    in reply to: Avatar Uploads #118887
     BajaPablo
    Participant

    Radu, Thanks so much for the quick reply, I am nearing the day that my website will go live… I am excited and getting my website done this past weekend was a main priority for me… I have watched that video a dozen times, and still cannot figure why I have so many buddy matching fields… please let me know if @Laura can do these 5 items in 1 hour… I will be glad to pay $35 for her services.
    1. Fix the “too many fields in the matching profile match set-up” and please repair. If I need to eliminate or temporarily disable that plug-in to make future changes let me know.
    2. I need terms and conditions and privacy policy enabled and customization by me for context changes. You are asked to check a box “I agree to terms and conditions” when registering and I can’t find them anywhere! Terms and conditions should be on the register pages and privacy policy on the contact page right?
    3. I need the reCaptcha on the little pop up register page resulted from the top little signup button, I have it installed on the main register page but I need it in both places.
    4. Also the message to non-registered visitor is not very pretty on the blog page – “Apologies, but no results were found. Perhaps searching will help find a related post.” with the search field. I would like to be able the change that to “This content is available to higher membership levels only” without the search field.
    5. Please take a look at the site and suggest ways to improve it and make it more simplified yet functional. I am trying to make the site simple to navigate and user friendly.
    Thank you for your excellent service to date!

    in reply to: Installation Problem #118800
     BajaPablo
    Participant

    Hi Laura, just sent to Radu, he has not responded to me re:these issues… I have attached the files sent to him on April 22nd, thanks! My website is looking great, love your theme, check it out! – http://bajaretireddate.com/wordpress/

    Radu, I still have the issues in the last 2 mails sent to you, please respond, its been over 48 hours. I still have 5 and 1/4 months of support left as I bought the theme 3 weeks ago, please provide the help promised when I bought your theme!

    April 22nd – “now I need to add terms and conditions, where and how do I do that”

    April 22nd – “I have too many profile matching fields! And they are duplicated, if I check one, it checks all the duplicates… so I cannot get a total of 100% with all the duplicate fields checked!!! See the list attached in the previous mail sent on April 22nd… how do I set the fields I need?”

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #118764
     BajaPablo
    Participant

    Radu, I still have the issues in the last 2 mails sent to you, please respond, its been over 48 hours. I still have 5 and 1/4 months of support left as I bought the theme 3 weeks ago, please provide the help promised when I bought your theme!

    April 22nd – “now I need to add terms and conditions, where and how do I do that”

    April 22nd – “I have too many profile matching fields! And they are duplicated, if I check one, it checks all the duplicates… so I cannot get a total of 100% with all the duplicate fields checked!!! See the list attached in the previous mail sent on April 22nd… how do I set the fields I need?”

    Thanks!

    in reply to: Avatar Uploads #118703
     BajaPablo
    Participant

    Radu, I still have the issues in the last 2 mails sent to you, please respond, its been over 48 hours, thanks!

    in reply to: Avatar Uploads #118501
     BajaPablo
    Participant

    Radu, I have too many profile matching fields! And they are duplicated, if I check one, it checks all the duplicates… so I cannot get a total of 100% with all the duplicate fields checked!!! See the list attached… how do I set the fields I need?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #118486
     BajaPablo
    Participant

    OK, success! I have cleared the last two issues… my registration access and BP profile tabs… now I need to add terms and conditions, where and how do I do that, thanks again!!!

    in reply to: Avatar Uploads #118440
     BajaPablo
    Participant

    Hi Radu, do you have a person there that can work with me on my Facebook page instant messenger to get this done? A Sweet Date pro that can help me complete the website? Thanks!

    in reply to: Avatar Uploads #118273
     BajaPablo
    Participant

    Radu – Thanks again for your response! You have built one of these sites, could you go thru my site now that it is almost done and max it out? No changes in the style and look, just the functionality. I have been fooling around with this 7th Queen video, love this girl’s voice –

    and after trying to implement her changes I have no tabs here in the profile of me I created, see jpg attached… I will do a back up the site now and you can go thru and “get me done”… if you notice I have kept options and choices as well as navigation very simple for the user. If the group I created is OK, don’t change it, I can ad more groups. No worries, I will add a Muslim group too, if your indeed Muslim, just chose Christians because it was the first to come into my mind…;o) I have a list of groups I will create after your tweaks. Can you do that for me? You know all the ins and outs thru your past history of working with your purchasers. RIP Prince! OK, I will back up the site now before you do your work, thanks!

    http://bajaretireddate.com/wordpress/

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #118184
     BajaPablo
    Participant

    I just installed MaxCDN, the site is a bit faster now, but I am still getting this message as an annual member with all access permissions, not good, this will be a problem for my other annual members right? I cannot see the blog content! YOU WILL SEE THAT MESSAGE OF EXCLUSION IN THE ATTACHED JPG AT THE BOTTOM NEAR THE REGISTER BUTTON – http://bajaretireddate.com/wordpress/ – check out the new membership levels. Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #118072
     BajaPablo
    Participant

    Thanks again!!!

    in reply to: Avatar Uploads #118067
     BajaPablo
    Participant

    OK, I found that registration form clicking register here in the attached jpg. – I have given myself an annual ALL ACCESS membership yet I am being excluded from certain areas such as the blog, check out the membership levels I have created and why am I being not able to to access all levels as a annual member, YOU WILL SEE THAT MESSAGE OF EXCLUSION IN THE ATTACHED JPG AT THE BOTTOM NEAR THE REGISTER BUTTON – http://bajaretireddate.com/wordpress/ – check out the new membership levels.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Uploads #118058
     BajaPablo
    Participant

    Thanks for the quick reply! That is simple enough… problem is I cannot see the register option after I log out because my computer stores my password and the knowledge that I am registered on the site… maybe I should try another browser or clear the cache right? What I would like to see is this page pop up and I can proceed to login from this page with the new e-mail address – is this form in the theme somewhere? Is it the default register page that pops up, if not how can I link it to the register process? – http://seventhqueen.com/demo/sweetdatewp/register/#

    Thanks again!

Viewing 40 posts - 1 through 40 (of 55 total)

Log in with your credentials

Forgot your details?