Forum Replies Created
-
AuthorPosts
-
December 4, 2018 at 8:54 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040944
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
December 4, 2018 at 8:45 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040937can you remind me how to get a screenshot up here? I have the screenshot.
December 4, 2018 at 8:28 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040916I 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.
November 19, 2018 at 1:56 am in reply to: Blog Post Content Element used on Page: Possible to randomize posts that appear? #1034964That top code did it. And it works with pagination.
Thanks!
JonNovember 18, 2018 at 4:44 am in reply to: Blog Post Content Element used on Page: Possible to randomize posts that appear? #1034818Assuming 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
November 18, 2018 at 2:43 am in reply to: Blog Post Content Element used on Page: Possible to randomize posts that appear? #1034811Thanks 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- This reply was modified 6 years ago by gatehealing.
October 26, 2018 at 6:07 pm in reply to: Longshot: dismiss cookie notice upon scrolling "x" pixels #1026903Thanks! 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.
jonOctober 20, 2018 at 7:09 pm in reply to: "Insecure permissions that indicate you may have been compromised" #1024388I am good for the moment, thanks a bunch
Jon
October 19, 2018 at 10:55 pm in reply to: "Insecure permissions that indicate you may have been compromised" #1024233Great, thanks!
jonOctober 19, 2018 at 5:57 pm in reply to: "Insecure permissions that indicate you may have been compromised" #1024131What 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,
JonSeems 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
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!
JonI’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.
Thanks Mike,
I’ll give the plugin a try, backing up first.If it doesn’t work, I’ll stop back by.
Thanks
JonNo 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
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!
JonOctober 9, 2018 at 12:21 am in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1019284Oops. 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
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
JCool. 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!
JOctober 5, 2018 at 7:42 pm in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1018343Well, 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;
}October 5, 2018 at 7:02 pm in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1018337I 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.
October 4, 2018 at 7:21 pm in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1017996Yeah, 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
October 2, 2018 at 6:26 pm in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1017171here’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.
October 2, 2018 at 6:23 pm in reply to: RE closed thread: "Show list of posts in same category in single post sidebar" #1017170Sure. It’s there now
October 1, 2018 at 8:03 pm in reply to: On Blog Posts Page, only 1st post has Read More but not content #1016735SWEET!!!! 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
October 1, 2018 at 5:59 am in reply to: On Blog Posts Page, only 1st post has Read More but not content #1016418The orig thread was marked as read, so I had to start a new one (titled Other Thread Marked as Read….)
October 1, 2018 at 5:57 am in reply to: On Blog Posts Page, only 1st post has Read More but not content #1016416I address this in a different thread. I have a few different issues that all seem to impact one another. Sorry for confusion.
October 1, 2018 at 5:55 am in reply to: On Blog Posts Page, only 1st post has Read More but not content #1016414Apologies 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.
September 30, 2018 at 6:10 pm in reply to: Other thread marked as Read, but I still had follow up #1016299While 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
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
-
AuthorPosts