Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Is the theme preventing this from viewing correctly? #500128

    Thank you, Andy. I appreciate and value your time and suggestions.
    Cheers, Kris

    in reply to: Is the theme preventing this from viewing correctly? #496765

    For the pricing table, I had already checked to see if any of the plug ins were affecting it from showing as it should before I even initiated this post and deducted that it was possibly the theme that was keeping it from viewing correctly.

    While trying to update the theme via FTP, I WAS working from a ‘fresh’ download from my Themeforest account.

    I followed your advice and deleted the theme and replaced with new version using FTP. Why the darn thing would never overwrite in the first place is beyond me. I know how to overwrite files and for some inexplicable reason it just was not going to work. Deleting the theme ended up breaking the connection with the Child theme so it too disappeared. I re-installed that one too after sobbing, fearful I had lost all my settings.

    I managed to get most things back except most of my widgets that I have to redo.

    Imagine my surprise when I refreshed the pricing table and it still has the same problem. I moved it from a test page to here: rallyforlocal.com/join-now

    I went through the whole deactivate plug-in process again to see if anything was affecting it now. Woocommerce does slightly alter the gray portion of the header a bit and increases the price font, but it’s still messed up if I deactivate WooCommerce.

    I’ve also tried
    –Add html only to codebox and add CSS to stylesheet,
    –add html and CSS to codebox but put CSS in <style> </style> tags.
    –add html only to codebox and add CSS to custom CSS

    same thing different day. Can you please advise?
    Thank you for your time.

    in reply to: Is the theme preventing this from viewing correctly? #496079

    I quadruple-checked to make sure the new downloaded enfold file is the new Aug 20 version. I again tried several times to overwrite the old enfold folder with the new one via FTP. I followed the video instructions guide EXACTLY. Nothing changed.

    Finally, It APPEARS that I have the new version. https://goo.gl/photos/R4dMmqwW41LX6r6t9

    And it looks like the folders updated (see dates on Enfold folders): https://goo.gl/photos/StZ82SkMEhWh4FRt6
    However, if you open up the folders, they are STILL not updated as they have the old date: https://goo.gl/photos/CCT7bQhmc59P8T8R9
    WTF?

    The original problem still exists with the html/css pricing table.
    https://rallyforlocal.com/test

    ALSO, now I have FATAL ERRORS on some of my pages! https://goo.gl/photos/kZoVL2kybof7NSES7

    https://rallyforlocal.com/businesses
    I get this in the address bar for my businesses page:
    https://rallyforlocal.com/business/<br/><b>Fatal error</b>: Call to undefined function avia_backend_get_post_type() in <b>/home4/localgal/public_html/wp-content/themes/enfold/config-woocommerce/admin-options.php</b> on line <b>165</b><br />
    https://rallyforlocal.com/events
    https://rallyforlocal.com/nonprofits

    Please help. I just don’t understand why something so simple, has become seemingly impossible and effed-up.
    I was set to launch tomorrow! :(
    Thank you for your assistance,
    Kris

    in reply to: Is the theme preventing this from viewing correctly? #495375

    OK. I replaced old Enfold folder with new Enfold folder via FTP. I did it more than once to make certain…in fact I did this about 10 times!
    Nothing changes at all. It doesn’t even say that it is the updated version on the backend.
    I even got help from my host to do this.

    I made certain that I had the new version as I checked the Version read me file.

    Can you please advise? I still have the same problem.
    Thanks so much,
    Kris

    in reply to: Is the theme preventing this from viewing correctly? #495118

    Hi Josue, Thank you.

    I have the Child Theme set to auto-update.

    When I tried Update Theme manually, it keeps saying I already have the latest version.

    What is the best way to proceed? Thanks
    Kris

    Josue,
    You sir, are a genius!
    So far so good!
    Thank you sooooo much!
    Cheers, Kris

    Hi Andy,
    Than you for your reply.

    I was afraid to deactivate Enfold and reactivate another theme for major fear I would lose all my settings, advanced edits, page bells and whistles… and everything I’ve worked on for months. Excuse my ignorance, if that wouldn’t happen…this is my first site.

    I have no idea how my host (Hostgator) is forcing https. They activated SSL then said I needed to have them force https. So I said OK. I waited over a week and they said, they can’t do anything because it’s an issue with my theme. I told them it’s one of the most popular themes out there, how can that be??

    I added the plug-in WordPress Force Https as you suggested above, and the same thing happens. The site is all wonky.

    Can you please check it out?

    in reply to: I need help with Enfold titles, please. #484832

    Awesome! Thank you so much, Josue!!

    in reply to: I need help with Enfold titles, please. #483525

    Update:
    I enabled my titles again in the child theme header section. I disabled breadcrumbs as I don’t want long titles crashing into my breadcrumbs (although I’d rather keep them).

    I then managed to remove the titles from pages that I didn’t want the titles on using this based on what you told me above.:

    .page-id-208 .title_container .main-title { display: none; }
    .page-id-115 .title_container .main-title { display: none; }
    .page-id-113 .title_container .main-title { display: none; }
    .page-id-186 .title_container .main-title { display: none; }
    .page-id-396 .title_container .main-title { display: none; }
    .page-id-458 .title_container .main-title { display: none; }
    .page-id-136 .title_container .main-title { display: none; }
    .page-id-117 .title_container .main-title { display: none; }
    .page-id-428 .title_container .main-title { display: none; }
    .page-id-365 .title_container .main-title { display: none; }
    .page-id-366 .title_container .main-title { display: none; }
    .page-id-224 .title_container .main-title { display: none; }
    .page-id-316 .title_container .main-title { display: none; }
    .page-id-390 .title_container .main-title { display: none; }
    .page-id-222 .title_container .main-title { display: none; }
    .page-id-309 .title_container .main-title { display: none; }
    .page-id-598 .title_container .main-title { display: none; }
    .page-id-307 .title_container .main-title { display: none; }
    .page-id-111 .title_container .main-title { display: none; }
    .page-id-218 .title_container .main-title { display: none; }

    Titles remain on my detailed listing pages which is what I want…although they are disconnected from the listings, I guess I can live with it. I disabled the search bar on those detail listing pages so the title doesn’t appear as disconnected.

    The only page that removing the title didn’t work for was the Blog page: rallyforlocal.com/blog which is page ID 113.
    I see when I hover over the title BLOG on that page, it says permanent link. How can I rid of that particular title?

    Thank you again for your time.
    Kris

    in reply to: I need help with Enfold titles, please. #483424

    Hi Andy & Josue:

    ANDY: “…as Josue already asked you: can you provide us a link to the site in question? because we need to inspect the elements. Please provide us a link to each issue.

    REPLY: The site is rallyforlocal.com (provided previously in my 1st post/private reply).
    The site is a business directory, so all of the detailed listing pages are either under rallyforlocal.com/businesses rallyforlocal.com/nonprofits and rallyforlocal.com/events.

    Here is a sample detailed business listing: http://rallyforlocal.com/businesses/berkeley-springs/food-and-drink-2/sample-local-hero-listing/
    or this event listing: http://rallyforlocal.com/events/shepherdstown/art-and-craft-events/the-bodice-project-exhibit-opening-reception/
    It is these detailed listing pages in which I need the title attached and prominent to the listing.

    I can’t specifically give you every URL link to every detailed listing as customers will be adding (hopefully hundreds of ) new listings on the front end. Those listings will fall under many different locations and categories that are reflected in the URL…however, all detailed listings will be under either rallyforlocal.com/businesses/ or events/ or nonprofits/.

    The pics 1-3 that I sent links to in my previous reply are screenshots taken of detailed listing pages in my site when the titles are activated and they show you the reasons I dislike the titles in the current location. You don’t see the titles now live as I deactivated all Titles with CSS.

    I do not need titles showing on any other pages (such as Home, About, Why Local, Jobs, Resources, Blog, Gallery, or Store) as I simply use the advanced editor. Pic 4 from above is simply what it looks like having the title HOME on my Home page (redundant).

    I will try to work on removing the titles from each specific page as you (Andy) described above. I don’t want to remove titles from posts….only certain pages…BUT I DO want titles on ALL detailed listing pages that my customers generate. It is confusing as the detailed listings are actually posts…but they are on their own page.

    ANDY: …“You screenshots show what you don’t want, but to provide you some precise CSS code we would need to see what you want to achieve instead. Can you provide us mockups?”

    REPLY: Pic 5 that I linked to in my previous reply IS a mock up (from a detailed listing from another site) and illustrates how I need the title to be more connected to the detailed listings on my site.

    Thanks so much for your reply. I’m so sorry that I wasn’t specific enough in my previous posts.
    I do hope that clarifies things.
    Cheers, Kris

    in reply to: I need help with Enfold titles, please. #482500

    Oh shoot!
    I’m sorry, I used the img feature on the text editor and I thought the links went through. Here you go!

    https://goo.gl/photos/MmHuX3co8UNKqWaf8 pic 1
    https://goo.gl/photos/RdDgYuvFmwERfpCJ6 pic 2
    https://goo.gl/photos/LZzWRvc34ANb3kqi7 pic 3
    https://goo.gl/photos/CDn6yepZSNcaz9v4A pic 4
    https://goo.gl/photos/vveGxQ6dE6yXkstMA pic 5

    Thanks so much!!
    Kris

    in reply to: I really screwed up this time! #410326

    Thank you Yigit. It took me several hours to figure out how to do all that, but I’ve got it now.
    That was a good thing to learn. Thank you!
    Kris

    in reply to: I really screwed up this time! #410231
    This reply has been marked as private.

    Oh my gosh, Yigit, You’ve got to be kidding me! I’ve been looking for a no sidebar option for the home page everywhere! I’ve been trying everything, searching and searching, short codes, and other suggestions from folks for 3 days! I figured it was something easy and I feel really stupid now. So sorry to trouble you…but I guess sometimes it takes a second set of eyes to see what I can’t see.
    Much appreciated! Have a great day!
    SOLVED! :).

    This reply has been marked as private.
    This reply has been marked as private.
Viewing 16 posts - 1 through 16 (of 16 total)