Forum Replies Created

Viewing 40 posts - 81 through 120 (of 133 total)
  • Author
  • in reply to: Kleo Posts Carousel #132224
     csloan
    Participant
    This reply has been set as private.
     csloan
    Participant
    Not marked as solution
    in reply to: Can .php files be used in head section? #121234
     csloan
    Participant
    Not marked as solution
    in reply to: Can .php files be used in head section? #121107
     csloan
    Participant
    Not marked as solution
     csloan
    Participant

    That’s strange. So as far as you can see I’ve done everything correctly? That’s why I included screen shots, to be sure and show you.

    The file permission for kleo-child was already set to 755….so was content.php. So I changed the content.php file permission to 644, then removed the underscore “_” at the end of the file name…..and same issue. I get the same page error as screen shot shows above.

     csloan
    Participant

    OK…I did that. Deleted the content.php_ folder from the Kleo Child theme folder. Deactivated Kleo Child. Uploaded the unzipped file of content_ok.php…..And I assume also that the file needs to be renamed from content_ok.php_.zip to “content.php”. Then reactivated Kleo Child. Right?

    Didn’t work. Same issue on the page with the error. See attached screenshot.

    (In the meantime I have renamed the file back to content.php_ until issue gets resolved. I can’t leave the site with those errors)

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    When I change the name of the file to be just content.php I get the following error on the post page (with not content, just the following error):

    Warning: require(/home/freed0mlea7/public_html/site/wp-content/themes/kleo-child/content.php): failed to open stream: No such device in /home/freed0mlea7/public_html/site/wp-includes/template.php on line 574

    Fatal error: require(): Failed opening required ‘/home/freed0mlea7/public_html/site/wp-content/themes/kleo-child/content.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/freed0mlea7/public_html/site/wp-includes/template.php on line 574

    The folder is in the Kleo Child folder and Kleo child is activated. See screen shots

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    Well I did that…uploaded the new file “content_ok.php” unzipped to my kleo-child folder. Still no change in the captions appearing in the featured image. Code is still there in custom CSS.

     csloan
    Participant

    So I should upload this new attached file instead?

     csloan
    Participant

    I am re-opening this ticket because I had not yet uploaded the attached file to wp-content/themes/kleo-child. So today I extracted the attached content.php_ folder you gave me and added the code to custom CSS section and it still does not work.

    1. Previously, in my response to you above, when I said that it did not work, I had not uploaded the content.php_ folder to my site. Now I have. Note, just in case it’s worth mentioning, I renamed the folder “content.php” deleting the “_” at the end, but that caused a major error on the page. So I added the underscore back to the end of the file name and page loads fine now….but no caption.

    2. Child theme is activated and the folder you sent was unzipped, then uploaded to the “kleo-child” folder.

    3. I tested this at: http://freedomleaf.com/cannabis-reform-takes-root-in-mexico-and-south-america/
    and added a caption in every field allowed (just to test) See screenshot. And what I added is not showing on the page itself.

    What have I done wrong?

    Attachments:
    You must be logged in to view attached files.
    in reply to: HELP! Certain elements not showing on my home page #118829
     csloan
    Participant
    Not marked as solution
    in reply to: HELP! Certain elements not showing on my home page #118825
     csloan
    Participant
    Not marked as solution
    in reply to: HELP! Certain elements not showing on my home page #118824
     csloan
    Participant
    Not marked as solution
     csloan
    Participant

    Did you fix this Radu? Because the two extra spacing issues (slider and image above footer) are gone now.

    I’d just close this ticket….but am curious if you did something…and if so, what? If you didn’t…then that’s weird! 😛

     csloan
    Participant
    This reply has been set as private.
     csloan
    Participant

    The first code, with the important declaration, worked…thanks!

    As far as the other two issues, no, didn’t work. I tried setting the bottom margin for the row to 0 (but was blank anyway) in both instances (rows), slider and bottom image, and no luck. See attached screen shot….see if I did what it was you were explaining to do.

    I know that the extra gap issue at the bottom of the page is related to the image though because I set the style from “footer” to “socket” in the row element just to test, and the extra spacing I want to delete changed to the blue of the socket. I have since changed it back to the footer grey.

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    Sorry the code in the previous message didn’t display….the code I want to delet is:

    <div id="top-social" class="col-sm-12 col-md-5 no-padd hidden-xs hidden-sm"></div>

     csloan
    Participant

    I found the element causing the issue, but I don’t know how to delete it (if that’s what should be done). It is:

    SEE SCREEN SHOT ATTACHED.

    I also tried adding this to both the Edit CSS and Custom CSS areas of the theme, but did not work:

    .top-bar #top-social{
    display:none;
    }

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    I did not before…but now I have updated the theme to 4.0.4 and all the active plugins are also up to date….but issue still exists…can’t change background color in theme settings. See attached screenshot.

    After updating I also ran into 2 minor formatting issues…but I will open a seperate ticket for those so can keep track.

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    I added the code above to the CSS Stylesheet editor of the child theme and it still doesn’t show the image caption for the featured image at the top of the post. See attached screenshot…did I add it correctly?

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    Just checking in to see if the higher support level has any answers to this question yet. I see online there are ways of coding sites so the featured image does have a caption, however I don’t know where to add such code in the Kleo theme. Furthermore, a featured image is usually added to WordPress to act as a thumbnail for the story in the menus around the site. In this case I need only to show a caption on the featured image that is auto posted at the top of each post (per the feature of Kleo).

    And any plugin that I have tried that says it can accomplish this has caused the featured image at the top of the post to not show at all.

    Thanks for your continued help!

     csloan
    Participant
    This reply has been set as private.
     csloan
    Participant

    The problem is that the navigation menu is set to sticky. So the rows are navigating to the top of the screen…as opposed to the bottom of the sticky menu. Therefore they are getting hidden behind the sticky menu. At least that’s what I think is going on here and causing the problem. Is there a way around this to make it work?

     csloan
    Participant

    Forget the last two posts. There was another “add caption to featured image” plugin that I had activated and not deactivated when I ran into the issue described above. I deactivated this plugin and now the featured image shows at the top of the post. So, issue with featured image is solved.

    But I still would like to know how I can add a caption to the featured image (especially when the two plugins I tried did not accomplish this, and one of them totally removing the featured image from the top of the post)

     csloan
    Participant

    see attached screen shot of settings in theme options >> blog

    Attachments:
    You must be logged in to view attached files.
     csloan
    Participant

    Now, after posting this question, I am having a weird issue. I tried adding a plugin that supposedly shows the title of the featured image on the post. It didn’t work, so I deleted the plugin. But now the featured image is not showing at the top of each post. Where exactly do I turn that back on? I can’t seem to find it. I looked up theme settings >> blog and the only setting I see that seems related to this, and is already set to ON is:

    Display media on post page*
    If you want to show image/gallery/video/audio before the post on single page

    Or is this option somewhere else? I am not even sure why it’s off or not working now though….I didn’t change anything but add, then delete a plugin.

    Thanks

    in reply to: Woo Commerce shopping cart icon in main menu #107032
     csloan
    Participant

    Yeah…I don’t know how that happened, because when I first activated Kleo, I activated the child theme. I was under the impression that all this time Child theme was activated. Now everything, all customizations I’ve been doing, have been in the main theme. I switched and activated the child theme and a lot will need to be updated.

    So I assume you suggest that I should at this point activate the Child theme and then apply all my customizations there? Probably the best idea.

    in reply to: Slider Revolution template drop down selection in posts #106792
     csloan
    Participant

    OK…thanks

    in reply to: Woo Commerce shopping cart icon in main menu #106487
     csloan
    Participant

    Still there. Posted the above code after <?php in function.php of child theme….cart still showing.

    in reply to: Woo Commerce shopping cart icon in main menu #106476
     csloan
    Participant

    And tried again….copied exact code from your second post above, and posted in the child theme function.php after the <?php Still no luck.

    in reply to: Woo Commerce shopping cart icon in main menu #106475
     csloan
    Participant

    Forget my last post…I fixed the issue with the “;}}

    in reply to: Woo Commerce shopping cart icon in main menu #106460
     csloan
    Participant

    and now, despite deleting the code from both instances where it pasted it, I’ve got

    “; } }

    appearing in the header area. Searched the header for “; } } and nothing found. This wasn’t appearing before I pasted your code.

    in reply to: Woo Commerce shopping cart icon in main menu #106454
     csloan
    Participant

    How is what I sent you in the screen shot and posted in child theme functions.php not what you posted above?

    I compared it and looks exactly the same. I copied it pasted it directly from your second post.

    in reply to: Woo Commerce shopping cart icon in main menu #106424
     csloan
    Participant

    Did not work and causes issue on site with extra }} appearing at top of page. SEE SCREEN SHOTS ATTACHED.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Woo Commerce shopping cart icon in main menu #106411
     csloan
    Participant

    paste it where specifically in functions.php?

    in reply to: Woo Commerce shopping cart icon in main menu #106378
     csloan
    Participant

    I placed the above code in the Quick CSS section of the Theme Options (see attached screen shot) and it didn’t work Shopping cart still appearing in main menu.

    Attachments:
    You must be logged in to view attached files.
    in reply to: A few questions #104915
     csloan
    Participant

    I activated P3 plugin and it appears that it’s the GeoDirectory plugin that is causing the most delays. See attached screenshot. Since this was a plugin that is part of the Kleo package, I want to ask you guys have you heard of this plugin being an issue before for page load times? I really like the plugin and was actually going to buy the premium version of it….but now I don’t know. I am going to run some speed tests before and after deactivating it….but I wanted to point out to you guys that it appears that it’s a Kleo included plugin that may be causing the issue.

    Attachments:
    You must be logged in to view attached files.
    in reply to: A few questions #104907
     csloan
    Participant

    Are you suggesting that I download and activate all of these: W3 Total Cache, WP Optimizer Smush it plugin and speed optimizer? Not sure if you meant to download and use all of these, or these are just some suggestions and use one or two of these? Thanks

     csloan
    Participant

    worked perfectly…thanks

     csloan
    Participant

    OK…I will wait for their reply. Thanks

Viewing 40 posts - 81 through 120 (of 133 total)

Log in with your credentials

Forgot your details?