Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 9,241 through 9,255 (of 13,774 total)
  • Author
    Posts
  • in reply to: Database Thread Connection Issues #185646

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I cant RDP with your details either.

    Stiofan

    in reply to: Analytics not loading in multisite #185636

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks, please check now.

    Stiofan

    in reply to: Yoast SEO sitemap not outputting "Last Modified" #185625

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The dev who was dealing with sitmaps with Yoast had a quick look and said it might be the new ver of yoast, i have assigned him the task but it will be monday before he can look at it.

    Thanks,

    Stiofan

    in reply to: We Recommend Widget #185612

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Your welcome 🙂

    in reply to: We Recommend Widget #185606

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    There is a video tutorila on the bottom of the plugin page on how to create a slider, i am not sure if it lets u add it diret as a widget but if not you can add the shortcode to a text widget and if it does not work just add this line to your theme functions to enable shortcodes in text widgets.

    
    
    // Enable shortcodes in widgets
    add_filter('widget_text', 'do_shortcode');

    Thanks,

    Stiofan

    in reply to: We Recommend Widget #185598

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    That widget is basically the same as this plugin: https://wordpress.org/plugins/nivo-image-slider/

    Stiofan

    in reply to: Database Thread Connection Issues #185552

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    for FTP i get:
    550 Data channel timed out.
    : //

    Do you have phpmyadmin installed anywhere so i can login to the DB that way?
    Unless i can actively see the process list then i cant really find the problem.

    Stiofan

    in reply to: Analytics not loading in multisite #185155

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I dont have access to edit anything, can u make me super admin or give me ftp details please.

    Stiofan

    in reply to: Child Theme #185101

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The blog page now works like any other theme, just crate a page maybe called “blog” and then go to wp>settings>reading>Posts page:: and set the page there.

    Stiofan

    in reply to: Newspaper 6 Theme compatibility Settings #185059

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thats why i pasted the settings here, they can easily be imported back into GD under GD>Theme compatibility>import

    Event settings might be related to the import tool, i will try to look at that tomorrow.

    Thanks,

    Stiofan

    in reply to: Custom Fields-Drag and Drop-Supreme #185053

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Seems to be working for me but this is probably related to what we have been discussing earlier about customer fields.

    Stiofan

    in reply to: Newspaper 6 Theme compatibility Settings #185052

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I added some more complex compatibility code, this is the export if anyone wants it:

    {"Newspaper_custom":{"geodir_wrapper_open_id":"","geodir_wrapper_open_class":"","geodir_wrapper_open_replace":"<div class='td-main-content-wrap'> <div class='td-container '>","geodir_wrapper_close_replace":"</div>rn</div>","geodir_wrapper_content_open_id":"","geodir_wrapper_content_open_class":"","geodir_wrapper_content_open_replace":"<div class='td-pb-row'><div class='td-pb-span8 td-main-content' role='main'>","geodir_wrapper_content_close_replace":"","geodir_article_open_id":"","geodir_article_open_class":"","geodir_article_open_replace":"","geodir_article_close_replace":"","geodir_sidebar_right_open_id":"","geodir_sidebar_right_open_class":"","geodir_sidebar_right_open_replace":"<div class='td-pb-span4 td-main-sidebar' role='complementary'>","geodir_sidebar_right_close_replace":"</div></div>","geodir_sidebar_left_open_id":"","geodir_sidebar_left_open_class":"","geodir_sidebar_left_open_replace":"<div class='td-pb-span4 td-main-sidebar' role='complementary'>","geodir_sidebar_left_close_replace":"</div></div>","geodir_main_content_open_id":"","geodir_main_content_open_class":"","geodir_main_content_open_replace":"","geodir_main_content_close_replace":"","geodir_top_content_add":"","geodir_before_main_content_add":"","geodir_full_page_class_filter":"","geodir_before_widget_filter":"","geodir_after_widget_filter":"","geodir_before_title_filter":"","geodir_after_title_filter":"","geodir_menu_li_class_filter":"","geodir_sub_menu_ul_class_filter":"","geodir_sub_menu_li_class_filter":"","geodir_menu_a_class_filter":"","geodir_sub_menu_a_class_filter":"","geodir_location_switcher_menu_li_class_filter":"","geodir_location_switcher_menu_a_class_filter":"","geodir_location_switcher_menu_sub_ul_class_filter":"","geodir_location_switcher_menu_sub_li_class_filter":"","geodir_theme_compat_css":".geodir_category_list_view li{margin-left:0;}","geodir_theme_compat_js":"","gd_theme_compat":"Newspaper_custom","geodir_theme_compat_default_options":"","geodir_theme_compat_code":false}}

    Thanks,

    Stiofan

    in reply to: Database Thread Connection Issues #185043

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jason,

    I have been working on other tasks today, i have not even opened your site yet, so no changes have been made by us. If you can provide the details i asked including FTP i’ll most likely be able to find the issue.

    Thanks,

    Stiofan

    in reply to: probleme with GeoDirectory in mobile #185037

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I could recreate this but it was very tricky to track down.
    The problem seems to be on mobile something is adding a extra html span element near the bottom with text “BESbewy”…
    OK Googling it it seems to be google maps adding for some reason, it does not seem to be added on desktop and it does not seem to affect any of my test sites, maybe it is because your site is RTL, anyway please add this snipped of css to either your child theme or under GD>Scripts

    
    
    body>span{
        display:none;
    } 

    Thanks,

    Stiofan

    in reply to: Analytics not loading in multisite #185031

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    The login details seem to no longer work, please provide super admin.

    Thanks,

    Stiofan

Viewing 15 posts - 9,241 through 9,255 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount