Okay
  Public Ticket #4024815
customisation
Closed

Comments

  • hellodaviddavis1 started the conversation

    The menu bar reduced in size on pages but not on posts. it wont thin out on posts. 

    9948515664.png
    3215903620.png
  •  302
    Theme Ruby replied

    Hi,

    We're not entirely sure we understand your question.

    Could you please send us a screenshot and temporary admin login access via a private ticket? We'll check it for you.

    Best regards,

  • hellodaviddavis1 replied

    I have reduced the width of the header in Elementor (there is no longer any padding above and below "Frontline Europa" in the menu bar. 

    The change took effect when the bar is viewed as a page. However, it remains wide, with the extra padding, when viewing an article page. 

    I have submitted two screenshots below. 

    Additionally, the page fails to populate category boxes when new posts are made. Also, some post categories refuse to display altogether when selected, meaning I can't display them on the homepage as a category.  

  • hellodaviddavis1 replied

    frontlineeuropa.com

  •  302
    Theme Ruby replied

    Hi,

    Thank you for the clarification.

    Regarding the "Frontline Europa" text: on single post pages, there is a specific style applied to the H2 tag that is causing the extra spacing. You can resolve this by adding the following custom CSS:

    .single-post .header-template-inner h2.elementor-heading-title {
        margin: 0 !important;
    }
    

    As for new posts not appearing in your category sections, please try clearing your cache and then checking again.
    If the issue persists after clearing the cache, kindly check whether the "Unique Post" feature is enabled. If it is, try disabling it and see if that resolves the problem. You can refer to this documentation for guidance:
    https://help.themeruby.com/foxiz/unique-post-remove-duplicate-posts/

    Regarding the second issue with certain categories not displaying, we’re not entirely sure of the cause yet. Could you please send us some screenshots along with notes or descriptions so we can better understand the problem?

    Best regards,

  • hellodaviddavis1 replied

    This worked, thank you. 

    My next request. 

    I will soon make photography-focused posts. Meaning I must make the photography the feature of the page. To achieve this, I want to extend the images beyond the width of the copy. As it currently appears in the theme, this is possible. However, the image, when made "wide width" stretches far to wide (in desktop view), essentially engulfing the entire page. It is too big. Can I please have some CSS to achieve the desired requirements? Thank you. This should work for both a single image and the use of 3 columns, and also the essential blocks slide show. For when I want to display a slide show instead of a single landscape image. 

    Thanks again

    6784390773.jpg



  •  302
    Theme Ruby replied

    Hi,

    Thank you for reaching out.

    You may refer to the following documentation for instructions on how to make images appear wider within your post content:
    https://help.themeruby.com/foxiz/how-to-create-wide-width-images-in-the-content-of-a-post/

    Please note that in order to apply this effect, the post must be using a layout without a sidebar.

    Feel free to let us know if you need further assistance.

    Best regards,

  • hellodaviddavis1 replied

    Hi, 

    Perhaps I didn't make myself clear. I understand how to make the images appear wide in a post without a sidebar. However, they become enormously wide, too wide, engulfing the screen. I want to reduce the maximum width of the block when it is "made wide". 

  •  302
    Theme Ruby replied

    Hi,

    Thank you for your message.

    The theme includes an option that allows you to limit the maximum width of wide images. To configure this setting, please follow these steps:

    Go to Theme Options > Single Post > Content Area > Align Wide Images & Gallery > Align Wide Max Width,
    then enter your desired maximum width value and click "Save Changes".

    Should you have any further questions, feel free to let us know.

    Best regards,

  • hellodaviddavis1 replied

    This worked, thank you. 


    Next...


    Is there a way to increase the space above and below elements universally? For example, to increase the space above and below an image in post (without having to manually add spacer blocks in every post) 

    Thanks

  •  302
    Theme Ruby replied

    Hi,

    Thank you for your message.

    To increase the space above and below images in posts globally, you can try adding the following custom CSS:

    figure.wp-block-image {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    

    You can adjust the 30px value to your preference.

    To add this CSS, go to Appearance > Customize > Additional CSS, then paste the code and publish the changes.

    Let us know if you need any further assistance.

    Best regards,

  • hellodaviddavis1 replied

    Thank you for this. Can I also have one for the pull quotes, please? 


    Also, is there a way to edit the colours of the mobile logo font (when no logo is uploaded)? Ideally, I would like a different colour for both light and dark modes. However, I would at least like to remove the other colour from the first letter. 
    Thanks again. 

  •  302
    Theme Ruby replied

    Thank you for reply!

    We are a little bit confused, To assist you effectively, we need a bit more information. Could you please open a private ticket and then provide:

    - screenshots highlighting the specific issue you’re encountering?

    - Relevant URLs related to the issues.

    - Please provide login credentials for accessing the dashboard (wp-admin).

    This information will help us check and help you.

    Thank you very much!

    Best regards,