Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    31.10.2015 at 05:11 #21715

    Thank you for informing.

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    31.10.2015 at 05:10 #21714

    Hi Charity,

    You can try setting the page to full-with.
    In your Edit Page view, scroll down to Page Options and set it to full-width.

    Please post your website url.
    This will help me understand better.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    31.10.2015 at 05:03 #21713

    Hi,

    You are not using Alora on http://www.tobaccofreekids.org/

    In your Alora Theme, go to Theme Options -> Header -> 100% Background Image
    You will be able to set your header with 100% background image.

    For the page template, use default template. It will be boxed.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    31.10.2015 at 04:50 #21712

    Hi,

    Sorry, I have no idea why this is happening.
    There is no error in developer console when I am visiting your site on desktop.
    In iPhone, there is no developer tools to assist in troubleshooting.

    I will report this issue to my employer.
    I will request him to get his developer to look into this issue.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 07:02 #21704

    Hi,

    Sorry, just noticed this thread.

    I have provided a solution here.
    https://theme4press.com/support/topic/replace-with-a-custom-graphic/#post-21703

    Thank you.

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 06:44 #21703

    Hi Charity,

    I don’t think that’s a related answer.

    1) You can create a blank page.

    2) Type your text content.

    3) Insert content boxes after your text content with the help of the shortcode creator found in your WordPress content editor. The button with a number 4 icon.

    4) Set your Slider in the Slider Options

    5) After that, go to your WordPress admin -> Settings -> Reading and set this page as your static Front Page, you will also need to set a Post Page (blog).

    Hope this helps.

    With reference to our forum rule https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    For your next question, Please open a new thread and do not post in another user’s thread. I might not notice it, if it’s marked as resolved.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 06:29 #21702

    Hi,

    Please try disabling plugin one at a time to find any conflicting plugin.
    Do you have a server cache or cache plugin? if yes, please clear their cache.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 06:19 #21700

    Hi,

    That screenshot I produced was from firefox browser.
    You need to clear your firefox browser cache.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 06:10 #21699

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .archive .thumbnail-post {
    width: 200px !important;
    }

    It will look like this.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.10.2015 at 06:02 #21698

    Hi,

    Please use the following shortcode.

    [testimonials backgroundcolor="" textcolor=""]
    [testimonial name="John Doe" gender="male" company="My Company" link="" target=""]"<img class="size-thumbnail wp-image-3479 alignleft" src="http://lorempixel.com/80/80/abstract/" alt="" width="80" height="80" />This is a testimonial sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
    [testimonial name="Jane Doe" gender="female" company="My Company" link="" target=""]"<img class="alignleft size-thumbnail wp-image-3687" src="http://lorempixel.com/80/80/city/" width="80" height="80" />This is a second testimonial dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
    [/testimonials]

    Works properly and tested on my Alora theme on localhost.

    Thanks!