Forum Replies Created

Viewing 15 posts - 91 through 105 (of 214 total)
  • Posted in:
  • camind
    Member
    Post count: 228

    Ed,

    1. Again reason you’re not seeing headings is because i’m using custom css to hide the headings right now. Instead of reverting back and downgrading from dante 3.02 I decided it would be easier to use custom css. The headings on every page ruin the look of the site so instead of leaving the problem up for you to see and have visitors see the eye sore i thought hiding it until it is fixed was the only way to go. But problem is still there. In every browser if i remove the custom css. If you want you can check the custom css, it is the last line of code.

    3. Still a problem in every browser with cache cleared. All browsers have the issue.

    5. divider issue on home page happens only with chrome. It is not visible on explorer or firefox.

    Thanks

    in reply to: Issues after updating dante to newest version #198759
    camind
    Member
    Post count: 228

    Yes I updated the entire single.php file in the child theme. Still have some issues as stated in my other comment.

    thanks

    camind
    Member
    Post count: 228

    more screen shots attached

    Attachments:
    You must be logged in to view attached files.
    camind
    Member
    Post count: 228

    Ed,

    1. title heading is on every page, blog, portfolio page. You name it its there. I attached all screenshots. When I remove my custom css temporoary fix titles are all still visible. ( and just so you are aware single.php has been completely updated in child theme so child theme should not be causing this issue)

    2. All widths seem to be fixed now. I had cleared cache many times before and it didnt fix it. I have no idea why it is fixed now.

    3. Page builder issues are still a problem. I attached screenshots

    4.portfolio gallery seems to be fixed now as well.

    5. New problem noticed….copy right divider visible on homepage when setting show divider off. screen shot attached.

    Only problems 1,3 and 5 are still an issue.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    camind
    Member
    Post count: 228

    I put some custom css to hide the page-heading from every page. So just in case you check the site and see the issue is gone it really isn’t. Just a temporary fix.

    Below are still the current problems

    1. Page heading visible on every page even though it is turned off. (css temporarily fixed right now)

    2. Home page with content like……….. Icon box, count down, etc are not entire width of page like it was before.

    3. Page builder on home page has issue on every row. not as bad as undefined error like 2 days ago but buttons are cut off on rows. like edit button, trash button etc.

    4. portfolio gallery on homepage not full width and has gaps on both sides.

    And again i tired with no child theme as that didn’t fix a thing. Now i have child theme with only one file active with single.php fully upgraded to 3.02 other then just two parts of code which is just the words prev and next for pagination. All other files in child theme i renamed temporarily and rendered them inactive.

    I tried everything I possibly could have. I am absolutely stuck after hrs of trying.

    Thanks

    camind
    Member
    Post count: 228

    Thanks will be waiting

    camind
    Member
    Post count: 228

    I had similar problems 2 days ago when I did the update. Ed had told me it must be a child theme issue. So I downgraded back to older dante until I can edit child theme.

    So today I edited child theme when I upgraded and i still have issues. To make sure it wasnt the child theme i renamed every file in the child theme to make it ineffective and even after that no help.

    So basically now i have no child theme and updated to latest dante and still have problems. I did everything I can on my end. Im stuck

    camind
    Member
    Post count: 228

    First every page has a title even thought the titles are off.

    Second the page builder as issue with every row and hides the detail buttons like trash edit etc.

    Third portfolio gallery on homepage is not full width like it should.

    and most everything on the homepage is is not as wide as previously

    camind
    Member
    Post count: 228

    I did update main theme. And disabled the child theme. Still have problems with title and others

    camind
    Member
    Post count: 228

    Actually no. I did finally get it to update but none of the issues I had before like title on every page, total site width or page builder issues are fixed. I have even basically disabled the child theme by changing all the files name so they are in active and i still have these issue….

    Right now i cant keep the site looking like this. If I cant fix it now then i have to go back to dante pre 3.0 for the 3rd time.

    camind
    Member
    Post count: 228

    Reloading old version of dante right now.

    in reply to: Issues after updating dante to newest version #198376
    camind
    Member
    Post count: 228

    Ed,

    I haven’t upgraded again to version 3.0 yet but I have noticed some other people are having the same issue I had. After reviewing my Child theme I really only have two php files in there a functions.php and single.php. And none of them seem to be related to the issues I had.

    The functions file only changed pagination from title to prev and next.

    The single file only has this in it:

    // OVERWRITE PAGE BUILDER ASSETS
    // function spb_regsiter_assets() {
    // require_once( get_stylesheet_directory_uri() . ‘/default.php’ );
    // }
    // if (is_admin()) {
    // add_action(‘admin_init’, ‘spb_regsiter_assets’, 2);
    // }
    // if (!is_admin()) {
    // add_action(‘wp’, ‘spb_regsiter_assets’, 2);
    // }
    //mod content
    function hatom_mod_post_content ($content) {
    if ( in_the_loop() && !is_page() ) {
    $content = ‘<span class=”entry-content”>’.$content.'</span>’;
    }
    return $content;
    }
    add_filter( ‘the_content’, ‘hatom_mod_post_content’);

    //add hatom data
    function add_mod_hatom_data($content) {
    $t = get_the_modified_time(‘F jS, Y’);
    $author = get_the_author();
    $title = get_the_title();
    if ( is_single() || is_page()) {
    $content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
    }
    return $content;
    }
    add_filter(‘the_content’, ‘add_mod_hatom_data’);

    So I wanted to verify this before changing things for no reason.

    Thanks

    in reply to: Issues after updating dante to newest version #197654
    camind
    Member
    Post count: 228

    ed,

    Ok…..

    #1. Find different file.

    #2 Add new version of different file from parent theme into Child theme.

    #3 save

    Right?

    Thanks

    in reply to: Issues after updating dante to newest version #197652
    camind
    Member
    Post count: 228

    Ed,

    Ok I apologize if I’m not catching on fast. Might be because its 630 am here and i haven’t slept yet. 🙁 lol

    So Im just trying to make sure I get this right. So any files I find that are different I Add new dante 3.0 files to dante child theme or old child theme files into new dante 3.0?

    And if i find a file that’s different do I replace the whole file or just the part that’s different?

    Thanks

    in reply to: Issues after updating dante to newest version #197645
    camind
    Member
    Post count: 228

    Ed,

    Thank god the revisions fixed the undefined error. 🙂

    So let me get this straight i should update to version 3.0 now? Then take files from new dante 3.0 and add them to child theme?

    Thanks

Viewing 15 posts - 91 through 105 (of 214 total)