Forum Replies Created

Viewing 30 posts - 151 through 180 (of 223 total)
  • Author
    Posts
  • in reply to: Pinterest "Pin it" button and share button issue #868690

    Hello Victoria,

    oh yes, of course. Please kindly find the login details in the below private content box. Thank you for your help in advance.

    Have a great day!

    Kind regards,
    Sophie

    Hello,

    so meanwhile I added some more categories to the code in functions.php and it seems to work :-) . So you can close this topic out. Thanks so much for all your efforts.

    Have a great day!

    Kind regards,
    Sophie

    in reply to: Visitors get no e-mail via contact form #864058

    Thanks, Rikard. Awesome. You can close this topic now. Thanks again for all your help.

    Kind regards,
    Sophie

    in reply to: Remove "Tag archive for: TAG" in title bar #863494

    Thank you, Victoria. I think you can close this out :-) .

    Have a great day!

    Best regards,
    Sophie

    in reply to: Visitors get no e-mail via contact form #863422
    This reply has been marked as private.
    in reply to: Visitors get no e-mail via contact form #863421

    Hi Rikard,

    yes, this is causing it. When changing it to e.g. ” | ” it is not causing that problem. So I changed to “& g t ;” (without space between) and it is working as well! Thank you for helping figuring it out :-) !

    Have a great day, Rikard!

    Best regards,
    Sophie

    in reply to: Remove "Tag archive for: TAG" in title bar #863398

    Hi Ismael,

    ah sorry, I did not see that. I replaced my code with your above one – and it works :-) ! Awesome! Thank you for your help, Ismael. You can close this topic out now.

    Best regards,
    Sophie

    in reply to: Visitors get no e-mail via contact form #862982

    Hi Rikard,

    oh yes, you are right, it’s the link that keeps the checkbox from displaying on the frontpage. Is there any possibility on displaying a link within the checkbox text?

    Thanks for your help, Rikard. Such an awesome support.

    Kind regards,
    Sophie

    in reply to: Remove "Tag archive for: TAG" in title bar #862461

    Hi Ismael,

    thank you for your reply. I am already using this code for removing the “Archive for:” in “Archive for: Category”, but this is not working for the “Archive for: Tag”. Can you help and tell how to remove it for the tags?

    Thanks and best regards,
    Sophie

    in reply to: Visitors get no e-mail via contact form #862149

    Hey Basilis,

    great, the code from the link worked. Thank you :-) !

    Just one more issue regarding the Enfold contact form: I am using a checkbox, but on the frontend it only displays when logged in. As soon as I log out from backend, the checkbox disappears on frontend. Do you have any idea how to resolve?

    Thank you for your kind helo in advance.

    Best regards,
    Sophie

    in reply to: Remove "Tag archive for: TAG" in title bar #861440

    Hey Jordan,

    thank you, the code is working :-) . Yes sure, please kindly find the login details in the private content box. Thank you for your help in advance.

    Kind regards,
    Sophie

    in reply to: Remove "Tag archive for: TAG" in title bar #860150

    Hey Jordan,

    yes of course. Please kindly find the screenshot and the link to page in question in private content box.

    Kind regards,
    Sophie

    Hi Ismael,

    thank you for your fast reply. I am already working with Poedit. I have not tried Loco plugin, because I thought it would sufficient using Poedit. So, I just checked again and I think I found the problem, but not a solution: The problem is “%s“. For example, for translating “Previous Events” it shows “Previous %s” > in German “Vorherige %s”. So how to change when there is no possibility for entering?

    Thanks so much for your help in advance.

    Kind regards;
    Sophie

    in reply to: How to add social profile icons to sidebar widget? #858095

    Hi Jordan,

    awesome, thank you! That works :-) ! You can close this topic now.

    Kind regards,
    Sophie

    in reply to: How to add social profile icons to sidebar widget? #858060

    Hey John,

    thank you for your fast response and your tip! That works and I was able to put the social profile icons to my sidebar :-) ! Just one small thing: How to move the icons to the left to show up aligned to widgettitle (please see screenshot in private content box)?

    Thank you for your help in advance.

    Kind regards
    Sophie

    Hi Ismael,

    okay, I got it ! Yes, that was what I wanted to achieve: Displaying the subcategories and sub-subcategories in the URL. So, I added some more categories and subcatgeories to the functions.php and it seems to work when deselecting the parent category! Thank you so much for all your patience and efforts resolving this issue :-) ! But, please give me some more time, I will check with some more subcategories and sub-subcatgeories and will let you know the outcome if we can close this topic finally ;-) .

    Oh, by the way: Can you please remove the URL showing my website in your a/m post? Thanks a lot!

    Have a great day!

    Kind regards
    Sophie

    Hi Ismael,

    please kindly find the login credentials and the URL to one of the posts in the private content box. Really hope you can help and fix this issue. That would mean a lot to me. Thanks so much in advance, Ismael.

    Kind regards
    Sophie

    in reply to: Don't display author link at all in my source code #857592

    Hi Jordan,

    thank you for your fast response. Okay, I will put this file to the /includes folder as well. I think you can close this topic now :-) .

    Thanks again!

    Kind regards
    Sophie

    in reply to: Don't display author link at all in my source code #857476

    Hi Victoria,

    great, that tip did it, Victoria :-) ! Thank you so much! Just one more question: I made some changes in loop-search.php – do I need to put this file to the /includes folder as well?

    Thanks again for all your help!

    Kind regards
    Sophie

    Hello Basilis,

    thank you for your fast response. That’s what I already did as well: looking at the .mo/.po files of the Events plugin, but I could not find the words that I need to change in there, either the English nor the German words.

    Do you have an idea? Can you help? Thanks so much in advance.

    Kind regards,
    Sophie

    in reply to: Don't display author link at all in my source code #857069

    Hi Victoria,

    please find the link to the post from where the screenshot was taken in private content box. No, it’s not from the comments component, but it’s from post meta info > blog author > entry author link etc. and the code that Andy gave at that time was for removing exactly that information.

    Really hope you can help. Thanks a lot in advance, Victoria.

    Best regards
    Sophie

    Hey John,

    thank you for your fast reply, John. Oh, yes of course. Please kindly find the login credentials in private content box. Please note my website is still in maintenance mode.

    Thank you for all your kind efforts in advance. Wish for you a great day!

    Kind regards,
    Sophie

    in reply to: Don't display author link at all in my source code #856559

    Hi Victoria,

    please kindly find a screenshot in private content box. Thank you for your help in advance.

    Kind regards
    Sophie

    Hi Ismael,

    thank you, Ismael. I did as per your advice:

    1. I selected both the main and sub category.

    2. Then added your code as follows to the functions.php:

    add_filter( 'body_class', function( $classes ) {
    	if( is_single() && has_category( array('rezepte', 'konfitueren') ) ) {
    		$classes = array_merge( $classes, array( 'single-recipe' ) );
    	}
    
    	if( is_single() && has_category( array('rezepte', 'getraenke', ) ) ) {
    		$classes = array_merge( $classes, array( 'single-lebensart' ) );
    	}
    
      return $classes;
    });

    But nothing changed. Only for category icecreams it works, even though I did NOT put its subcategory to the functions.php.

    3. When choosing a recipe post from menu item “Recipes”, the green active menu indicator is showing up below menu item “Recipes” AND “Lifestyle”, but it should only show up below “Recipes” (screenshot in private content).

    4. When choosing a lifestyle post from menu item “Lifestyle”, the green active menu indicator is jumping back to menu item “Blog”.

    5. I do have lots of categories and subcategories. How to put them in the functions.php as well?

    6. Shall I still use the custom CSS you gave me:

    .single-recipe #menu-item-450 .avia-menu-fx {
        display: none !important;
    }
    
    .single-recipe #menu-item-480 .avia-menu-fx {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    
    .single-lebensart #menu-item-450 .avia-menu-fx {
        display: none !important;
    }
    
    .single-lebensart #menu-item-481 .avia-menu-fx {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    Really hope you can help, since I cannot figure out what’s wrong here. Thank you for all your efforts in this issue, Ismael.

    Best regards
    Sophie

    in reply to: Don't display author link at all in my source code #856245

    Hi Victoria,

    I just checked, the author link is still there. Please see an example post link in private content box. Thanks a lot in advance, Victoria.

    Kind regards
    Sophie

    in reply to: Don't display author link at all in my source code #855857

    Oh yes, you are right, I disabled it due to security reasons, but I just enabled it. Thanks a lot, Victoria.

    Best regards
    Sophie

    in reply to: Don't display author link at all in my source code #855486

    Hi Victoria,

    yes of course, please kindly find in private content box below.

    Thanks so much in advance.

    Kind regards
    Sophie

    in reply to: Don't display author link at all in my source code #855376

    Hello,

    while searching around I found this thread from 2015. This is what I would like to achieve as well and did the following: I opened /wp-content/themes/enfold/includes/loop-index.php, made a copy, removed the following code and put the copy to my Enfold child theme. But I still can see the author link in the source code

    echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();

    Can you help? Thank you for your kind assistance in advance.

    Best regards
    Sophie

    Hi Ismael,

    no, I did not mean the breadcrumbs, I mean the permalink structure. And after some playing around, I think I found the bug:

    To use the modification from the previous thread for excluding my recipe posts “recipes” and “lifystyle” from the default blog posts, I need to select the main category AND the subcategory in the backend. And that changes the permalink of each post (but not for the default blog posts, they are working properly, because they have no modification).

    So, if I deselect for example the main category “recipe” and just select the subcategory “icecream”, the permalink is displaying properly: mywebsite.com/recipes/icecream/postname, same with sub-subcategories: mywebsite.com/recipes/drinks/colddrinks/postname. But if I deselect the main category, it shows mywebsite.com/recipes/postname without subcategory/sub-subcategory. But then I cannot use the modification you gave me for excluding my recipe posts “recipes” and “lifystyle” from the default blog posts :-( .

    Feel a little helpless right now, because it is important to me to have my permalinks displayed with subcategories/sub-subcategories. Do you have any idea what to do that both the permalinks and your modifcation are working properly for my “recipes” and “lifestyle” posts?

    Thank you for all your efforts in this issue. Really do appreciate.

    Kind regards
    Sophie

    Hi Yigit,

    I thought this would be possible without any plugin ;-) , but I will see and maybe try an avatar plugin.

    Thank you for your kind efforts and have a great day. I think you can close this topic out.

    Kind regards
    Sophie

Viewing 30 posts - 151 through 180 (of 223 total)