• Resolved natasha006

    (@natasha006)


    Hello and thanks for this great theme.

    1- i will change the previous and next post text on all single page. it’s possible?
    i can’t find it on ocean document.

    3- it’s possible to change pagination type or remove it from a specific page?

    2- why should All PHP snippets be added via a child theme’s functions.php file ???
    if i add any snippet on main theme what problems will be occur?

    Thanks

Viewing 15 replies - 1 through 15 (of 21 total)
  • Hello,

    1. No, it is not possible without editing the theme file.

    2. Yes, it is possible, Go to Customize > Blog > Blog Entry and select a pagination style. You can’t hide it from a specific page/post without adding some CSS code.

    3. If you add the functions and style in the main theme, then it will be removed after the theme update. But if you are using a child theme, then there will be no such issue.

    Thread Starter natasha006

    (@natasha006)

    Thanks dear @apprimit for your reply.

    1- i can change it?

    i will to know that you can doing as a pro user in wordpress forum , to remove any url from topics?

    best regards

    • This reply was modified 6 years, 1 month ago by natasha006.

    Hello,

    Yes, you can change it by editing the theme file as I said.

    I didn’t understand it. Which URL do you want to remove? I think the moderator have rights to add/remove a link from a post.

    Thread Starter natasha006

    (@natasha006)

    Hello Dear

    i find it on partials/single/next-prev.php and changed it, thanks
    ——————————————————————
    i will remove any url from this topic:

    https://www.ads-software.com/support/topic/button-on-header-mobile-mode/

    if it’s need i can request with that account.

    thanks for help me.

    • This reply was modified 6 years, 1 month ago by natasha006.
    • This reply was modified 6 years, 1 month ago by natasha006.
    • This reply was modified 6 years, 1 month ago by natasha006.
    • This reply was modified 6 years, 1 month ago by natasha006.

    You can ask a moderator to do this. After posting a topic/comment, you can edit it within 1 hour after that you can’t remove/edit it.

    Thread Starter natasha006

    (@natasha006)

    Hi, thanks for reply

    please see the image:
    https://prntscr.com/mbgr97

    breadcrumb is for RTL sites.
    but LTR is okay.

    what is problem and how to solve it?

    Please share the site link so that I can check it on the live site and help you to fix it.

    Thread Starter natasha006

    (@natasha006)

    https://prntscr.com/mbpfy7

    i’m sorry for not written.

    I didn’t see the breadcrumb on your site. Can you please link to the correct page where it has?

    Thread Starter natasha006

    (@natasha006)

    It is on footer
    Last Bottom of site.

    Try to add the code to Customize > Custom CSS section and check it works or not.

    .site-breadcrumbs ul li:after {
        display:none;
    }
    • This reply was modified 6 years, 1 month ago by Amit Singh.
    Thread Starter natasha006

    (@natasha006)

    Excellent
    It’s working great.
    Thanks Dear Amit.

    also button on header (mobile view) was done by your help and Elementor on this topic:
    https://www.ads-software.com/support/topic/button-on-header-mobile-mode/
    only it needs to some modify for a great job.

    Thanks.

    You’re welcome!

    Thread Starter natasha006

    (@natasha006)

    hello again,

    it’s possible to force Scroll to Top Button position to right side?
    on RTL site it will not change to right position.

    Thanks

    Try to add the below code to the Customize > Custom CSS section and check it works or not.

    .rtl a.elementor-button-link.elementor-button.elementor-size-xs {
        float: right;
    }
    .rtl header.elementor-element.elementor-element-c00fcec.elementor-column.elementor-col-33.elementor-top-column {
        width: auto;
    }
Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Change default text & …’ is closed to new replies.