Forum Replies Created
-
AuthorPosts
-
No I am changing it in my child theme via sFTP.
Same way I have done everything else, so it is not a permissions issue.in
thmes/child-theme/includes/helper-social-media.php
in thebuild_icon()
function, around line 82,$html = ""; $html .= "<".$this->args['inside']." class='".$this->args['class']."_".$icon['social_icon']." av-social-link-".$icon['social_icon']." social_icon_".$this->counter."'>"; $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>"; $html .= "</".$this->args['inside'].">"; return $html;
I am trying to add a span and some text right before the
<ul>
gets output.$html = ""; $html .= "<span>Follow Us: </span>";
Hey sorry I missed this reply.
So once you scroll the header gets a class added of
header-scrolled
It would be very helpful if two more classes were available, one that is
header-not-scrolled
or something for when nothing has happened yet, and aheader-scrolling
for when scrolling happens but has not completed yet.It helps having to override things less, right now I am overriding the secondary “sub” menu appearance, but when the scrolling happens I have to re-override to undo things. So would be nice to have a class to prepend to my overrides like
header-not-scrolled
so I can just do that.Make sense?
Thanks.Ah yes thank you!
ava_before_bottom_main_menu
Is what I needed.
Is there a doc with hooks listed somewhere?
The secondary nav in the header meta bar up top, have that be centered in the bar.
Link in private contentEDIT* Finally got it working, there was an element I kept missing I could not figure out why was not working.
All good now thanks.- This reply was modified 8 years, 9 months ago by thatryan. Reason: fixed
February 5, 2016 at 1:26 am in reply to: [resolved] Google Map Info Window Not Panning into View #578138Yeah, all good thank you!
Ok, so I went into database and changed just the site url value and left the home as it was, the subdomain, and the images work properly with the correct (mapped) domain source.
So, images used in shortcodes or builder do not get stored with the domain value it would appear?
So I did a test, and it appears the images get the URL path from the domain that is set for the site, as if that part is not stored in the meta data?
So the domain in Multisite settings is abc.123.com and the images get output with that in source path. However, if I change the domain in settings to 123.com, then images get output with that source path.
So that makes me think that there is something dynamic going on during output. Can you help me figure out how and where please? Especially if there is a filter. I need to be able to have consistent URLs and running a DB query is not an option for the rest of my team ha.
Thank you.
Thanks, I considered that plugin yeah, but not sure how it would help if I am not migrating anywhere…
Thanks Yigit,
Yeah I have the builder working on the page already, no problem. The second part is the issue.
Are they two different templates? Is there a way to combine and make a custom page template for the CPT that will output from the builder, as well as from the default stuff?
What browser are you using? Have you checked developer tools for any console errors?
Yes but I cant use that element, as stated, because I have a custom map that I build programmatically based off of marker data from a custom post type…
Link in private content.
So I found two things I need to remove, hoping there is a way to do it without hacking the core theme.
Can I remove this action somehow? Found on line 1131 of class-framework-widgets.php
add_action( 'admin_enqueue_scripts', array(&$this,'helper_print_google_maps_scripts') );
Inside of config-templatebuilder/shortcodes, the file google_maps.php, can I remove that from an array with a filter or something, or must I delete the file directly?
Thank you!
Thanks, that will work to play with.
I am going to need to style a custom form input to match the search input, where can I find styles to match? Are there specific classes to grab?
Thank you!
Is there a filter or something to remove the action that adds the child styles so they can be enqued on their own?
How do others do this? I upload changes, and bump the style sheet version in the child style.css file each time. I then purge cache form Pagely dashboard, and hard reload in Chrome. Still nothing changes, have to wait hours it seems, or force view the style sheet in browser.
Thank you.
Hey Andy, thanks,
so something like this where the search block drops below the main nav area..
September 18, 2015 at 1:47 am in reply to: Unable to remove avia framework debug information #505186Thank you, this method worked.
September 17, 2015 at 10:57 pm in reply to: Unable to remove avia framework debug information #505160I am on version 3.3.2 main theme, and cannot remove it either.
Have
remove_action('wp_head','avia_debugging_info',1000);
in my enfold-chile theme.So, I found this in Enfold’s functions.php
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '2', 'all' );
That 2 is killing me :) Is there a way to make it dynamic, or remove and re-load via child theme functions?
Linked is the site, not live yet.
The search in the header is the default search right now as I they layout to work, but will be replaced with a custom search for a plugin I am making.I need to get that area to work right in tablet and mobile views…seems to be ok on desktop right now.
Thank you
Sweet, thank you Devin!
Thanks Ill try that,
is there any way to have the content added on the blog page actually output on the blog index page?
Any update here guys…?
Login access added in private.
Please do not alter anything without letting me know :) Site is live.Thank you.
-
AuthorPosts