Forum Replies Created
-
AuthorPosts
-
December 6, 2018 at 7:57 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1041815
No prob on delay. I’ve got the major stuff up and running. . .just small tweaks like this now. I have a temporary solution with the subtext under the logo, and that fixes the overlap issue as well. Will play with settings for having it to the right and another slight customization I’d like to use. Will post new thread if I cannot find it (and if history says anything, it says that minutes after I post a question, I’ll find the dang answer).
Jon
December 5, 2018 at 6:39 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1041331Ok, I have this sort of working, but the new issue on mobile subtext in wrong place seems like it should be new thread. Will look for fix in documentation, but if it’s not there, I’ll start new thread unless y’all prefer for me to put it here.
J
December 5, 2018 at 6:33 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1041327Good night’s sleep cleared one thing up. . . for some reason, I had the above code twice, and the second one was missing a bracket. . . I removed the 2nd (since it was duplicate and was missing the bracket) and now I do see the business name. . .
Now to find how to change font and to get it not to stack up like that.
J
December 4, 2018 at 11:43 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1041003I am seeing this Quick CSS from another ticket is conflicting:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive #wrap_all .logo a, .responsive #wrap_all .logo img {
max-width: 200px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive #wrap_all .logo a, .responsive #wrap_all .logo img {
max-width: 200px;
}Even when I remove this, the words “Gate Healing, PLLC” are stacked on top of one another and are using a very blocky font. I will keep reading to see if I can figure out how to use a little nicer looking font and stretch out the area for the words a bit. If it’s an easy thing you know off hand, great, but I don’t mind digging a little more.
Is there a way to keep the previous Quick CSS so I don’t lose those benefits?
December 4, 2018 at 11:37 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040996I have now tried a few other methods with no results (I have cleared caches and history). Currently, I have put this in the Quick CSS section (further down this message I show what I have tried in functions.php per what the page in my last reply said–though I’ve tried all of this in Quick CSS too):
/* CSS – Subtext on right */#top .logo,
#top .logo a {
overflow: visible;
}/* Subtext styling */
.logo .subtext h1 {
font-size: 20px;
font-weight: 600;
}.logo .subtext {
position: absolute;
top: 50%;
right: 0;
transform: translate(120%, -50%);
z-index: 999;
}THIS is what is currently in functions.php per https://kriesi.at/documentation/enfold/logo/#toggle-id-1 — but as I said, I also tried putting this in quick css. . . I have also tried this alone in both places, and the css code alone in Quick CSS) :
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Gate Healing, PLLC</h1>’;
return $sub;
}December 4, 2018 at 10:02 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040975Ok, the subtext code on the Documetation page reads like this, so it may need to be corrected (?):
Image logo with subtext
You can add subtext to your logo by adding following code to Functions.php file of your child theme in Appearance > Editor
The code below will wrap your subtext in a H1 tag, we will add custom CSS to style it.
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<h1>Company Name</h1>’;
return $sub;On this page https://kriesi.at/documentation/enfold/logo/#toggle-id-1
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 #1040944I 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, 4 months 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, 5 months 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
-
This reply was modified 6 years, 4 months ago by
-
AuthorPosts