Viewing 20 posts - 21 through 40 (of 41 total)
  • Author
    Posts
  • #163509
    ELLIOTT
    Participant

    Also, how do I centre the title of the gallery picture – it’s called ‘Cover Story’ but is alinged to the left rather than centred.

    Thanks for all your help.

    #163510
    ELLIOTT
    Participant

    One more question!

    I tried to display the tagline on the logo at the top of the website but when I select publish, the tagline is aligned to the left and pushes the logo to the right hand side.

    Is there a way of getting the tagline to be aligned at the centre (and above) the logo?

    Thanks
    Elliott

    #163655
    Skandha
    Participant

    @elliottrae: There must be slight error while inserting the code due to which the error message showed up.
    Please provide me your WP login credentials so that I can correctly insert the code in your child theme. I will contact you shortly by email.

    Also can you clarify which featured posts title you would like to be centered.

    Kind Regards,
    Skandha

    #163657
    ELLIOTT
    Participant

    Hello

    – I have provided my login via email. Could you insert the code so the ‘Latest Posts’ is aligned correctly please.

    – On the featured posts: i will be using the ECT featured posts plugin a fee times on the website. I would like the title to be centred everytime I use the plugin please.

    – how do I centre the titles on gallery posts? You’ll see I have a Cover Story title which I would like centred.

    – how do I centre the tagline at the top of the website above the logo? When I select to display the tagline it pushes the logo to the right hand side and the tagline to the left.

    Thank you for all your help Skandha.

    Elliott

    #163665
    Skandha
    Participant

    @elliottrae: I have added the code to your site and now the title “Latest Posts” is showing up before your posts in the homepage. Let me know if this is what you wanted.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To center featured content title and gallery title */
    #ect_featured_content-4 .widget-title, #ct-gallery-image-5 .widget-title {
    	text-align:center;
    }
    
    /* To center tagline */
    #site-branding, #site-logo, #site-header {
    	display:inline !important; 
    }

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

    #163975
    ELLIOTT
    Participant

    Hi Skandha

    I want to remove the ‘log in’ tab from the menu. Can you let me know how to do it please.

    Thanks

    #164047
    Skandha
    Participant

    @elliottrae: Go to => Appearance => Customize => Menus => View All Locations => Primary Menu => Edit the menu => Click on Login and Remove.

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

    #164093
    ELLIOTT
    Participant

    Hi Skandha

    I had tried that already but the ‘login’ tab isn’t there. I think the login tab may have been added when the developer designed the bespoke login page – so it may need some changing of code I suspect.

    Can you advise how I can remove it please.

    Thanks
    Elliott

    #164127
    Skandha
    Participant

    @elliottrae: You can use the following Code to remove the login tab
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .ws-dropdown {
    	display:none;
    }

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

    #164249
    ELLIOTT
    Participant

    Thank you

    This works for the desktop but it still shows up on mobile. How do i remove for the mobile version?

    Thanks
    Elliott

    #164302
    Skandha
    Participant

    @elliottrae: I checked your site and the above could seems to have removed the login tab from both desktop and mobile. Are you still getting the login tab on mobile version?

    Kind Regards,
    Skandha

    #164689
    ELLIOTT
    Participant

    Hi Skandha

    On the mobile app the log-in is still there, it’s on the top right with it’s own tab.

    How do i remove it please?

    Thanks
    Elliott

    #164726
    Skandha
    Participant

    @elliottrae: Hello Elliot,
    I am not able to see the Login tab on mobile devices. Can you please attach me a screenshot of the issue so that we can be on the same page?

    Kind Regards,
    Skandha

    #164748
    ELLIOTT
    Participant

    How do I add a screenshot on here?

    #164759
    Skandha
    Participant

    @elliottrae: You can add the screenshot image in Dropbox and paste the link to the image here or you attach the image and send it to me as an email.

    Kind Regards,
    Skandha

    #164760
    ELLIOTT
    Participant
    #164761
    Skandha
    Participant

    @elliottrae: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-login-toggle {
    	display:none !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #164848
    ELLIOTT
    Participant

    Thanks Skandha – it works!

    #164864
    Skandha
    Participant

    @elliottrae: Hello Elliot, 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/clean-magazine/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

    #164893
    ELLIOTT
    Participant

    Hi Skandha

    I tried to post a review but I couldn’t log in. I uses my wordpress.com password but it doesn’t work!

Viewing 20 posts - 21 through 40 (of 41 total)
  • The topic ‘How to use the Essential Content Types Pro plugin’ is closed to new replies.