Forum Replies Created

Viewing 30 posts - 31 through 60 (of 119 total)
  • Author
    Posts
  • in reply to: Adjust Mobile Breaking Point #1220062

    Thank you for your support. This worked.

    Best regards, Peter

    in reply to: Maps Marker Pro Maps not loading #1219224

    UPDATE:

    I have changed the if statement to the following:

    // redirect back to homepage and not allow access to wp backend for subscribers
    function rkk_redirect_admin(){
        if ( ! wp_doing_ajax() && ! current_user_can( 'edit_posts' ) ) {
            wp_redirect( site_url() );
            exit;
        }
    }
    add_action( 'admin_init', 'rkk_redirect_admin' );

    Now it doesn`t fire when admin_ajax.php is called. Is this a robust solution? Do you see any problems with this?

    Best regards, Peter

    in reply to: page content suddenly not showing #1219077

    Hi Ismael,

    find a private content a link to a forum thread. In the URL you see that it does not include ‘community’ in the base slug. In the kriesi support forum it retains /support as the base slug, probably because forum base slug is set to ‘support’ and activated.

    in reply to: bbpress – sidebar not showing on forum topic page #1219074

    Hi Ismael,

    thank you for the code and clarification. I have no further questions on this issue. Thank you and best regards,

    Peter

    in reply to: Maps Marker Pro Maps not loading #1219027

    Hi,

    UPDATE:

    I also asked the plugin developers about the issue. They say:

    “you site is redirecting admin-ajax.php to the home page. I assume this is from a security plugin and doesn’t happen for logged-in users. Maps Marker Pro requires admin-ajax.php to work. Please disable this feature.”

    I have then investigated the error further and I think I found the problem. In my child theme functions.php, I have included the following function because I don’t want website subscribers to access the WP backend at all.

    // redirect back to homepage and not allow access to wp backend for subscribers
    function rkk_redirect_admin(){
        if ( ! current_user_can( 'edit_posts' ) ){
            wp_redirect( site_url() );
            exit;
        }
    }
    add_action( 'admin_init', 'rkk_redirect_admin' ); 

    When commenting the function out the map loads for not logged in users, as intended. My understanding of WP developing and PHP is limited. What exactly is the problem with this function? How to adjust it in order to achieve subscribers not having access to WP backend and not cause the maps marker pro error?

    Best regards, Peter

    in reply to: youtube icon apperas too big #1218863

    Hi,

    thank you for helping out. I guess it should be redesigned.

    I don’t need additional help on this matter. Thank you

    in reply to: youtube icon apperas too big #1218426

    hi,

    thank you for the css suggestion. I played around with css to manipulate the icon, but wasn’t satisfied. Also, your solution makes the icon about the same height as other icons, but now it feels smaller because of less width. Now it just looks smaller than the other icons. Don’t you think so?

    I think the youtube icon should be slightly redesigned and updated in a future enfold update.

    Best regards, Peter

    in reply to: avia#goto_performance error #1218422

    Hi,

    thank you for investigating. So in case that issue comes up again I will try to do the same to fix it. For now, I have no further question on this matter. Thank you.

    in reply to: bbpress – sidebar not showing on forum topic page #1218036

    Hi,

    thank you. it is working now.

    One additional question though. As the sidebar for single entries is now enabled there is also a sidebar for individual blog posts. In case I did not want to have a sidebar for blog posts, but for the forum pages, what would I need to do to achieve that?

    in reply to: avia#goto_performance error #1217792

    Hi,

    I have a created a staging site which contains the error unfixed. Find the link and login details in private content below.

    However, I don’t know if you can infer what went wrong from this. I am very certain that there were no manual changes in enfold>child>performance. The error occurred while trying to setup a page for displaying a bbpress forum.

    in reply to: page content suddenly not showing #1217790

    Hi,

    thx for helping.

    But then when you go one level deeper to a topic, then the URL structure looks inconsistent again. On the topic level ‘/community’ is not in the URL anymore. Also, disabling the forum root slug prefix has the potential to break the site because of potential conflicts with other plugins, it says. So, in this case I would actually prefer to have the forum root slug to show.

    I am still searching for a way to let the URL behave as is in this forum ‘kriesi.at/support’.

    in reply to: page content suddenly not showing #1217478

    Hi Mike,

    concerning the slugs, I have tested this myself and indeed if you have the forum root slug equal to the page url then the shortcode doesn’t show on that url.

    However, having a different slug makes the url structure confusing. I actually want to have it set up like you have in the kriesi support forum here. On the support overview page, your url is ‘/support’. When you click on a forum, eg. Enfold, then the url still contains ‘/support’ in the beginning.

    When one has a different forum root slug, then the url changes to that forum root slug when clicking on a forum. You an see what I mean when you click through the forum and observe the url changes (link in private content)

    in reply to: youtube icon apperas too big #1217410

    Hi,

    find admin access and link with icons in private content.

    Thank you for helping out.

    in reply to: avia#goto_performance error #1216535

    Hi Ismael,

    please find in private content the updated login details.

    in reply to: bbpress – sidebar not showing on forum topic page #1214837

    Hi Ismael,

    the sidebar settings for single entries was disabled. I have enabled it now.

    Yes, I use the advance layout builder for the forum page. Make Textblog and put the forum index shortcode inside. Is this the best way to do it?

    Best regards, Peter

    in reply to: page content suddenly not showing #1214835

    Hi,

    The login details were indeed wrong. Find in private content the correct ones.

    About your questions: I mean the page publishing settings. Private, public, password protection. But I don’t know if that caused the issue.

    in reply to: youtube icon apperas too big #1214360

    I have posted a link in private content. Thank you

    in reply to: avia#goto_performance error #1214358

    Hi,

    unfortunately, the error occurred again. This time, out of nowhere with me not even logging in as admin to change the site somehow. No demo import or any manual changes. Also, the enfold child > performance template builder settings was set to “only load used elements”. When changing to “load all elements” then everything is displayed correctly again.

    However “only load used elements” should be enough?

    I have cloned the site and post the link with login in private content. Please investigate.

    Best regards,Peter

    in reply to: avia#goto_performance error #1212897

    Thank you. Next time this error occurs I will look at that setting. Though selecting”Load only used elements” should be sufficient, or not?

    However, questions remains open why the setting has been changed. It must have happened automatically while building a page with avia or something. I certainly didn’t actively change any setting.

    in reply to: changing (default) font weight of list items #1210019

    no additional help needed for this topic. Thank you.

    in reply to: changing (default) font weight of list items #1189837

    Hi Victoria,

    I was able to set the font weight by targeting the li elements with css.

    Thank you and best regards,

    Peter

    in reply to: Adjust Mobile Breaking Point #1189836

    Hi Victoria,

    thank you for the reply. Setting max-width like that is an ok solution for now.

    How can I set the website to change to mobile view earlier? How can I set it gloabaly? Is it also possible to set this page specific?

    Best regards, Peter

    in reply to: Clean GTM implemantation via child themes functions.php #1188150

    So, is this a good (the best) way to implement GTM?

    Do you see any issues?

    If good, then you can close this thread.

    Best regards, Peter

    in reply to: Adjust Mobile Breaking Point #1188148
    This reply has been marked as private.
    in reply to: Adjust Mobile Breaking Point #1188143

    Hi Victoria,

    thank you, that css code works perfecly for solving the issue in the footer.

    concerning 3)
    the subpage “/leistungen” has a specific layout which looks really nice on normal screen widths. But, as soon as the screen size is small (short before mobile), then it starts to look weird because the image is realy tall and narrow (see screenshot). I don’t know if this can be solved.

    Also, when the screen width gets really wide, it starts to look weird. (see screenshot). I have a full width layout for the whole website. But I want to limit the maximum width. How can I set a max width for the whole website? Do you see any problems with setting max width?

    in reply to: Adjust Mobile Breaking Point #1187887

    I think maybe it might be best to let the site break to mobile view from screen size<990px and below. What do you think? How to achieve that?

    in reply to: social media icons – link open in new tab #1187719

    Hi, Nikko,

    the update resolved the issue. Thank you and best regards,

    Peter

    in reply to: social media icons – link open in new tab #1187668

    Hi Nikko,

    thank you for clarifying.

    Strangely, the facebook icon does not show when putting in the correct link under enfold child>social profiles.
    The instagram icon displays fine, while the facebook icon does not. when putting in the instagram link for the facebook icon, then the facebook icons displays correctly.

    Can you please investigate what the issue is?

    in reply to: button – custom style #1187481

    Hi Rikard, Hi Guenni,

    sorry for getting back late. Thank you for the hints. I was able to resolve my issues with this.

    Thank you and best regards, Peter

    in reply to: The Events Calender – Image gets cut off #1065950

    Hi Ismael,

    I have tried different things in functions.php of child theme and came up with this code which solves the issue:

    function set_calender_thumbnail_size() {
        add_image_size('entry_with_sidebar', 800);
    }
    add_action('after_setup_theme', 'set_calender_thumbnail_size');

    It just specifies the max width of the the image with unlimited height. The image doesn´t get hard cropped because the function does not have ,true behind the 800.

    So, I don´t know. Enfold might have the add_image_size or something related set with true so hard crop mode is on and that´s causing the problem. Maybe you can investigate that.

    Please check my proposed code above and tell if it won´t cause any problems somewhere else and if the hook is fine.

    But I am glad that we could solve the issue.

Viewing 30 posts - 31 through 60 (of 119 total)