Forum Replies Created

Viewing 15 posts - 5,236 through 5,250 (of 8,657 total)
  • Author
    Posts
  • in reply to: Missing widget areas #56114
    wensolutions
    Keymaster

    Hello @bb_shaffer,

    Yes you do need to set the Front page displays to Static Page to display the widget that is placed in the Front page widget area . If you set to latest post then it will only display the recent post .

    Also glad that you figured out your issue by yourself .

    If you have any issue further then please feel to post them .

    Thank you !

    Best Regards!!

    Have a good day .

    in reply to: Text Transform #56113
    wensolutions
    Keymaster

    Hello @masad,

    To change the site tile to uppercase use below given CSS.

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

    #site-header .site-title a {
        text-transform: uppercase;
    }

    Similarly to change the link style to lower case paste below given CSS in Additional CSS location .

    a {
        text-transform: lowercase;
    }

    Hope this helps .

    Best Regards!!

    in reply to: Removing the slider dots #56112
    wensolutions
    Keymaster

    Hello @dasha,

    When we inspected your site URL we found that the theme that is currently activated in your site is not our theme .

    So please contact with the respective theme forum to get the support for your query .

    Thank you !!

    Best Regards!!

    in reply to: REmove the page title when viewing the page #56110
    wensolutions
    Keymaster

    Hello @lindaje,

    Thank you for your concern and we would also like to assure you that we will definitely will be answering all of your query even when you buy Wen Corporate Pro theme or any other theme from TP .

    Our main priority will always be on delivering good support to the user of our theme . As for the custom CSS , you don’t have to worry as we will provide the custom CSS for other theme as well based upon your query.

    Hope this clears up the confusion .

    Best Regards!!

    in reply to: Overlapping with top menu #56037
    wensolutions
    Keymaster

    Hello @serdarangungmail-com,

    Glad that you figured out the issue by yourself .

    Actually we had provided the CSS for your previous site so it had not work for the new one .

    Anyway if you have any issue further then please feel free to post them.

    Best Regards!!

    in reply to: localization #56026
    wensolutions
    Keymaster

    Hello @twister5800,

    The theme is already translation ready and can be translated to any language .

    Please follow below instruction for translation :

    1. At first download the text editor software like :
    https://poedit.net/

    2. Launch poedit application

    3. choose “Create a new translation” option in the application
    Screenshot : http://imgur.com/a/mMfXs

    4.Browse for the provided .po file

    5.Choose translation language
    Screenshot : http://imgur.com/a/uwfwG

    6.Find strings to translate from the list and provide translation string in Translation Box.
    Screenshot : http://imgur.com/a/hZS2S

    7. Save the translation

    8.copy the .po and .mo file generated by the software in your child theme’s languages folder.

    9.Finally, in your Admin Dashboard > Settings > General > language, make sure the desired language is chosen and save your settings.

    Hope this Helps,

    Best Regards !!

    in reply to: Overlapping with top menu #56025
    wensolutions
    Keymaster

    Hello @serdarangungmail-com,

    When we tested the CSS on our side it was working fine and also when we inspected your site URL we did not find the additional CSS that we have provided .

    So please add the CSS properly in Additional CSS location of the customizer section and also send us the screen shot of the Additional CSS of the customizer .

    Also replace the previously given CSS with the CSS given below :

    #header {
        padding-top: 85px !important;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Overlapping with top menu #56015
    wensolutions
    Keymaster

    Hello @serdarangungmail-com,

    The notice bar has the option of displaying the notice bar on bottom or at the top . You can set the location by going to Admin Panel > Notice Bar > Display Configurations > Notice Bar Positions .

    Similarly from the plugin you can provide the padding to shift the notice bar below the menu .

    Also you can use given CSS to shift the slider below and make the notice bar appear above the slider so that it doesn’t overlap menu or slider .

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

    #header {
        padding-top: 85px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Help with logo in header #56011
    wensolutions
    Keymaster

    Hello @twister5800,

    Glad we could help you .

    Also we have created the support forum for the Construction Base Pro Theme . If you have any issue further please post it in the respective forum .

    Thank you !!

    Best Regards!!

    Have a good day .

    in reply to: Help with logo in header #56003
    wensolutions
    Keymaster

    Hello @twister5800,

    Thank you for letting us know about the forum.

    To make your logo size bigger use below given CSS.

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

    img.custom-logo {
        width: 290px !important;
    }
    
    .custom-logo-link {
        max-width: 200px !important;
    }

    Please adjust the px according to your requirement .

    Hope this helps .

    Best Regards!!

    in reply to: REmove the page title when viewing the page #55999
    wensolutions
    Keymaster

    Hello @lindaje,

    Now we are having trouble in understanding your query.

    Let me explain you properly at first .

    As you have posted the issue under Clean Corporate Pro theme ,we have provided the fix for Clean Corporate Theme .

    Please make us clear which theme is currently activated in your site and please post your site URL so that we would be clear on this .

    We do have theme called WEN Corporate Pro and the CSS we have provided wont work for this this . To get the support of this theme you need buy this theme .

    Hope this clears the confusion of yours .

    Best Regards!!

    in reply to: REmove the page title when viewing the page #55984
    wensolutions
    Keymaster

    Hello @lindaje,

    The CSS we have provided will work for the Clean Corporate Pro theme.

    Further more CSS will only work for specific theme for which it is provided as the CSS is written in reference to the class used in that theme.

    If you require CSS for some other theme then you should post the issue in the forum of that respective theme and also we do not have the theme called Corporate Pro .

    Hope this helps .

    Best Regards!!

    Have a good day.

    in reply to: Background color … #55983
    wensolutions
    Keymaster

    Hello @pcwitcher,

    Nice to know that your previous issue is solved .

    Now to remove the background of the site title and border use below given CSS.

    div#site-identity {
        background: none;
    }
    
    .site-title {
        border-bottom: none;
       }

    Hope this helps .

    Best Regards!!

    in reply to: Add advertisement #55920
    wensolutions
    Keymaster

    Hello @realm81,

    First of all let us remind you that you should make any additional modification through the use of child theme only . If you make the direct modification in your original file then the modification will be lost .

    You can create the child theme using the plugin given below :

    https://wordpress.org/plugins/wp-child-theme-generator/

    After the activation of the child theme in your child theme create the file single.php and paste below given code .

    https://gist.github.com/anonymous/358fb0606c3c2bb892d5ef7d6d9c8151

    Also we have not done any compatibility testing with the plugin you have mentioned or any other third party plugin beside the one recommended by the theme itself . So if use of this plugin brings any changes in layout or any other factor then we cannot provide the support as it is not within the support criteria .
    Hope this helps .

    Best Regards!!

    in reply to: Changes to Testimonial Page header #55913
    wensolutions
    Keymaster

    Hello @1maryannem,

    You need to put any additional custom CSS in Admin Panel > Appearance > Customize > Additional CSS .

    Please do not directly add the provided CSS in style.css of original file as the modification will be lost. .

    Hope this helps .

    Best Regards!!

Viewing 15 posts - 5,236 through 5,250 (of 8,657 total)