Forum Replies Created

Viewing 20 posts - 1,481 through 1,500 (of 2,016 total)
  • Author
    Posts
  • in reply to: Reposition home page content #91810
    Pratik
    Participant

    @shorebeing:
    You can add Featured Content title by going to Appearance=> Customize=> Featured Content=> Headline for Featured Content and add in the title.

    To justify the homepage content, you can add following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    .home .entry-content {
        text-align: justify;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Issue with site logo #91737
    Pratik
    Participant

    Hi @kalatos,

    There was an issue with WP 4.5 on theme latest version. To solve this, please follow these steps:
    1. Goto Appearance=> Customize => Header Image and then Hide the image there
    2. Go back one step and then to Customize => Site Logo and then add in the image there

    WordPress 4.5 provided us with Custom Logo, so we have used core option to keep the theme updated.

    Let me know how it goes.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @pal_coche,
    Are you facing any issues now?

    in reply to: Issues with correct feature slider size #91722
    Pratik
    Participant

    Hi @Victoria,
    Are you using Featured Post Slider? If you are, then you will need to regenerate the thumbnails using Regenerate Thumbnails Plugin.

    Let me know if you still face problems after regenerating the thumbnails. Also, please post in your site url.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @pal_coche,

    Your site is sending errors because it is exhausting the memory. You can follow the steps mentioned here.

    Also, you can try renaming the plugins folder, some plugins hog up the memory and then try adding them one at a time to see which plugin is the culprit.

    Also, you can ask your host to help you increase them memory limit. They can do it by adding php.ini file with correct parameters.

    Regards,
    Pratik

    in reply to: Picture orientation #91689
    Pratik
    Participant

    Hi @Lisa,

    You can use any image sharing sites to upload an image and share the link here. Like http://postimage.org, http://imgur.com, http://www.image-share.com, etc

    in reply to: Reposition home page content #91682
    Pratik
    Participant

    Hi @ShoreBeign,

    Do you mean the text “Deep in the Sussex rolling countryside……..” to sit above the three images(Date and Price, Accommodation and Food).

    For that, you can goto Appearance=> Customize=> Featured Content and check the option Check to Move above Footer. This will move the images below the content(above footer).

    Let me know if this is what you wanted. If not, please let me know which content and images you mean, maybe via a screenshot.

    Regards,
    Pratik

    in reply to: Featured Slider Customization issue #91681
    Pratik
    Participant

    Hi @Nadia,
    1. There looks to be an issue changing Transition Length from customizer as you have mentioned. For now, try changing that option from Appearance=> Theme Options=> Featured Slider(Tab)=> Slider Options=> Transition Length. We will fix the customizer issue in next version. Thank you for the report.

    2. Since the site is not live, can you let me know which Slider type you are using? If it is Image Slider, then you will need to upload all images with same size. It it is Post, Page or Category Slider, then you will need to regenerate the thumbnails using Regenerate Thumbnails Plugin

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: "permission to preview drafts". #91680
    Pratik
    Participant

    I did some research and it looks like cache problem. Can you try following:
    * Remove all cookies from the cache
    * Restart the PC
    * Log in at your WordPress correctly

    If this fails, can you try a different device?

    in reply to: "permission to preview drafts". #91679
    Pratik
    Participant

    Hi @Nels,
    Are you the admin of the site? Also, there might be some plugins blocking access, try deactivating all plugins and repeat the process.
    Also, this is an issue related to WordPress rather than the theme itself, so it will be better if you access the WordPress forums.

    Regards,
    Pratik

    in reply to: Picture orientation #91678
    Pratik
    Participant

    Hi @Lisa,
    Can you post your site url. Also, some screenshots might help if possible.

    Regards,
    Pratik

    in reply to: Featured FB Picture #91677
    Pratik
    Participant

    Hi @Lisa,
    Facebook uses open graph for finding the main image. So, for that, you can either use Catch Web Tools plugin. It has open graph tools that you can use to add image that will be fb image.
    Let me know if you run into trouble.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @pal_coche,
    I will send you an email, and then you can send me the error in that email. Please give me a few time.
    Regards,
    Pratik

    in reply to: qtranslate-x translations not working #91634
    Pratik
    Participant

    Hi Diego,

    Thank you for upgrading to pro version. Please post in if you face any more issues.

    It issue will go away in Pro version.

    Regards,
    Pratik

    in reply to: qtranslate-x translations not working #91570
    Pratik
    Participant

    Hi @nican,

    We have tried to debug the issue and it looks like plugin issue. All the settings are saving perfectly, but when language is switched the content gets changed even when logged out. Please contact the plugin’s support forum for further resolution.

    Regards,
    Pratik

    in reply to: lost widgets #91520
    Pratik
    Participant

    Hi @Barb,

    You will need to upgrade to pro for Page sliders.

    in reply to: lost widgets #91449
    Pratik
    Participant

    Hi @Barb,

    To find the id for post, you can either add Catch IDS plugin or Catch Web Tools with Catch IDs module activated.
    Once installed and activated, you will be able to view the Id of the post on the Post list page. Let me know if you run into trouble.

    Regards,
    Pratik

    in reply to: lost widgets #91384
    Pratik
    Participant

    Hi barb,

    I think the mistake is that you have used Page id instead of Post ID. The Free version only has Post Slider and Category Slider, not page slider. Page slider is present in Pro Version.

    Please try adding Post ID instead and see if it works or not.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: lost widgets #91382
    Pratik
    Participant

    Hi @Barb,

    I will need access to your admin as this looks to be a strange issue. I will email you soon.

    in reply to: Error in footer #91220
    Pratik
    Participant

    Hi @rafalwerez,
    Yes that it is. Editing that part is only available in pro version. However, I can provide you with code to hide that part. For that, goto Appearance=> Customize=> Theme Options => Custom CSS and add in following CSS code:

    
    #site-generator {
        display: none;
    }
    

    Regards,
    Pratik

Viewing 20 posts - 1,481 through 1,500 (of 2,016 total)