Forum Replies Created

Viewing 40 posts - 18,881 through 18,920 (of 25,000 total)
  • Author
  •  Laura
    Moderator

    Hello, this happens if you choose SSL gateway option, disable ssl and that screen wont appear πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Printing (paper) pages #97529
     Laura
    Moderator

    Hello, there are many plugins that allow this, like this one https://es.wordpress.org/plugins/printfriendly/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Disabling search bar in top heading menu section #97528
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Can’t install child theme #97523
     Laura
    Moderator

    Hello, try to reinstall but install the theme by ftp and child theme by wordpress admin section
    Let me know if it works πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Head tag missing #97522
     Laura
    Moderator

    Hello, if you use Yoast Seo plugin, then at each page you will see a SEO panel, make sure you fill the details there and at the page, you need to have Heading 1 and Heading 2 (the text editor lets you select headings ) this also happens at posts

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registration Redirecting #97519
     Laura
    Moderator

    Hello, for 1. you can try https://es.wordpress.org/plugins/buddypress-login-redirect/
    2. Not right now as the theme uses wp-login, but you can customize wp-login with a plugin
    3. If you mean the admin bar, at Theme Options you will see it at Misc
    4. Add ithemes security plugin, https://wordpress.org/plugins/buddypress-nocaptcha-register-box/
    Let me know if it works πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: PMPro #97517
     Laura
    Moderator

    Hello, i suggest without ssl to avoid errors
    You can test using the paypal sandbox gateway or creating a new account and testing payments

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Part of Home Page Sometimes Not Loading #97483
     Laura
    Moderator

    Hello, just tested using firefox and everything works fine, maybe you need to update your browser?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Part of Home Page Sometimes Not Loading #97482
     Laura
    Moderator

    Hello, just tested using firefox and everything works fine, maybe you need to update your browser?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: ADMIN BACKGROUND #97480
     Laura
    Moderator

    Hello, well i tested the code at my website and worked perfectly so this might be an issue with your site, can you share ftp and admin credentials? πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Spanish translation does not work #97478
     Laura
    Moderator

    Hello, can you share ftp so i can take a deeper look? Will resolve this issue do not worry πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Amazon S3 #97471
     Laura
    Moderator

    Hello, i think its

    COPY CODE
    
    add_action(β€˜geodir_article_close’,’add_social_sharing’);
    function add_social_sharing() {
    get_template_part( β€˜page-parts/posts-social-share’ );
    }
    

    Try deleting it and check if the error disappears

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Customizing layout of Activity Stream Page #97469
     Laura
    Moderator

    Hello, maybe the plugin https://es.wordpress.org/plugins/widget-visibility/ can help, basically it allows you to hide specific widgets for specific pages, so you can have some widgets at the same sidebar but only visible at activity page.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Bugs and Issues #97468
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .form-wrapper select {
        height: 35px;
    }
    

    Hope it helps πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Hide or remove some profile tabs #97467
     Laura
    Moderator

    Hello, i am glad to help πŸ™‚ Would be nice if you rate us 5 stars at themeforest and leave a nice comment πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: add as friend button restriction #97466
     Laura
    Moderator

    Hello, i ment disable some plugins and test again, if the snippet doesnt work even like that then you would need another snippet.
    PaidMembershipsPro plugin is compatible with Sweetdate, you are just testing a custom snippet which is not part of the theme or the plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Redirect to specific page after login #97465
     Laura
    Moderator

    Hello, the url of the website doesnt seem to work

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: URL showing twice on my category page #97454
     Laura
    Moderator

    Hello, it was a pleasure to help you πŸ™‚ Don’t forget to rate us 5 stars and leave a nice comment πŸ˜€

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Main content width #97452
     Laura
    Moderator

    Hello, let me see if i can understand your idea, attached a screenshot.
    What do you exactly want? Move the sidebar to the right, make the container bigger than the sidebar, delete both paddings
    If you can share a screenshot as reference will help me know exactly what to do πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WPML language switch in horizontal #97449
     Laura
    Moderator

    Hello, please try the following css, add to style.css of child theme

    COPY CODE
    
    #lang_sel_list a.lang_sel_sel,#lang_sel_list a.lang_sel_other{
        background-color: #1A1A1A;
        color: #FFFFFF;
    }
    #lang_sel_list a{
        border: none;
    }
    #lang_sel_list li{
        width: auto;
        float: right;
    }
    #lang_sel_list ul{
        width: 100%;
        border: none;
    }
    #lang_sel_list{
        width: 100%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: inline under title NOT showing on single post #97446
     Laura
    Moderator

    Hello, try adding

    COPY CODE
    
    article .article-meta {
        width: 170px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Social Bar under Main Bar #97439
     Laura
    Moderator

    Hello, let me know if i can help you with anything else πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Spanish translation does not work #97437
     Laura
    Moderator

    Hello, please upload the files inside the attached .zip to wp-content/languages/themes
    Let me know if it works πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: URL showing twice on my category page #97370
     Laura
    Moderator

    Hello, please check out the attachment, you will understand πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Laura
    Moderator

    Glad to help πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Spanish translation does not work #97356
     Laura
    Moderator

    Hello, you can share them here as a private reply πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Main content width #97355
     Laura
    Moderator

    Hello, try maybe this one

    COPY CODE
    
    @media (min-width: 1440px) {
    .container {
        max-width: 1480px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: sidebar disable or hide #97353
     Laura
    Moderator

    Hello, as its a customization, you will need to hire someone.. But you could try to ask at their forum

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Main content width #97350
     Laura
    Moderator

    Hello, can you share the new password as the old one doesnt seem to work anymore

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: URL showing twice on my category page #97348
     Laura
    Moderator

    Hello, can you share admin and ftp credentials so i can take a look? πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Hide or remove some profile tabs #97347
     Laura
    Moderator

    Hello, this will do it

    COPY CODE
    
    #profile #item-header-avatar .avatar {
        border-radius: 60%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Spanish translation does not work #97346
     Laura
    Moderator

    Hello, i can take a look for you, can you share admin credentials?
    Gracias πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Easiest way to modify Buddypress fields #97344
     Laura
    Moderator

    Hope you can resolve it πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WPML language switch in horizontal #97343
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out? πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: AppPresser Home Page problem #97340
     Laura
    Moderator

    Hello, i could take a look for you, but its not a theme problem as you may know πŸ™‚
    I will take a look just need admin credentials πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Part of Home Page Sometimes Not Loading #97339
     Laura
    Moderator

    Hello, can you share a link so i can check it out? πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Language Translations #97338
     Laura
    Moderator

    Hello, at Loco Translate, go to the language edition screen and click SYNC it should add new strings and delete obsolete ones. Now search for the strings to translate and you should find them πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Social Bar under Main Bar #97337
     Laura
    Moderator

    Hello, the thing is that if you do this with only css it affect other sections so its not a very small modification.
    We can help you with small modifications but not with custom requests that requires more time

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Assorted Questions #97336
     Laura
    Moderator

    Hello, glad it worked πŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: sidebar disable or hide #97334
     Laura
    Moderator

    Hello, i understand, but there is no option to hide it, maybe you should add a message so they know they cant change it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 18,881 through 18,920 (of 25,000 total)

Log in with your credentials

Forgot your details?