Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235418

    Hi Everyone,

    First of all, thank you for your impressive work, I love the enfold theme =).

    I have one issue, I added Buddypress and BadgeOS with the enfold theme on a local machine but I have a weird issue. When I activate the badgeOS plugin, all my pages (Home, Contact, About) have changed the right avia-title (respectively: “Home”, “Contact”, “About Us”) with always the same title : “Community Badge”. I looked on the functions-enfold.php file and I found this:

    if(!$id) $id = avia_get_the_id();

    $defaults = array(

    ‘title’ => get_the_title($id),
    ‘subtitle’ => “”, //avia_post_meta($id, ‘subtitle’),
    ‘link’ => get_permalink($id),
    ‘html’ => “<div class='{class} title_container’><div class=’container’><{heading} class=’main-title entry-title’>{title}</{heading}>{additions}</div></div>”,
    ‘class’ => ‘stretch_full container_wrap alternate_color ‘.avia_is_dark_bg(‘alternate_color’, true),
    ‘breadcrumb’ => true,
    ‘additions’ => “”,
    ‘heading’ => ‘h1’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    It seems that in my case the $id is a reference to a post of the badgeOS plugin and not the right page (Home, About or Contact) if I understood how it works. Do you have any idea about how to resolve this issue please? I hope you will be able to help me…

    #235593

    Hi JordanePeters!

    Thank you for the question. I hope all is well with you today.

    I activated the BadgeOS plugin on my end but it doesn’t affect the page titles. I haven’t configured anything. Maybe the BuddyPress plugin is causing the issue which unfortunately is not supported by Enfold. Please contact the plugins’ authors and ask for any insights why this is happening. Post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    #235708

    Hi,

    Thank you for your quick response. I have found something else. It is not on the general badgeOS add on that I have a problem but when I have the badgeOS community add-on activated and when I am logged-in with buddypress. It sounds like a difficult think to figure out ^^.

    Unfortunately, the website is developed in local. If I find a solution, I will explain it here.

    Cheers

    Jordane

    #236644

    Hey!

    Good luck and if you do find something posting here will hopefully help anyone with a similar issue.

    Regards,
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.