Forum Replies Created

Viewing 15 posts - 5,386 through 5,400 (of 8,657 total)
  • Author
    Posts
  • in reply to: Change image thumbnail for "Our work" section #53798
    wensolutions
    Keymaster

    Hello @maapinho,

    The work section crops the image . So if you want to display the full image size you have to activate the child theme .

    You can even activate the child theme using the plugin given below :

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

    After activating the child theme in your child theme create the folder sections . Then create the file section-work.php inside the folder sections. Finally paste below given code in your section-work.php file .

    https://gist.github.com/anonymous/256f12b3eabafd4f531efc4362011a4a

    Hope this helps .

    Best Regards!!

    in reply to: Disable Plugin Nag Messages #53794
    wensolutions
    Keymaster

    Hello @tekiebelu,

    Actually nothing is missing but your text editor changes the apostrophe (‘) to (‘) which generates the error.

    So please correct them and verify And not to forget the code works when checked locally .

    Hope that make sense .

    Best Regards!!

    in reply to: Disable Plugin Nag Messages #53791
    wensolutions
    Keymaster

    Hello @tekiebelu,

    Please inform the code editor that you are using as the it is changing the quotation mark .

    Also for your information you can use text editor like notepad so that it won’t change anything in the code .

    Yes please do let us know if you find the issue that you have mentioned earlier .

    Best Regards!!

    in reply to: Can we show grid posts in category section? #53790
    wensolutions
    Keymaster

    Hello @delight ,

    The theme itself does not have option to show grid posts in category section. However you can try using the plugins as there are many plugins available .

    But we cannot assure 100% compatibility of any third party plugins as we have not done any compatibility testing of the plugin with the theme .

    Hope this helps .

    Best Regards!!

    in reply to: Color Options Not Working in SiteBuilder #53788
    wensolutions
    Keymaster

    Hello @lynaeash ,

    To change the color of title to grey of Featured Trips Widget go to featured trip widget edit mode . In the edit screen go to Color setting > Widget Title an change the color to grey .

    Similarly to make the Read More button hover color black use below given CSS .

    .latest-news-text-wrap a.read-more:hover {
        opacity: 1;
        background-color: #000;
    }

    Hope this helps .

    Best Regards!!

    in reply to: Background Images Site Builder #53787
    wensolutions
    Keymaster

    Hello @lynaeash ,

    To make the background image completely cover the Featured Trips Widget section as in the demo link just go to page builder edit mode. Now go to Featured Trips Widget section > Edit Row > Design and upload the background image of your choice . Finally go to Background image display and chose the option Parallax from the drop down and save .

    Refer to below screens hots for clear info :

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

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

    Repeat same process for latest news widget .

    Hope this helps .

    Best Regards!!

    in reply to: How do I change color in page title? #53782
    wensolutions
    Keymaster

    Hello @lynaeash,

    To change the color of the first letter of the title of search page use below given CSS.

    .search h1.page-title:first-letter {
        color: #fff !important;
    }

    Hope this helps .

    Best Regards!!

    in reply to: price filter color #53776
    wensolutions
    Keymaster

    Hello @fatim ,

    Nice to know that your issue is resolved .

    Now to change the color of the filter price color use below given CSS .

    .price_slider_amount .price_label {
        color: #130ef1;
        font-size: 13px;
        font-weight: bold;
    }

    Change the color code as per your requirement .

    The price size seems to be small so we have increased the size as well . Hope this one will work for you as well .

    Best Regards!!

    in reply to: Disable Plugin Nag Messages #53775
    wensolutions
    Keymaster

    Hello @tekiebelu,,

    We we checked the code you have pasted we found that you have changed the apostrophe enclosing the functions name which is generating the error .

    Please copy the exact code that we have provided without any changes in your child theme functions.php . Also we have only provided the code after the testing and it works fine .

    As for the shop page we do not find such issue when we checked your site and even when we checked the theme locally we are unable to find such issue . So explain the case when you will get such issue so that we could help you .

    Hope this helps .

    best Regards!!

    in reply to: Search Bar Top Nav & Social Media Icons Spinning #53774
    wensolutions
    Keymaster

    Hello @lynaeash,

    Nice to know that your issue is resolved .

    For any confusion further please let us know .

    Best Regards!!

    in reply to: Changing Red Elements on Blog Posts & Home Page #53773
    wensolutions
    Keymaster

    Hello @lynaeash,

    Glad we could help you .

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: Blog feed not functioning properly #53770
    wensolutions
    Keymaster

    Hello @leannebeattie,

    When we checked the theme locally it is working absolutely fine .

    So please make sure you have entered the content at content area of the posts .

    Screen shot :

    https://image.prntscr.com/image/TB1-rslbSlGG7Jz395_zrA.png

    Kindly let us know if the issue is still not resolved .

    Best Regards!!

    Have a good day .

    in reply to: Mobile Menu Missing #53769
    wensolutions
    Keymaster

    Hello @wapel,

    Glad we could help you !!

    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/academic/reviews/

    Best regards !!

    in reply to: Use more than just one header image #53768
    wensolutions
    Keymaster

    Hello @lou,

    With yummy theme you can set different image for different page . The theme has already provided the option to set different header image for different page .

    For this you have to go to particular page edit screen. There at the bottom you can see Yummy meta option . Just go to Header Image options and check the option Enable( Featured Image ). So whatever image that you upload in featured image section of that particular page it will appear as the header image .

    Hope this helps.

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: Iframe Issue #53765
    wensolutions
    Keymaster

    Hello @rainbow_tj007,

    Glad we could help you .

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

    Best Regards!!

Viewing 15 posts - 5,386 through 5,400 (of 8,657 total)