Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 8,657 total)
  • Author
    Posts
  • in reply to: Blog layout #45208
    wensolutions
    Keymaster

    Hello @sfennell,

    As we have inspected your site URL we found that the blog page you are referring to is not the blog list page but the single page . So the code we have provided did not work .

    Now to resolve the issue replace above given CSS with the CSS given below.

    body:not(.single) .sidebar {
        display: none;
    }
    
    body:not(.single) #primary {
        width: 100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Installed, now what? #45207
    wensolutions
    Keymaster

    Hello @aschonland,

    The code that is seen in the screen shot is of the Share Buttons plugin . So if you have activated the Share Button plugin please deactivate the plugin and see if the issue is fixed .

    If this does not solve the issue then go to that particular post and remove the code from the content area of that post which you may have included while activating the plugin. Then include the appropriate content in the content area section.

    Hope this helps.

    Best Regards!!!

    in reply to: Blog layout #45111
    wensolutions
    Keymaster

    Hello sfennell,

    To setup the side bar only in the blog page you have to chose the side bar options in Global Layout by going to Admin Panel > Appearance > Customize > Theme Options > Layout Options .

    Then add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS .

    body:not(.blog) .sidebar {
        display: none;
    }
    
    body:not(.blog) #primary {
        width: 100%;
    }

    Hope this hleps.

    Best Regards!!

    in reply to: Installed, now what? #45109
    wensolutions
    Keymaster

    Hello @aschonland,

    For the first issue please make sure you activated the Daily insight pro theme . After activating the pro you will see menu Theme license inside Admin panel > Appearance . Refer to the screen shot below for proer info .

    https://image.prntscr.com/image/Gsn2jbJnRWqQzijGtyCWSg.png

    As we are still not clear with the second issue please send us screen shot of the issue so that we could help you .

    Hope this helps.

    Best Regards!!

    Have a good day .

    in reply to: Home page loses content #45107
    wensolutions
    Keymaster

    Hello @ecohomeinstaller,

    Glad we could help you .

    If you have any issue further, please feel free to post them and we will happily assist you .

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/wen-associate/reviews/

    Best regards !!

    in reply to: Not supporting rupee symbol and site responsive #45081
    wensolutions
    Keymaster

    Hello @commycashinon,

    As far as we have checked the theme locally the theme is working fine in all browser .

    The logo and the site title are aligned with each other as you can see in the demo of the theme.

    http://demo.wenthemes.com/university-hub/

    Also, Please share you website URL so that we could inspect the issue that you have mentioned further and help you .

    Hope this helps.

    Best Regards!!!

    in reply to: Home page loses content #45080
    wensolutions
    Keymaster

    Hello @ecohomeinstaller,

    Upon inspecting your site we found that you have used site Origin plugin .In the test page for the brand section you have used the widget from the site origin . So you can use the widget from the site origin in the Admin Panel > Appearance > Customize > widget > Front Page : Main as in the page .

    Hope this helps.

    Best Regards!!

    in reply to: Google Ads collapse/expand navigation menu #45079
    wensolutions
    Keymaster

    Hello @venkadeshcivil,

    Please do not directly add the code in any of the file. You always have to go through the child theme approach for any modification as the original modification wont be lost .

    Now please mention the location that you want to display the google add so that we could help you through the use of child theme . If possible provide the screen shot mentioning the location that you want to display the google add .

    Hope this helps .

    Best regards!!

    in reply to: travel eye image grid #45078
    wensolutions
    Keymaster

    Hello @akeerthand,

    Actually we are having trouble in understanding the sections you are referring to so please post the screen shot of section that you are having trouble with along with the site URL.

    Also to maintain the image ratio Please try regenerating your thumbnails with the help of plugin like :

    https://wordpress.org/plugins/regenerate-thumbnails/ and see if it resolves the issue.

    Hope this helps .

    Best Regards!!

    in reply to: Menu Background colour #45077
    wensolutions
    Keymaster

    Hello @roomaromas,

    Glad we could help you !!

    As mentioned in earlier replies if you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Best regards !!

    in reply to: Menu Background colour #45075
    wensolutions
    Keymaster

    Hello @roomaromas,

    First of all thank you very much for buying the Pro version .

    You can change the Menu Background by going to Admin Panel > Appearance > Customize > Color Options > Primary menu color Options > Bakground Color .

    Also, please feel free to post any query further . We are always here for you guys .

    Best Regards!!

    in reply to: Home page loses content #45061
    wensolutions
    Keymaster

    Hello @ecohomeinstaller,

    If you set the Front page display to Your latest post then the front page will display the latest post you have added . If you set your Front page display to A static page then it will display the sections that you have added through the widgets available in the theme .

    So if you want to list the latest post in the front page then you can set the front page display to your latest post .

    Also you can show latest post in the front page by using the widget Associate: Recent Posts . You can place above mentioned widget by going to Admin Panel > Appearance > Customize > widget > Front Page : Main.

    Hope this helps.

    Best Regards!!

    in reply to: Menu Background colour #45054
    wensolutions
    Keymaster

    Hello @roomaromas,

    The customizer setting that you have made in the free version will be lost upon upgrading to the pro version . However the database content i.e. the post and pages will not be lost .

    Hope this clears up the confusion .

    Best Regards!!

    in reply to: Menu Background colour #45035
    wensolutions
    Keymaster

    Hello @roomaromas,

    The feature to change the background color for the menu is available in the pro version . With the pro version you can enjoy wide range of color options .

    Also, as you have changes the color through the use of CSS, you can place the required CSS in the location Admin Panel > Appearance > Customize > Additional CSS and verify the issue . Not only this any additional CSS can be added to this location .

    Hope this helps.

    Best regards!!

    in reply to: Bulleted list #45033
    wensolutions
    Keymaster

    Hello @realm81,

    To create the more space between each bulleted line use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and below given CSS.

    .entry-content ul li {
        line-height: 40px;
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 5,881 through 5,895 (of 8,657 total)