Forum Replies Created

Viewing 15 replies - 16 through 30 (of 44 total)
  • Thread Starter srnb

    (@imonlyhappywhenitravel)

    Thank you, will check that ??

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi Kathryn,
    Yes,when I put it in the additional css it worked! What does this tell us now, that the css file has an error somewhere? Checked again but couldn’t see and the rest of the scripts work…

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    @phpexpert21 and Kathryn, thank you for your support. I added Kathryn’s suggestion to the css with !important note on mind but I didn’t see any change on android-samsung:
    imonlyhap
    pywhenitra
    vel

    and iphone:
    imonlyhapp
    ywhenitrav
    el

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi Kathryn, I did but nothing changed ?? this is on desktop btw. Mobile always showed it.

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Let me rephrase the above if there’s any misleading. Better have said category instead of tag I guess. I had used a custom menu widget and added the appropriate category to that menu on the destinations page. Any idea how I can replicate it to pictures besides them?

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi Kathryn,
    When i open the https link I can still see it fine. And as for the link, it’s not a manual link I gave. Instead, I had used a custom menu widget and added the appropriate category to that menu on the destinations page (which is what I had asked in the case it’s not a manual link on a seperate question how to apply onto the images next to them) so there’s no special https mention…

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Thank you Kathryn, yes I updated the child theme’s css but I’m afraid it didn’t work ??

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Ok,perfect, thank you. What kind of files should I be editing in a child theme then? Any document regarding that?

    The main page speed is not that bad,the ones with pictures is a bit slower (3-4 secs) which is higher than the ideal but you’re right, way better most similar minded websites’ (had done a similar check ?? ). This fix is one of the suggestions in pagespeed, gtmetrix,yes.

    Thank you.

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi again,
    Update on the issue; I tried it also on the main .htaccess file itself too. So that leaves me with two questions:
    1- can I .htaccess be in childtheme and overwrite the main one?
    2- I added this, why couldn’t i get it work?
    #BEGIN Expire Header
    <FilesMatch “\.(ico|jpg|jpeg|png|gif|swf)$”>
    ExpiresActive on
    ExpiresDefault “access plus 1 month”
    </FilesMatch>
    #END Expire Header

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi,
    So I’ve been working to optimize my page, still needs to be improved. One thing I came across is “add expires headers”. Since accessing the files directly wasn’t recommended, I created a copy of the .htaccess and edited that for this but it doesn’t seem to take effect. Any further recommendations?
    Also “optimize images” have improved up to 3 seconds but I still get “317.6KiB (18% reduction)” recommendation. I especially wanted some images to be with more quality and fitting the screen but I get a low grade for that. Total page size for that particular page is 2.09MB, is it still necessary to keep it minimum for the sake of drawing less attention from the audience with a better picture?
    Thanks.

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    I didn’t realize that, yes uploading the lost image and reordering the vertical ones next to each other solved it! Thank you ??

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Ok, thank you. The support of beaver-builder seems a paid service but I took my chance to ask it. I’ll see if I get an answer.

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Done Siobhan! Thank you soooo much :))

    I appreciate a lot that you get the exact point I’m talking about. You’re the best!!!

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi Siobhan,
    Appreciate the answer. There were no changes with the exact code above (neither of them, as-is or edited). Following your advice on categories, I assigned these 2 blank posts a “notapost” category and looking at the $excluded_terms, second parameter of get_adjacent_post, I tried to assign the posts with that category to this parameter. Didn’t work. Is the logic wrong?

    function pictorico_post_nav() {

    $categories = get_the_category();

    if ( ! empty( $categories ) && ($categories[0]->name)==’notapost’ ) {
    $skippostid = $categories[0]->term_id ;
    } else {
    $skippostid = ”;
    }

    // Don’t print empty markup if there’s nowhere to navigate.
    $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( true, $skippostid, true );
    $next = get_adjacent_post( true, $skippostid, false );

    if ( ! $next && ! $previous ) {
    return;
    }
    ?>
    <nav class=”navigation post-navigation” role=”navigation”>
    <h1 class=”screen-reader-text”><?php _e( ‘Post navigation’, ‘pictorico’ ); ?></h1>
    <div class=”nav-links”>
    <?php
    previous_post_link( ‘<div class=”nav-previous”>%link</div>’, _x( ‘<span class=”meta-nav”></span> %title’, ‘Previous post link’, ‘pictorico’ ) );
    next_post_link( ‘<div class=”nav-next”>%link</div>’, _x( ‘%title <span class=”meta-nav”></span>’, ‘Next post link’, ‘pictorico’ ) );
    ?>
    </div><!– .nav-links –>
    </nav><!– .navigation –>
    <?php
    }

    Thread Starter srnb

    (@imonlyhappywhenitravel)

    Hi,
    Yes,I did it accordingly. And I also had tried disabling the plugins for the awesomefont issue. I will reassign the pictures to the header, hoping there’s nothing else.
    Thanks.

Viewing 15 replies - 16 through 30 (of 44 total)