Forum Replies Created

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • Josue, I have no AddThis plugin in the site. These cookies seem to come from Enfold.

    in reply to: Max site width always 910px after updating to 3.0.5 #388163

    Hello Ismael,
    Thank you for your reply.
    I updated to 3.0.8, tried to de-activate all plugins, tried with Enfold basic theme and with child theme but nothing changes.
    No cache or minify plugins are used.
    All settings changed in the Enfold control panel are applied, excepted site width.

    Hello Yigit, Unfortynately my installation is local, too.

    Hello Ismael, thank you for your suggestion.

    Yes, it works. I changed the first value to @media all and (max-width: 767px) so that it suits tablets, too.

    Moreover, the social icons (I tried just Facebook, Twitter and Flickr) on the right side of the header with centered logo overlap the logo and the menu.

    It might be worthwile correcting this, if possible.

    Thank you.

    in reply to: Logo adjustments on mobile #250951

    Hello Ismael, thank you (and Yigit) for your help.

    Now it works. This is the full code, just in case anyone can need it:

    /* CORRECTION ON MOBILE LOGO */

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100% !important;
    height: auto!important; }}

    @media only screen and (max-width: 767px) {
    .responsive #top .mobileMenu {
    margin: 20px 0 10px 0;
    width: 100%;
    padding: 10px 4px;
    }

    .responsive .logo {
    position: static;
    height: 90px;
    float: none;
    }
    }

    I just made a bit of fine tuning on line 3 from:

    max-width: 80%;

    to:

    max-width: 100% !important;

    because a part of the right side of the logo was cut.

    I hope this does not affect other devices. At the moment I have only tested it on a Samsung / Android device and soon I will also check it on a iPhone.

    in reply to: Logo adjustments on mobile #250330
    This reply has been marked as private.
    in reply to: Logo adjustments on mobile #249164
    This reply has been marked as private.

    Hello again, I have solved the problem.

    I have updated WP to 3.8.1 and Pages and Post entries are visible again in the Menu section.

    BUT… what is strange is that BEFORE updating the WP core WAS ALREADY 3.8.1.

    Anyway, there was an invitation to update to 3.8.1. So I did click on it and the problem has disappeared.

    I hope this can be useful to someone else.

    Hello Peter, Thank you for your reply.

    I tried to re-import the DB. Unfortunately the problem is still there.

    in reply to: Blog posts widget and Archives not translated #241618

    OK, I solved the problem

    The WPML plugin needed updating.

    in reply to: Blog posts widget and Archives not translated #241606

    I tried deactivating all plugins.

    I also tried using this code, as indicated in another post of this forum:

    if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title(array(‘heading’=>’strong’, ‘title’ => $title, ‘link’ => $t_link, ‘subtitle’ => $t_sub));

    $page = get_query_var( ‘paged’ ) ? get_query_var( ‘paged’ ) : get_query_var( ‘page’ );
    query_posts(array(‘posts_per_page’=> get_option(‘posts_per_page’),’paged’=> $page));

    With no result.

    in reply to: Transparent background for slogans home page slider #241578

    Hello Josue,

    Thank you for sharing this very good video.

    Unfortunately nothing is said about transparency.

    Anyway I found another post in your forum, which led me to this CSS line:

    .ls-s-1 {background-color: rgba(0,0,0,0.7) !important; }

    Now all sliding text is shown on a black background with 70% transparency.

    I hope this is useful for someone else.

    in reply to: Block the height of header #238744

    Wonderful, works really fine.

    I believe this function might be part of your next release.
    Why? Because your customer might want to display his logo in full size (and not reduced) when the visitor is scrolling the page, without losing the nice touch of the transparent header.

    Thank you Yigit!

    Thank you Ismael,

    I commented out as follow, and apparently it works in /enfold/functions-enfold.php…

    in the code block starting as… if(!function_exists(‘avia_post_nav’))

    if(version_compare($settings[‘wpversion’], ‘3.8’, ‘>=’ ))
    {
    // $entries[‘prev’] = get_previous_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
    // $entries[‘next’] = get_next_post($settings[‘same_category’], $settings[‘excluded_terms’], $settings[‘taxonomy’]);
    }
    else
    {
    // $entries[‘prev’] = get_previous_post($settings[‘same_category’]);
    // $entries[‘next’] = get_next_post($settings[‘same_category’]);
    }

    Thank you for your assistance.

    Hello,

    I have read this post with interest.

    Anyway, how could such structure be completely removed, so that the code is lighter?

    Could you please indicate which files are to be edited?

    Thank you.

    in reply to: Social icons and phone number in header #228931

    Right! Thank you very much Yigit. It works fine!

    in reply to: A bulk CSS surprise #227399

    OK, I fixed it.
    The problem was: in WP dashboard / Settings / Media -> “Save uploads in this folder” we had set, long time ago, a /photo/ folder, in the server root.
    Therefore, the /dynamic_avia/ folder was supposed to be created here.
    Once I created it all worked.

    Meanwhile I had made a copy of this WP test installation, just to experiment on it, and that installation contained a child theme.
    The child theme did not work properly.
    I then understood that the /dynamic_avia/zzzzz.css file for the child theme needed to be named mysite_child_theme.css (where mysite is the site name as specified in WP dashboard / Settings / General -> Site name.

    Well, I wish to thank the Kriesi staff for the kind support and hope this experience can be useful for other people in this forum.

    in reply to: A bulk CSS surprise #227389

    Hold on… maybe I got it… just one second.

    in reply to: A bulk CSS surprise #227385

    Another test I made was giving 777 permissions to /httpdocs/ (never tried before!) but nothing changed.

    in reply to: A bulk CSS surprise #227382

    Hello Ismael,
    Thank you for your suggestion.
    Unfortunately the enfold.css is not created.
    Permission in /wp-content/uploads/dynamic_avia/ are all set to 777.
    I also tried deactivating the theme and re-activating it, with no result.

    in reply to: A bulk CSS surprise #227309

    Hello Kriesi,
    Thanks for your explaination and suggestions.
    I checked the state of the folders and found:

    1) wp-content/uploads/dynamic_avia/ already exists on the server
    2) Permissions for all folders was already set to 777 for the three folders
    3) in /dynamic_avia/ I found no enfold.css file
    4) I created an enfold.css file and gave it 777 access permissions
    5) I went to the theme Options section, changed a styling setting and saved
    6) I opened the newly created enfold.css file but nothing was written in there.

    I believe we are just missing one single step somewhere…

    in reply to: A bulk CSS surprise #226853

    Hello Kriesi,

    Thank you for your proposal. Unfortunately our customer does not allow us to give access to his site to other people.

    What I can tell you is that the huge block of CSS is the output of / enfold / css / dynamic-css.php

    I tried to replace the /enfold/ files with the latest version (today, version 2.5) and use it without the child theme I had created: the block remains.

    I also de-activated all plugins, but nothing changed.

    What else could I try?

    Thank you.

    in reply to: A bulk CSS surprise #220875

    Hello, any news about this question?

    Thank you.

    in reply to: A bulk CSS surprise #219397

    Hello Ismael,

    I tried changing the colour scheme two times, with no result.

    I also tried de-activating the /enfold-child/ theme and activating the basic /enfold/ configuration but nothing changed.

    The CSS remains in the HTML.

    in reply to: A bulk CSS surprise #219326

    Hello Peter,

    No, unfortunately nothing changed after following your procedure above. No file is created in the new folder “dynamic_avia” and the CSS block remains in the HTML.

    Actually, now it comes to my mind what follows. If I remember correctly your Enfold theme does not come with a child-theme folder.
    I created a child theme folder and all the rest worked fine.
    Can this be the reason of this malfunction?

    Thanks.

    in reply to: A bulk CSS surprise #217449

    Hello, any other suggestion?

    Thank you.

    in reply to: A bulk CSS surprise #217079

    OK Devin, thank you for your suggestion.

    I changed permissions of either /wp-content/ and /wp-content/uploads/ even to 777, went to the styling tab, changed a setting and saved, but nothing changed.

    in reply to: A bulk CSS surprise #216898
    This reply has been marked as private.
    in reply to: Breadcrumbs for Home / Category / Postname #215110

    Oh, boy! Everything seems to work fine!
    Thank you Dude.
    Tomorrow morning I’ll check everything back again.
    Thanks a lot!

    in reply to: Breadcrumbs for Home / Category / Postname #214909

    Hello Dude, thank you for your answer.

    I tried to remove the code as you suggested but nothing changes. I still get:

    URL in Archive: mysite .com/events/ = OK
    Breadcrumb in Archive: Home / Events = OK

    URL in the post: mysite .com/events/u2-concert/
    Breadcrumb in the post: Home / U2 concert = NO
    It should be: Home / Events / U2 concert

    Unfortunately solution 2 does not solve the question: I cannot use a page with the same url /events/ as the taxonomy archive, as the system will always open the category and not the page.

    I should set a different URL for the page, such as mysite .com/my-events/, but it would not be correct, as the post would still be mysite .com/events/u2-concert/. I want to achieve the normal WP continuity from /archive/ to /archive/post/, which is optimal for SEO.

    Is there another possibility?

    Thanks a lot.

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