Forum Replies Created

Viewing 15 posts - 3,721 through 3,735 (of 8,657 total)
  • Author
    Posts
  • in reply to: SVG Icons not showing up? #75897
    wensolutions
    Keymaster

    Hello @xixofox,

    Can you please provide your site URL so that we can provide the precise fix on this?

    Thank you.

    Best Regards!!!

    in reply to: Get sample content #75896
    wensolutions
    Keymaster

    Hello @ethan24,

    The data in your database like the pages, post etc won’t be lost.

    After you import the demo content your site will be set as like in the demo but the data that you have entered will remain in your database and if you like to change the content in any of the section other than demo content then you can do so from the customizer.

    Hope this helps.

    Thank you 🙂 .

    in reply to: Last upgrade to v. 2.1.7 #75870
    wensolutions
    Keymaster

    Hello @marco,

    Since we could not generate the issue, can you please provide your login detail in the email address given below?

    wensolution@gmail.com

    Regards!!

    in reply to: Get sample content #75868
    wensolutions
    Keymaster

    Hello @ethan24,

    The update has already been released, so please update to the latest version and add the demo content to your site.

    Thank you.

    Regards!!

    in reply to: Prob to migrate to pro version #75755
    wensolutions
    Keymaster

    Hello @contactcfdtsi-com,

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

    This is very unlikely to happen so could you please once again download the fresh version of the theme and verify.

    Additionally, with the pro version, you can completely edit the footer section. To know about the features that the pro version comes with please look into the compare table in link given below:

    http://themepalace.com/downloads/mega-blog-pro/

    If you still face the same issue then please contact at below given email.

    info@themepalace.com

    Thank you.

    Regards!!!

    in reply to: Last upgrade to v. 2.1.7 #75753
    wensolutions
    Keymaster

    Hello @marco,

    We will verify the issue and let you know as soon as possible.

    Thank you.

    Regards!!

    in reply to: "Post id" clarification – Business Hub Theme #75751
    wensolutions
    Keymaster

    Hello @rashida,

    Please find answers to your queries below:

    1: When I click on my ‘Search Bar’ – the border color becomes blue. How can I change that? What ‘class’ do I need to look for in CSS style sheet if it’s there?

    Response: To change the color please add below given CSS by going to Admin Panel > Appearance > Customize > Additonal CSS.

    .full-nav-menu .search-form input[type="search"]:focus {
    	outline-color: #a53553;
    }

    2: After the banner in header – I see a “blue line”. How can I change the color of that?

    Response: To change the border color use below given CSS.

    .scroll-down-wrapper:after {
    	background-color: #fff;
    }

    3: How can I change the ‘hover color’ of ‘Get a Quote’ button?

    Response: To change the button color use below given CSS.

    .btn-business:hover {
    	background-color: #343434;
    }

    4: I don’t know whether you would be able to help me with “WP Forms”. If you can; I need to know a) how can I change the ‘width’ of the ‘text area’ – of EMAIL & PHONE NUMBER.
    b) how can I change the font of the labels?

    Response: The issue is not quite related to the theme but we will still provide the custom CSS to fix the issue so to change the width use below given CSS.

    div.wpforms-container-full #wpforms-form-162.wpforms-form input.wpforms-field-medium {
    	max-width: 100%;
    }

    To change the font family and size use below given CSS.

    div.wpforms-container-full #wpforms-form-162.wpforms-form .wpforms-field-label {
    	font-family: 'Comic Sans Pro', sans-serif;
    	font-size: 14px;
    }

    5: Lastly, about contact information in header. I need to know:
    a) How can I change the phone icon facing right? (earlier it was, just 2-3 days back it was flipped).
    b) How can I shift the contact information more to right?

    Response: To change the font alignment use below given CSS.

    .contact-information i.fa-phone {
    	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    	-webkit-transform: scale(-1,1);
    	transform: scale(-1, 1);
    }

    To shift the contact information towards right use below given CSS.

    .contact-info-section .contact-information-wrapper {
    	margin-right: -40px;
    }

    Here change the color code as per your requirement.

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: Get sample content #75747
    wensolutions
    Keymaster

    Hello @ehan24,

    We would like to apologize for the inconveniences.

    The demo content in the compare table is regarding the content type: Demo in the customizer.

    However, we will shortly release the update of the theme including the feature to add the demo content.

    Hoping for the co-operations.

    Thank you.

    Regards!!

    in reply to: Missing widget areas #75695
    wensolutions
    Keymaster

    Hello @serv2003,

    First of all thank you very much for using the theme.

    The widget is displaying in the content area may be because you have placed the widget in the “Front Page Widget Area“. If you don’t want to display any widget in the main content area then please do not place any widget in this widget area.

    If you only wanted to show the widget in Footer and sidebar then place your desired widget in the widget like “Footer widget 1,2,3,4 and in Primary sidebar and secondary sidebar.

    Hope this clears the confusion.

    Also, we would like to request you that please create your own ticket to paste your query so that it would easy for us to follow your replies.

    Thank you.

    Best Regards!!

    in reply to: Blog Question & Background Question #75679
    wensolutions
    Keymaster

    Hello @emanimama,

    To make the background transparent use below given CSS.

    body {
        background-color: transparent;
    }

    Hope this helps.

    Regards!!

    in reply to: how to hide page title from being shown on page #75678
    wensolutions
    Keymaster

    Hello @ javid

    First of all thank you very much for using the theme.

    Now to remove the title use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    header.entry-header {
        display: none;
    }

    Also please create your own ticket so that it would be easy for us to follow up your queries.

    Thank you.

    Best Regards!!

    in reply to: Can't edit Header Topic on Main page #75677
    wensolutions
    Keymaster

    Hello @genevieve-pet,

    Please find answers to your query below:

    1. I can’t find the place to change the big header title “Latest Blog” on the top of the page, I want to change it to Play Empower Thrive

    Response: If you have directly shown the blog post in your front page then you can change the title using the child theme.

    To know how to create the child theme please refer to below given link.

    http://wptravel.io/how-to-create-a-child-theme/

    After creating the child theme in your child theme functions.php file paste below given code.

    https://gist.github.com/Tiiru/cf27557175fc72eddfe8800ab5c0e8c6

    Here change the text as per you wish by going to line no:43.

    3. The area between the end of the gallery in the footer & the default footer picture is too small. I want to increase it.

    Response: To increase the gap please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #gallery-1 {
        padding-bottom: 60px;
    }

    Hope this helps.

    Thank you.

    in reply to: How Ad Banner before content and after title #75673
    wensolutions
    Keymaster

    Hello @eme-empreendimentors,

    The theme has provided the option where you will be able to add the header image in the pages.

    For this go to Admin Panel > Appearance > Customize > Header Image and upload the image of your choice.

    Hope this helps.

    Best Regards!!

    in reply to: Translations to the Italian Language #75672
    wensolutions
    Keymaster

    Hello @marco,

    Some of the strings you have mentioned are not made translation ready. We will make the strings translation ready and soon release the update.

    Hoping for the co-operation.

    Thank you.

    Best Regards!!

    in reply to: sidebars width #75615
    wensolutions
    Keymaster

    Hello @mhalat,

    Thank you very much for using the theme.

    The theme it self does not have the option to increase and decrease the width of the sidebar but we can help you with some additional CSS.

    For this we need your site URL, so please provide your site URL so that we can provide precise fix on this.

    Thank you.

    Best Regards!!

Viewing 15 posts - 3,721 through 3,735 (of 8,657 total)