Forum Replies Created

Viewing 15 posts - 3,976 through 3,990 (of 8,657 total)
  • Author
    Posts
  • in reply to: Update: 4.9.6 #72542
    wensolutions
    Keymaster

    Hello @repsrpska,

    When we further inspected your site URL we found that the fonts from the theme is not loaded due to conflict with the plugin “Download Manager“. So please once check your site by deactivating the mentioned plugin and clearing the cache.

    After that you can load the fonts by using the plugin in your theme by activating the plugin mentioned below:

    https://wordpress.org/plugins/better-font-awesome/

    Now the font will be loaded and your site will look fine.

    Hope this helps.

    Thank you.

    in reply to: I need help to improve my store #72512
    wensolutions
    Keymaster

    Hello @danilko-kuyandex-ru,

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

    All the string in the theme are made translation ready. So you can translate those string in the language you want.

    For the translation of the string, you can use loco translate plugin.

    Link :

    https://wordpress.org/plugins/loco-translate/

    Now to arrange the box in checkout page as per your request use below given CSS.

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

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Size of caption in featured slider and transparency #72510
    wensolutions
    Keymaster

    Hello @cielmonoridi,

    Yes do try the CSS and let us know.

    Thank you.

    Regards!!

    in reply to: icons disappeared #72509
    wensolutions
    Keymaster

    Hello @frispo,

    If you are using custom icon then at first you need to load the font family and to know how please refer to below given link:

    https://www.w3schools.com/css/css3_fonts.asp

    But in case if you are willing to use the fontawesome icon then please let us know the icon and we will add it for you.

    Also, you can even hire a customizer for this task.

    To hire a customizer please refer to below given link:

    http://wensolutions.com/hire-wordpress-customizer/

    Hope this helps.

    Thank you.

    in reply to: Links in slider option #72505
    wensolutions
    Keymaster

    Hello @cjmta,

    First of all our sincere apology in the extreme delay in replying to you.

    Now to open the post in tab when clicking on the slider title you have to add below given code in your child them,e functions.php file.

    You can create the child theme manually or simply create the child theme using the plugins.

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

    https://gist.github.com/Steeru/dc9e5de345627563c5e81ccc6dbc8618

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: Slider – images #72502
    wensolutions
    Keymaster

    Hello @mistiknaw,

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

    As we all know that when the image of small size is made larger then it will lose the image quality so it appears pixelated.

    Thai is why you need to upload the image which is originally of a bigger size in order to avoid such issue.

    Hope this clears the confusion.

    Thank you.

    Regards!!

    in reply to: Slider – Number of slides #72501
    wensolutions
    Keymaster

    Hello @rollco7,

    After setting the no of a slider on the option “Number of slides”, you have to save the setting and refresh the customizer screen.

    After this, there will be exact no of the field for the slider that you have set before.

    So after making any changes in the no, do not forget to refresh the screen.

    Hope this helps.

    Best Regards!!

    in reply to: Logo Very Tiny When Uploaded #72500
    wensolutions
    Keymaster

    Hello @bmorning3,

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

    Now to increase the size of the logo use below given CSS.

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

    .site-logo a img {
        max-width: 100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Larger Logo in Mega Blog Pro #72460
    wensolutions
    Keymaster

    Hello @withemilystevens,

    Glad we could help you.

    Let us know if you have any issue further.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/mega-blog/reviews/

    Thank you.

    Regards!!

    in reply to: Custom Social Icons in Social Menu #72459
    wensolutions
    Keymaster

    Hello @npiper,

    Here “\f19c” is the unicode of the icon.
    Screenshot
    http://prntscr.com/jlks6u

    You have to make sure to define the font family of the icon to render them and to know how please refer to below given link:

    https://tielabs.com/knowledgebase/how-to-add-a-custom-font-to-the-theme/

    You can also consider hiring the professional developer for this you wish.

    To hire a devloper please refer to below given link:

    http://wensolutions.com/hire-wordpress-customizer

    Thank you.

    in reply to: icons disappeared #72455
    wensolutions
    Keymaster

    Hello @frispo,

    The icon is not displayed because you have placed the custom links. Also, for your information for the major social networks, the icon appears automatically like facebook.

    To make your custom link appear you have to place the Unicode of that particular icon as well.

    screenshot:
    http://prntscr.com/jljtyo

    For example, you have to add the additional CSS as mentioned below:

    .construction_base_widget_social ul li a[href*="CUSTOM LINK"]::before {
        content: "\f0e1"; //unicode of the icon
    }

    Hope this clears up the confusion.

    Thank you.

    Regards!!

    in reply to: Size of caption in featured slider and transparency #72453
    wensolutions
    Keymaster

    Hello @cielmonoridi,

    To change the size of the text that appears inside the box of featured slider paste below given CSS.

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

    #main-slider.design-2 h3 {
        font-size: 26px;   
    }
    #main-slider p {
        font-size: 16px;
        
    }

    Change the size as per your requirement.

    Now to change the color use below given CSS.

    #main-slider.design-2 .cycle-caption {
        background: rgb(33, 159, 205) none repeat scroll 0 0;
        
    }

    Change the color as per your requirement.

    Hope this helps.

    Best Regards!!

    in reply to: Update: 4.9.6 #72448
    wensolutions
    Keymaster

    Hello @repsrpska,

    The icons are displaying fine in all the browser as you can see in below given screen record:

    https://imgur.com/a/AIaOgCi

    Also, the links that you have posted as a reference has some other kind of issue and is completely unrelated to yours.

    We are extremely sorry that we could not really locate the issue and site is displaying fine.

    Could you please check the site in “incognito window” ?? The site may be working fine in logged out case.

    Thank you.

    in reply to: How to change logo size and centre the site title. #72292
    wensolutions
    Keymaster

    Hello @provision,

    Please replace the above given CSS with the CSS given below:

    .custom-logo-link img {
        max-width: 45%;
    }
    
    @media (min-width:768px){
    	.search-section{
    		position: absolute;
    	    right: 0;
    	}
    	.site-header .container{
    		position:relative;
    	}
    	#site-identity {
    	    width: 100%;
    	}
    }

    Here for the logo size, increase/decrease the max width percentage as per your requirement.

    Also, the CSS provided will arrange the site title and the tagline vertically at left.

    Hope this helps.

    Regards!

    in reply to: Larger Logo in Mega Blog Pro #72291
    wensolutions
    Keymaster

    Hello @withemilystevens,

    To make the logo size larger use below given CSS.

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

    .site-branding img.custom-logo {
        max-height: 100%;
    }

    Hope this helps.

    Thank you.

    Regards!!

Viewing 15 posts - 3,976 through 3,990 (of 8,657 total)