Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: sidebar widget missing

    #46578

    Did you install any plugin recently, or modify the theme’s files? The code for the footer looks quite different.

    Admin

    In reply to: Video will not play

    #46571

    Is the video you’re referring to located on the homepage? If yes, the URL for that video is incorrect, which is why the video is not loaded. This is the URL that I see when I looked at the code:

    http://foblearningcenter.com/marc/public_html/foblearningcenter.com/wp-content/uploads/2017/Intro-2.mp4

    Should just be:

    http://foblearningcenter.com/wp-content/uploads/2017/Intro-2.mp4
    Admin

    In reply to: Infinite scroll

    #46541

    Which style.css file did you made the change in? It should be the child theme’s style.css, not the main style.css file in the Franz Josef theme. Let me know your site URL as well so I can take a look.

    Admin

    In reply to: Use WP Custom Fields to change Read More button text?

    #46548

    if you just would like to change the wording on all the posts, you can use the code as detailed here:

    https://forum.graphene-theme.com/graphene-support/change-text-category-archive-on-category-pages-to-be-the-category-title#post-10145

    If you would like a more granular control, e.g. different wording for different posts, as you suggested you would need to create a custom field for that. Then, you’ll need to modify the suggested code linked to above to get the custom field value and use that instead.

    Admin

    In reply to: Thin line above footer widgets

    #46553

    Please provide the links to both sites so that we can take a look and offer specific advice.

    Admin

    In reply to: Bottom Bar

    #46474

    Appearance > Customize > Franz Josef: General > Footer > Copyright text.

    Admin

    In reply to: widget footer

    #46554

    This sounds like an issue with one of your widgets. Please provide the URL to your site so that we can take a look.

    Admin

    In reply to: Increase white space between sidebar and main content.

    #46555

    Add the following code to Graphene Options > Display > Custom CSS option:

    #content-main,
    #content-main .grid_11,
    .container_16 .slider_post,
    #comments #respond {
    margin-left: 0;
    }
    #sidebar1 {
    float: right;
    margin-right: 0;
    }
    Admin

    In reply to: Video will not play

    #46567

    Please provide the URL to your site so that we can take a look.

    Admin

    In reply to: active menu colour at "in this section"

    #46545

    Add this code to the theme’s Custom CSS option and change the colour codes accordingly.:

    .page-navigation .list-group-item.active,
    .page-navigation .list-group-item.active:hover,
    .page-navigation .list-group-item.active:focus {
    background: #333;
    border-color: #000
    }

Viewing 10 posts - 861 through 870 (of 6,030 total)