Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Add rel = dofollow #108222
    barbyma31
    Participant

    Hi, Mahesh
    I’m sorry but I want to say that when in WordPress I have published 30 entries and in the Reading Settings I point out the Maximum Number of Entries to Display on site 10, the google crawler doesn’t continue to the following pages. This happens because the pagination links (Old Articles and New Articles) are “nofollow” and must be “dofollow”.

    In the single.php file I modified these lines but it didn’t work for me. Can you tell me how to do it, please?

    <span class=”nav-previous”><?php previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>←</span> Previous’, ‘catch-flames’ ) ); ?></span>
    <span class=”nav-next”><?php next_post_link( ‘%link’, __( ‘Next <span class=”meta-nav”>→</span>’, ‘catch-flames’ ) ); ?></span>

    In html it would be like this:
    Artículos antiguos

    Regards,
    Bárbara.

    in reply to: The slider doesn't work #80878
    barbyma31
    Participant

    Hi @alan,

    This question has been answered by the plugin author on this link:
    https://wordpress.org/support/topic/q2w3-disables-nivo-slider

    Regards.

    in reply to: Add second menu and breadcrumbs #68342
    barbyma31
    Participant

    Hi:
    I’m sorry. My English isn’t very well.
    The live preview have a menu before text widgets on footer area. I want to put a menu in that part of the theme but in menu configuration I couldn’t do.

    I want to have the breadcrumbs on the posts. I always work on child theme. I tested it adding the function in the content.php but not worked. Can you help me?

    Thank you.

    Regards.

    in reply to: Remove search bar #61603
    barbyma31
    Participant

    Hi:
    If add
    #searchform input#s {display: none;} widgets search is hidden.

    Regards,

    Bárbara.

    in reply to: Remove search bar #61601
    barbyma31
    Participant

    Hi Sakin:
    I added
    #sidebar-header-right {display: none;} and #header-content { padding: 0;}
    but
    #sidebar-header-right {display: none;} hide header social links.

    How i can to change it?

    My site: http://www.osandnet.com

    Regards,

    Bárbara.

    in reply to: The slider doesn't work #60473
    barbyma31
    Participant

    Hi.

    The slider works since yesterday.

    You told me that maybe another plugin causes the problem. I thought that problem could only be causes by Q2W3 Fixed Widget plugin. I disabled it and the slider worked.

    In the plugin forum, the developer says where modify settings to fix it.

    Today I’ve been testing it with multiple images and then comment you.

    Now, plugin and slider, are activated and working. And I’m very happy.

    I’m very grateful for your help.

    Regards.

    in reply to: The slider doesn't work #60322
    barbyma31
    Participant

    Hi:
    I have read the text about Rocket Loader.

    It’s written:
    How can I have Rocket Loader ignore my script(s) in Automatic Mode?
    You can have Rocket Loader ignore individual scripts by adding the data-cfasync=”false” attribute to the relevant script tag, for example:

    <script data-cfasync=”false” src=”/javascript.js”></script>

    Rocket Loader will still work for all other scripts.

    Notes:

    1. Adding this attribute within JS will not work to exclude the script from Rocket Loader.
    2. The ‘data-cfasync’ attribute must be added before the ‘src’ attribute.
    3. Rocket loader will recognize the tag when either single or double quotes are placed around the attribute value.

    I turned off Rocket loader but the slider didn’t work. I don’t know where I should write that code exactly. I don’t know what else to do.

    Thank you.

    Regards.

    in reply to: The slider doesn't work #60252
    barbyma31
    Participant

    Thank you for your answer.

    Cloudflare makes JS minify to my site.

    It is written in cloudflare: “Does Auto Minify impact third-party script? Auto Minify should not break third-party scripts. If you are seeing third-party scripts breaking on your site (Google, widgets, plugins), then Rocket Loader is most likely the cause of any errors you’re seeing.”

    I’ll read it well. I’ll do a test. And I’ll comment.

    My site is http://www.osandnet.com

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)