Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 12,027 total)
  • Author
    Posts
  • in reply to: Fotografie – Portfolio – Tagline – Change Capitalize #271506
    Skandha
    Participant

    @admin2019: Hello Cathal,

    5. I see that the background has changed to black in About page.
    To change text to white use the following CSS Code.
    .page-id-52180 .site-inner * {
    color: #fff;
    }

    6. I checked your site and this issue seems to have been solved.

    7. First you will need to create a child theme.
    To create a child theme you can use our plugin Generate Child Theme.

    Install and Activate the plugin.
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Fotografie and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Copy the file header.php from your parent theme folder to the child theme folder.

    Edit that file and swap the code lines 50 & 52 with each other.
    Now, the hero content should show up before the portfolio section.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Centre Gallery Images #271505
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    Can you please create the gallery on your site so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Changing URL/PermaLink for “Essential Content types” #271504
    Skandha
    Participant

    @childjacob2gmail-com: Hello Jacob,
    You can change that only if you are using the pro version of the plugin. Can you please let me know if you are using the free or pro version of the plugin?

    Kind Regards,
    Skandha

    in reply to: i have 2 problem #271500
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Change Font Colour of Blog Comments #271499
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #reply-title {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Selection Sorting #271496
    Skandha
    Participant

    @fireflywebs: Hello there,
    Yes, it can be moved using a child theme. Please post in your site URL and let me know which sections you would like to be made.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @technoliq: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Post Type Archive – Services #271494
    Skandha
    Participant

    @fredericopessanha: Hello Frederico,
    Can you please post in your site URL and let me know what changes you would like to be made?

    Kind Regards,
    Skandha

    in reply to: Centre Gallery Images #271430
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .gallery-caption {
        text-align: center !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @technoliq: Hello there,
    Try using the following CSS Code instead

    .entry-header .entry-meta {
        display: none;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: submenu link color #271427
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    Go to => Appearance => Customize => Color => Secondary Link Color => Change the Color and Publish.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Page title on generated news / blog / messages #271426
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    The Category that you create will show up as the title of the Category Archive Page. Since you have created the category Nieuws the title reads the same. You can remove the text Category: from the title but to rename Nieuws you will have rename the Category itself.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: Excerpt Options #271425
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    For that
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .more-link {
        text-transform: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Video Issues On Mobile Display #271424
    Skandha
    Participant

    @mmhgloba: Hello Edwin,
    Can you please attach a screenshot of the issue at you and and also let me know on which device you are having this issue?
    I checked the video on my mobile phone and it is displaying fine when viewed on both portrait or landscape mode.

    Kind Regards,
    Skandha

    in reply to: Issue with featured image on “Testimonial” page #271411
    Skandha
    Participant

    @tomdkat: Hello there,
    I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Menu Customize #271397
    Skandha
    Participant

    @five-birds: Hello Dirk,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the opacity of background color of the submenu and change border size and color */
    .navigation-classic .main-navigation ul ul {
    	background-color: rgba(0,0,0,0.5);
    	border: 1px solid #f23456;
    }
    
    /* To change text color on hover */
    #primary-menu li a:hover {
        color: #bc2b25;
    }
    
    /* To reduce distance between main menu and sub menu */
    .navigation-classic .main-navigation a {
        padding-bottom: 0px;
    }

    Let me know if this solves the issues.
    Kind Regards,
    Skandha

    in reply to: Less space under HeaderMedia on homepage #271393
    Skandha
    Participant

    @david-van-balgooi: Hello David, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/chique/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nirmalavidyaamruta: Hello there,
    Do you want to have the primary sidebar only on the Search Results page. If so I am afraid that is not possible with the available theme options.

    Kind Regards,
    Skandha

    in reply to: Color mobile menu #271379
    Skandha
    Participant

    @vanessakunz: Hello Vanessa,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Alternate Background Color not being applied #271287
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    This seems to be a bug in the theme. The color issue will be fixed and an update will be released soon. Thank you for reporting the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 2,961 through 2,980 (of 12,027 total)