Forum Replies Created

Viewing 30 posts - 391 through 420 (of 468 total)
  • Author
    Posts
  • I think I got it via google drive: https://drive.google.com/open?id=11yusDqq9TTgjuvnRNgfWEx0BHm2-rLqD

    J

    PS That screenshot has both the h1 basic text in functions.php and the subtext code below it

    can you remind me how to get a screenshot up here? I have the screenshot.

    I have also tried removing the above code, and just using this:
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= ‘<h1>Gate Healing, PLLC</h1>’;
    return $sub;
    }

    But the h1 text is not showing–I think the h1 text may just be white, so basically invisible.

    Website is https://gatehealing.com

    I also tried adding the subtext to the right code to the new code in this reply, but got the Parse Error again.

    That top code did it. And it works with pagination.

    Thanks!
    Jon

    Assuming the single quote ‘ is what I am supposed to see, I double checked and replaced all of them with that, still does not work. Weird.

    J

    Thanks Mike,
    Reading through that documentation to get this fully set up since the code itself didn’t do it.

    I’ll check back once I’ve got it dialed in.
    J

    in reply to: Longshot: dismiss cookie notice upon scrolling "x" pixels #1026903

    Thanks! That’ll help me locate whatever js code the plugin uses, or at least search how to do it myself.

    Much appreciated. Closing this thread is fine. Thanks again.
    jon

    I am good for the moment, thanks a bunch

    Jon

    Great, thanks!
    jon

    What is the consequence of changing it to 655? Will I need to change it back to 777 if I update child css, or when I update the theme, etc?

    Thanks,
    Jon

    in reply to: Update Enfold when using Child theme #1022943

    Seems to have worked. I do not believe I am supposed to activate it though.

    Thanks! This thread can be closed. I appreciate the help.

    Jon

    in reply to: Update Enfold when using Child theme #1022940

    Ah. It wasn’t marked as 4.5, so I didn’t know what I would have downloaded since all I could see was Enfold thumbnail and ‘Installable files only’ in the downloads list (no reference to 4.5). Now I know where to look to confirm the version I’m downloading for future updates.

    I’m off to try the plugin now. Hope Themeforest fixes whatever happened.

    Thanks!
    Jon

    in reply to: Update Enfold when using Child theme #1022313

    I’m on the Downloads page of Themeforest, but only see the Enfold download, nothing about v4.5. Where would I find that specific file?

    Jon

    EDIT: Doing a search of Enfold v4.5 yeilded nothing, but Enfold 4.5 got me to a page that then got me to another page that shows info for 4.3 and 4.4, but nothing on 4.5, and no link to download anything about 4.3 or 4.4. Here’s the page I did find: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?s_rank=1

    • This reply was modified 6 years, 1 month ago by gatehealing.
    in reply to: Update Enfold when using Child theme #1022300

    Thanks Mike,
    I’ll give the plugin a try, backing up first.

    If it doesn’t work, I’ll stop back by.

    Thanks
    Jon

    in reply to: LayerSlider update banner #1019622

    No prob. I’m not super clear in some of my writing when I’m in a hurry.

    We are good on this one. Closing is fine.

    Jon

    in reply to: LayerSlider update banner #1019301

    Hi Mike,

    Regarding the API, following the directions for how to update LayerSlider, it refers to updating the theme. . . so I went to Theme Updates where I am directed to get an API key. At the bottom of that page, it states that updates will be automatically checked for every 12 hours, so I am hoping that there is an update for the theme that will include the LayerSlider update . . . and that this will happen automatically per the Theme Updates page in Enfold that I referred to as per How to Update LayerSlider that references updating the theme to update layerslider.

    I have my username and API for my enfold updates saved, so I think whenever y’all do another update, I should have the newest version.

    Thanks!
    Jon

    Oops. I left off the 2nd half of that sentence.

    No, it didn’t work, even when I deleted all of child functions.php (I put it back).

    I’m waiting for plugin author to review some screenshots.

    Do y’all know of another reliable plugin for this?

    Jon

    in reply to: LayerSlider update banner #1019090

    I’m asking if the API key I got from the “How to update LayerSlider” link should be pasted into the “child” theme box for Enfold updates, which should update LayerSlider when Enfold is updated.

    Thanks
    J

    in reply to: LayerSlider update banner #1018726

    Cool. Got it. Now will that API key work when I am using a child theme? I’m assuming so. If it does work when entered into Enfold Child, then no response needed, you can just close this.

    Thanks!
    J

    Well, I tried deleteing the following from functions.php (and individual blocks):

    function change_blog_archive_style() {
    global $avia_config;
    if( !empty($avia_config[‘conditionals’][‘is_builder’]) ) $avia_config[‘blog_content’] = “excerpt_read_more”;
    }
    add_action(‘get_header’, ‘change_blog_archive_style’);
    function ava_blog_read_more() {
    global $avia_config;
    if(!is_single()) $avia_config[‘blog_content’] = “excerpt_read_more”;
    }
    add_action(‘get_header’, ‘ava_blog_read_more’);

    add_filter( ‘the_content’, ‘avia_add_social_share_bar’ );
    function avia_add_social_share_bar( $content )
    {
    global $avia_config;

    // Check if we’re inside the main loop in a single post page.
    if ( is_single() && in_the_loop() && is_main_query() && !empty($avia_config[‘conditionals’][‘is_builder’]) )
    {
    return $content . do_shortcode(“[av_social_share title='Share this entry' style='' buttons='' share_facebook='' share_twitter='' share_pinterest='' share_gplus='' share_reddit='' share_linkedin='' share_tumblr='' share_vk='' share_mail='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='']“);
    }

    return $content;
    }

    I think some of my custom funcitons.php code is creating the issue since I know I had it working before we did that new code for social share icons etc.

    Yeah, I posted a question on their support forum the same day as I did y’all and still have yet to hear from them. I may just have to use the related posts element if I am going to do this. Apparently important for SEO to having links back and forth (like a wheel and spokes was the metaphor) between the blog post and other posts in the same category. Prob not a huge thing though.

    Thanks for looking it over for me.

    Thx for the note too. Not sure how to fix that, but I’ll ask around about how to find it.

    Jon

    here’s a clearer layout of what I have tried (this is part of what I sent the plugin authors):

    I created the custom sidebar and checked the location “As sidebar blog for selected categories” and selected Anxiety as the category in that field. In the Widgets area for my Theme Sidebars, I have ‘Allow this sidebar to be replaced’ for the Sidebar Blog (where Categories is selected–I do that so the main Blog Posts Page (the index of posts) has the categories listed in sidebar). In the blog post itself, I have played with every combination possible of the Layout and Sidebars fields (the boxes to the left of the default editor) and nothing is working:
    1) Sidebars box > Sidebar Blog > Anxiety Posts, and Sidebar Blog, and nothing selected, all tried.
    2) Layout box > Sidebar Settings> Right Sidebar, No Sidebar, Default sidebar all tried.
    3) Layout box > Sidebar Settings > Anxiety Posts, Sidebar Blog, and default all tried.

    All combinations of all 3 of those, as best as I can tell, do not work, so I am stumped.

    Sure. It’s there now

    SWEET!!!! I think it’s fixed for default mode so I can have excerpts autogenerated, the title of the blog post shows at the top of the article (so I don’t have to use the extra breadcrumb line), and social share buttons are at bottom.

    Leaving y’all a note in private section. Thanks for all of the help!

    Jon

    The orig thread was marked as read, so I had to start a new one (titled Other Thread Marked as Read….)

    I address this in a different thread. I have a few different issues that all seem to impact one another. Sorry for confusion.

    Apologies if I didn’t make this clear previously. On the BlogPost Page that shows excerpts of all posts…the index, if you will…all of those are created/saved in ALB editor and work fine, EXCEPT the very last post, titled “Existential Dilemma:…” which was created/saved with Default editor…this one does not show the full
    Post when you click Read More. It goes to its own page (with no other posts) but only shows the excerpt with Read More at the bottom.

    I created/saved Existential Dilemma in default editor as a test because I want to use the Default Editor since it automatically creates the excerpt and ALB does not.

    To show this more clearly, I have done this:
    1) In the 1st post (“How to Beat Fear of Intimacy”) that is in ALB, I deleted the manually created excerpt. You can see on the blog posts page (the index of posts) there is now no excerpt. When you click Read More, you’ll see the full article. EDIT: Now, after redacting it without the manual excerpt, this post shows a blank white page (I just saved 2 spaces in the manual excerpt box so visitors people can still see it).

    2) on the very last post (“Existenial Dilemma”) that is in Default editor, there is no manually created excerpt either, but you’ll see the auto created excerpt is present on the blog post page (index of posts); however when you click Read More (again, the very last blog post on the index page) you’ll notice that it goes to a new page, but only the excerpt is there with Read More at the end (just no index of other posts isnon that page). https://gatehealing.com/existential-dilemma-the-universe-vs-mud-pies/

    If I could attach a screen shot, I would. This happens after clearing all caches and history, and in Firefox and Chrome.

    If y’all are seeing the entire Existebtial Dilemma post upon clicking Read more, then my iPhone and MacBook Pro and iMac have gremlins and are not showing the full post.

    Please let me know if you are seeing the entire Existential Delimma post, which should be 6 paragraphs.

    in reply to: Other thread marked as Read, but I still had follow up #1016299

    While that does put the social icons at the bottom of the screen that comes up upon clicking into that Existential Dilemma post (last post on list. . . created/saved in Default Editor), the problem persists that when you click Read More, it just takes you to a screen with the excerpt and Read More again . . . but there are just no other posts on the screen….just the excerpt from the Existential Dilemma post.

    This happens in both Firefox and Chrome (both up to date). Not sure if this is just not fixable, but I really appreciate the efforts. I’m sure there’s something simple I am missing to allow blog posts creatd/saved in Default Editor to show more than just the excerpt upon clicking Read More.

    Jon

    in reply to: Social Share not on blog posts #1016298

    while that does put the social icons at the bottom of the screen that comes up upon clicking into that Existential Dilemma post (last post on list. . . created/saved in Default Editor), the problem persists that when you click Read More, it just takes you to a screen with the excerpt and Read More again . . . but there are just no other posts on the screen….just the excerpt from the Existential Dilemma post.

    Is this something I can fix?

    Jon

Viewing 30 posts - 391 through 420 (of 468 total)