Home Forums Free Themes WEN Associate Setting up main widget and Main content area

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #13613
    ryanbit
    Participant

    Hi,

    I’m using WEN associate, a nice theme. I’m at an intermediate level with html. My problem is, when I try to setup the main widget as the associate services widget (like how it looks on the preview) it makes my main content on the page disappear, my text and my featured image. Can someone please help if they can? Also, you’ll see my “About” menu link has an alignment issue. I’ve spent hours on this, any help will be appreciated. Thank you.

    Here’s my website http://www.nucaveconstruction.com

    #13615
    wensolutions
    Keymaster

    Hello @ryanbit

    The theme is designed in such a way that you can setup your front page with the theme’s available widgets.
    So, when you try to setup your front page with widget it is obvious that the static page content disappears.
    The static page content will only appear if you don’t have any widget in front page widget area.
    However you can achieve your particular need by adding a widget Associate Featured Page Widget. in Front Page: Main widget area. Now you can now select the page of which you want to display content of in Front Page: Main widget area.

    And please update your theme to latest version which is 1.7, which may fix your menu alignment issue. If it is not fixed let us know.

    Furthermore if you are willing to buy the pro version of this theme you will additional more widgets with additional more settings as well.
    So if you are satisfied with the free version of the theme then you may check additional more awesome features in addition to free version here.

    http://themepalace.com/downloads/wen-associate-pro/

    Hope this will help you.

    Best Regards!!!

    #13617
    ryanbit
    Participant

    Thanks @WENSOLUTIONS for your quick response! Great service!

    I understand how to use the widget for the main content now, so that’s working. However I’ve updated to the new version and my alignment issue is still there.

    And yes, in the future I may need to upgrade to pro. Also, having some trouble with my formatted heading text within the page not showing up on a couple pages.

    Cheers and thanks for your time.

    #13620
    wensolutions
    Keymaster

    Hello @ryanbit

    As we have inspected you site, your site seems to use some plugins. So menu alignment is distorted due to this.
    The first thing you should do is disable all your plugins, clear your cache and re-load your site to check if everything is working how it should be.
    If it is, then now you can activate your plugins back 1 by 1 and as soon as it breaks you’ll know that last plugin was the one causing issues (make note of this plugin, deactivate then keep doing the same).
    It may due to yeast cache plugin, that the CSS is loading from the cache.

    Also, having some trouble with my formatted heading text within the page not showing up on a couple pages.

    And about the above query we were unable to get what you issue is. Can you please elaborate it in much more details may be with some screenshot of your issue.

    Hope you understand.

    Regards!!!

    #13681
    ryanbit
    Participant

    Thank you sir, or ma’am,

    I did what you said, and it only occurs (the menu title “about” becomes misaligned) when I connect to my Jetpack plugin. What do I do?

    Other problem: When I”m editing a page and create an h2 heading style on the top of my page I can see it. When I update the site, the h2 heading text is not there.

    Thanks

    #13689
    wensolutions
    Keymaster

    Hello @ryanbit

    For the menu alignment try adding some custom CSS by going to Admin Panel / Appearance / Customize / Theme Options / Advanced Option. Here copy and paste below custom CSS.

    #site-navigation ul li.menu-item-has-children > a:after, #site-navigation ul li.page_item_has_children > a:after{
    	right: 19px !important;
        top: 5px !important;
    }

    And about your second query we are unable to get what you are trying to tell.
    Can you explain in much more clear way my be with some screenshot of what you are trying to do.

    Hope this will help you.

    Regards!!!

    #13690
    ryanbit
    Participant

    Thanks but that didn’t work.

    #13693
    wensolutions
    Keymaster

    Hello @ryanbit

    Can you please keep that CSS, so that we could see the CSS in your live site and inspect you site so that we could know why that CSS is not working.

    Regards!!!

    #13694
    ryanbit
    Participant

    That sounds great, I just updated with the css you gave me so it should be live.

    #13696
    wensolutions
    Keymaster

    Hello @

    The problem is found and try pasting below code instead of above code. You can remove above code and paste below CSS.

    
    
    #site-navigation ul li.menu-item-has-children  a:after, #site-navigation ul li.page_item_has_children  a:after{
    	right: 19px !important;
        top: 5px !important;
    }

    Hope this will help you.

    Regards!!!

    #13699
    ryanbit
    Participant

    Thanks, now if I could just center that text inside of the menu block. Right now it seems to be aligned to the right.

    #13700
    ryanbit
    Participant

    And I believe the problem I was having earlier was with my <h2> “Heading 2” setting. Anything I assign to that doesn’t show up.
    Best regards

    #13701
    wensolutions
    Keymaster

    Hello @ryanbit

    Try copying below CSS as a whole and remove the above given CSS.

    
    #site-navigation ul li.menu-item-has-children  a:after, #site-navigation ul li.page_item_has_children  a:after{
    	right: 40px !important;
        top: 5px !important;
    }
    
    #site-navigation ul li.menu-item-has-children  a, #site-navigation ul li.page_item_has_children  a {
         padding-right: 7px 70px !important;
    }
    

    And your second query about heading tag. Can you send us a screenshot of where are your trying to add the tag and not displaying.

    Hope this will help you.

    Regards!!!

    #13766
    ryanbit
    Participant

    I added that css and it moved the down arrow but not the text. It’s still off-center.

    Here’s a couple pictures to explain what’s happening with my other query. I’ve uploaded them to my website temporarily;

    image 1

    image 2

    Thank you

    #13773
    ryanbit
    Participant

    As you can see, the title “Design Consultation” does not show up on the website. However it does show in my wordpress editor.

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