Forum Replies Created

Viewing 25 posts - 31 through 55 (of 55 total)
  • Author
    Posts
  • in reply to: Cannot Override File in Child Theme #580523

    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 reply to: Cannot Override File in Child Theme #580030

    in thmes/child-theme/includes/helper-social-media.php
    in the build_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>";
    
    in reply to: Add Class While Scrolling? #578191

    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 a header-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.

    in reply to: Header without absolute positioning? #578169

    Ah yes thank you!

    ava_before_bottom_main_menu

    Is what I needed.

    Is there a doc with hooks listed somewhere?

    in reply to: Center Secondary Nav #578164

    The secondary nav in the header meta bar up top, have that be centered in the bar.
    Link in private content

    EDIT* 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
    in reply to: [resolved] Google Map Info Window Not Panning into View #578138

    Yeah, all good thank you!

    in reply to: How Are Images Store and Output with Avia Builder? #546632

    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?

    in reply to: How Are Images Store and Output with Avia Builder? #546581

    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.

    in reply to: How Are Images Store and Output with Avia Builder? #546254

    Thanks, I considered that plugin yeah, but not sure how it would help if I am not migrating anywhere…

    in reply to: Page Template for CPT? #539904

    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?

    in reply to: Avia layout builder won't load one page #526413

    What browser are you using? Have you checked developer tools for any console errors?

    in reply to: Full browser width elements? #515395

    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…

    in reply to: Disable previous & next pagination for CPT? #512306

    Link in private content.

    in reply to: Remove Element From Avia Builder? #511090

    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!

    in reply to: Widget in header help #505875

    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!

    in reply to: Child Theme Styles Need Dynamic Version Number #505764

    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.

    in reply to: Widget in header help #505716

    Hey Andy, thanks,

    so something like this where the search block drops below the main nav area..

    in reply to: Unable to remove avia framework debug information #505186

    Thank you, this method worked.

    in reply to: Unable to remove avia framework debug information #505160

    I 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.

    in reply to: Child Theme Styles Need Dynamic Version Number #505132

    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?

    in reply to: Widget in header help #505131

    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

    in reply to: Child Theme Styles Not Loading #498717

    Sweet, thank you Devin!

    in reply to: No Social Links on Blog, Blog Content Questions #498641

    Thanks Ill try that,

    is there any way to have the content added on the blog page actually output on the blog index page?

    in reply to: No Social Links on Blog, Blog Content Questions #498551

    Any update here guys…?

    in reply to: No Social Links on Blog, Blog Content Questions #497957

    Login access added in private.
    Please do not alter anything without letting me know :) Site is live.

    Thank you.

Viewing 25 posts - 31 through 55 (of 55 total)