Forum Replies Created

Viewing 15 posts - 4,756 through 4,770 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to insert a form for contacts? #62099
    wensolutions
    Keymaster

    Hello @juscontab,

    To insert the contact form seven in your site please follow below given steps.

    1. Install a Contact Form Plugin in WordPress. You can install this plugin on your site by logging into your WordPress dashboard and going to Plugins » Add New.

    2.Create a Contact Form in WordPress. In your WordPress dashboard, click on the Contacts menu and go to Add New.

    3.After creating the new contact form go to Admin Panel > contact forms . Here you will find the shot codes which you need to paste on the page .

    Screenshot:
    https://image.prntscr.com/image/FMFi4EzQStSIOJA_nK4DbA.png

    4. Then the first thing you need to do is either create a new page, let say a page called “Contact” by going to Admin Panel > Pages > Add New .

    5. Finally paste the shortcode in that page and save the page.
    Screenshot:

    https://image.prntscr.com/image/1ikzmFaxT_KaXcQowrxQmQ.png

    Hope this helps.

    If you have any confusion further, please feel free to post.

    Best Regards!!

    in reply to: Search change #62044
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The excerpt length cannot be controlled by CSS but can only be through the use of custom code that we have provided. If you directly post the provided code in your functions.php file of the original theme then all of the modification will be lost once you update your theme to the latest update released.

    So we strongly recommend you to use the child theme for any modification within the theme.

    Also on top of it activating the child theme will not do anything to your original theme rather its best to customize your theme through the child theme.

    As for child theme, you just have to activate the plugin and create the child theme. It’s actually easy and quick.

    Hope this clears the confusion.

    Best Regards!!

    in reply to: Search change #62040
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Actually, you should create your own child theme. You can create the child theme manually and can also create the child theme using the plugin given below:

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

    After activating the required plugin create the child theme of the magazine plus pro and activate it. Then in your child theme functions.php file paste above given code.

    Hope this helps.

    If you have any confusion further, please let us know.

    Best Regards!!

    in reply to: Search change #62032
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Good to hear from you.

    You can control the excerpt length and Read more tag from the child theme.

    For this paste below-given code in your child theme functions.php file.

    https://gist.github.com/anonymous/5818724ab6f3c9b559477f2649a5dd04

    Hope this helps.

    Best Regards!!

    in reply to: Error Featured Product Carousel and products grid #62024
    wensolutions
    Keymaster

    Hello @malmossa,

    As mentioned earlier the products will be listed according to recently published date.

    However, if you want to change the order as per your wish you can use the plugin like given below:

    https://wordpress.org/plugins/intuitive-custom-post-order/

    After activating the required plugin, you can find the setting of the plugin by going to Admin panel > Settings > Intuitive CPO.

    Screenshot:
    https://image.prntscr.com/image/T5Z8B0EGS22ONkP7i-Z4vg.png

    After making required settings, you will be able to sort the product as per your requirement by going to Admin Panel > Products. You also will be able to sort the product within the specific category.

    In case, if you chose the option All Categories, just go to Admin Panel > Products and drag the products according to your requirement.

    Similarly, in case of specific category go to that Admin Panel > Products > Categories and then click on the no. listed in count column.
    Screenshot:
    https://image.prntscr.com/image/oIJ8oX5uQ2aXMYRq0KX3fw.png

    Here only the product that is associated with that category is displayed. Now change the order by dragging the product as per your wish.

    Hope this helps.

    Best Regards!!

    Have a goo day 🙂 .

    in reply to: Incorrect order of slides in Featured Slider #62023
    wensolutions
    Keymaster

    Hello @aljazbz,

    Please post your site URL so that we could inspect further and help you.

    Thank you 🙂 .

    Best Regards!!

    in reply to: ¿cómo activo la plantilla igual al demo? #62022
    wensolutions
    Keymaster

    Hello @huaranga,

    Actually, it does not cost anything.

    Here is the link to the official documentation :

    http://themepalace.com/instructions/themes/construction-base-pro/

    You can follow the instructions mentioned here and if you find any confusion further, please let us know.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: ¿cómo activo la plantilla igual al demo? #61866
    wensolutions
    Keymaster

    Hello @huaranga,

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

    The demo file is not bundled within the theme.

    So to set up your site as in the demo we do have our official documentation that will guide you to set up the site.

    Furthermore, while setting up your site if you find any confusion then please post here so that we could help you.

    Also please do post the issue in the English language so that it would be easier for us to understand and provide the fix.

    Thank you.

    Best Regards!!

    Happy New year 🙂 .

    in reply to: Incorrect order of slides in Featured Slider #61812
    wensolutions
    Keymaster

    Hello @aljazbz,

    As far as we have checked the theme locally we are unable to find such issue. The slider is displaying according to their placement i.e the one that is selected first will display at first and then the other slider respectively.

    If you have installed any third party plugin please try deactivating them one by one and verify the issue. If the issue is resolved you will know the exact plugin that is creating the issue.

    If this doesn’t solve the issue then kindly let us know, also do not forget to post your site URL so that we could inspect further.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    Happy New Year.

    in reply to: Error Featured Product Carousel and products grid #61690
    wensolutions
    Keymaster

    Hello @malmossa,

    The Screenshot you have posted is broken so we could not look further into the issue.

    You can use use the tools like the light shot to send the screenshot and please send the screenshot of your product list at the backend and frontend.

    Thank you 🙂 .

    Best Regards!!

    in reply to: Change the order of home section #61688
    wensolutions
    Keymaster

    Hello @stanfordlin,

    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/business-hub/reviews/

    Best regards !!

    in reply to: Change the order of home section #61669
    wensolutions
    Keymaster

    Hello @stanfordlin,

    To make the blog section appear at first you have to include below-given code in your child theme functions.php file.

    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 functions.php file paste below given code.

    function business_hub_customization(){
    
    remove_action( 'business_hub_blogs_content', 'business_hub_blogs_section', 10 );
    add_action( 'business_hub_slider', 'business_hub_blogs_section', 15);
    
    }
    add_action('init','business_hub_customization');

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Error Featured Product Carousel and products grid #61668
    wensolutions
    Keymaster

    Hello @malmossa,

    When we checked the theme locally we did not find such issue. The products are listed according to the recently published date i.e. Recently published products start displaying from the left side.

    Now when we checked your site we found that you do not have the latest version of the theme so please update your theme to the latest version and verify the issue.

    Also please explain the order according to which you want to display the product so that we could help you because by default the products are listed according to the published date.

    Thank you.

    Best Regards!!

    Have a good day 🙂

    in reply to: Improve google ranking #61667
    wensolutions
    Keymaster

    Hello @blueman,

    Actually, this is not the theme related issue and there nothing much we can say about this. However, you can try using the plugin like Yoast SEO.

    Link:
    https://wordpress.org/plugins/wordpress-seo/

    Note: We can assure 100% compatibility of the plugin with the theme since we have not done any compatibility testing of the plugin with the theme.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: How to change featured slider image? #61661
    wensolutions
    Keymaster

    Hello @nateh30gmail-com,

    First of all, we would like to apologize for the delay in replying to you.

    In the graduate pro theme, the slider can be set by choosing post, page, category. If you choose the options page then to change the slider image you have to go to individual page edit screen change the image in the featured image section.

    Screenshot:

    https://image.prntscr.com/image/eM3W7nW1SXC1C-rrNVYPbA.png

    Similarly, in case of post and category, you need to go to individual post edit screen to change the image.

    https://image.prntscr.com/image/08ELjsS1SJq7j0NJO-5jOA.png

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    Have a good day 🙂 .

Viewing 15 posts - 4,756 through 4,770 (of 8,657 total)