Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 26,921 through 26,940 (of 39,333 total)
  • Author
    Search Results
  • #96764

    Hi!

    I’ve been struggling with two particular issues for the site http://www.herbinjewellers.ca.

    1.
    I’m trying to align the items in my Footer, Column 1 Custom Menu (ABOUT US) with the title.
    This is what I’ve tried:

    footer#containerfooter #nav_menu-15 ul li a {
    margin: 0;
    }

    This adjusted their position to the left, but it still isn’t flush with the title for some reason.

    2.
    I’ve also been trying to change the colour of the Search-Magnifying Glass symbol in the Topbar.

    The following changed the colour of the “Search” text, but not the symbol:

    #topbar-search .form-search ::-webkit-input-placeholder {
    color: #5e5e5e;
    }
    #topbar-search .form-search :-moz-placeholder {
    color: #5e5e5e;
    }
    #topbar-search .form-search ::-moz-placeholder {
    color: #5e5e5e;
    }
    #topbar-search .form-search :-ms-input-placeholder {
    color: #5e5e5e;
    }

    Hope you’re having a great day! Your help with these issues would be greatly appreciated!

    Thank you!!

    Jennie

    In forum: Virtue Theme

    In reply to: Mobile Glitches

    #96755

    I’m seeing some issues on your site through.

    One is this script is trying to load but doesn’t make sense:

     http://youvechangedrecords.com/wp-content/plugins/home/youvecha/public_html/wp-content/themes/virtue_YC/amazing_script.js?ver=1.1 
    

    Are you adding that?

    Another one is this css:

    
    .artist-row-bottom {
        margin-left: -1000px;
        margin-right: -1000px;
        margin-bottom: -50px;
    }
    .row-bottom-columns {
        padding-left: 1000px;
        padding-right: 1000px;
        padding-bottom: 50px;
    }
    

    Thats being applied to just above the “releases” section? That of course causes issues on smaller screens.

    Ben

    In forum: Virtue Theme

    In reply to: Meta description

    #96752

    Google can take up to two weeks to recache your site. It’s won’t be instant.

    Ben

    In forum: Virtue Theme

    In reply to: Short Description

    #96750

    Hey,
    Sorry no that isn’t right.

    You add functions into the functions.php file not into a css style sheet.

    Your child theme should have one style.css file and one functions.php file.

    Did you see the example child theme here? https://www.kadencewp.com/child-themes/

    That zip file can be uploaded to your site as if it were a theme.

    Ben

    In forum: Virtue Theme
    #96738

    Hey guys,

    So I finally launched the site I’ve been working on (see here), and all is good except for a number of glitches that were found when viewing the site on an iPhone. The website works fine on my Android phone, but now that it’s live it seems like not all devices show it the same way. (no kidding)

    The problems I’ve been notified of include:

    1) The Artist pages displaying incorrectly, with it looks like columns overlapping. (see below)

    2) The footer on the Records page displaying incorrectly and floating over the body content. (see below)

    . . . . . . .

    Do you have any ideas what could be causing these glitches? Is there any kind of service online that lets you tests websites how they appear on other devices (I know these exist for testing on different browsers). It would be great if I could see what the problems were and fix them myself.

    Oh, also, it appears that some of the Google Fonts are failing to load up. Strange.

    Thanks as always,

    -Adam

    In forum: Virtue Theme

    In reply to: Material Design Icons

    #96722

    Hey Sebastian,
    I don’t know much about material design icons, but it looks like you can just download them then upload them to your site. You can upload using a plugin like this- https://wordpress.org/plugins/svg-vector-icon-plugin/

    Hannah

    #96705

    Hi Ben,

    Points 2, 3 and fine now and thanks for the help.

    for point 1, I have done what you said but I do not like to have the full post in the home page, I just need a summary with the read more button.

    Just like your blog page in your website.

    Am I missing something?

    Regards

    #96697

    Thanks Kevin, Its working for me. Can you plz help me in removing ‘items’ word in topbar menu cart. I just want cart with numbers.

    Website: Plunato.com

    #96678

    my website is not visible online, i a;ready sent u the credentials

    #96675

    Hi,

    It would be great to be able to use Shortcodes within an Icon Box.

    I have created some shortcodes of my own which allow me to output dynamic content into a page based upon a user’s Grouping (using Contexture Page Security), and I’d like to utilise these within an Icon Box shortcode to provide this information in a fancy format for the new design of the site.

    Thanks for the fantastic looking, highly configurable theme (even in the free version)!

    Looking forward to your response regarding shortcodes within an Icon Box.

    In forum: Virtue Theme
    #96653

    I was able to do this on my test site by using this CSS.

    #thelogo img {
        min-width: 400px;
        margin-bottom: 20px
    }

    Place that in Theme Options> Advanced Settings and let me know if that helps.

    If not, post a link and I’ll give you the correct CSS.

    #96634
    This reply has been marked as private.
    #96618

    Would take a bit of work but the rev slider can actually do this.
    Other wise you can do this with the gallery (but the images would be a set ratio). Here is an example you would use this shortcode but change the ids for the image ids on your site.

    [gallery type="carousel" caption="true" columns="6" ids="1158,1157,1156,1160,470,465,1018,785" imgwidth="600" imgheight="600"]
    

    Ben

    #96614

    No…I don’t think that worked. I want to know if I can widen the page or reduce padding between products so that products with long titles are not split up to two lines such as the Miso Master Organic Country Barley Miso (top right column) http://sturdy-alarm.flywheelsites.com/product-category/miso-master-organic-miso/

    I may have to just reduce the font size???

    Thanks Hannah

    #96605

    How do I disable the Admin Bar for All Users Except for Administrators?

    I need some users to login to the back-end to view orders but I do not want them to be able to create update/change/anything besides the Orders.

    I have unchecked “Show Toolbar when viewing site” for the particular user but no luck.

    I found this code after a search but it does not do anything after placing in functions.php – where should I place this code or any other suggestions?

    add_action(‘after_setup_theme’, ‘remove_admin_bar’);
    function remove_admin_bar() {
    if (!current_user_can(‘administrator’) && !is_admin()) {
    show_admin_bar(false);
    }
    }

    Thanks
    W

    #96604

    i cant get the site online without this fixed i quess the manager whants to see it first
    also your right when i delete the ither page with contents and make the same settings it works

    In forum: Virtue Theme
    #96602

    Could you post a link to your site?

    Hannah

    #96599

    If you could provide access to your site that would be really helpful. You can set as a private reply.

    Hannah

    #96594

    Hi Hannah, I also purchased the Virtue Premium. I followed the instructions in “https://premium.wpmudev.org/blog/custom-fonts-css/” my style.css has:

    @font-face {
    font-family: DidotLTPro !important;
    src: url(public_html/www.blueroseimagination.com/wp-content/themes/virtue_premium_child/webfonts/DidotLTPro-Italic.otf);
    font-weight: normal;
    }

    and in my Custom CSS Box I have

    .logofont {
    font-family: DidotLTPro;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    }

    I want to change the font on my Sitename Logo Font. Can you maybe tell me what’s wrong?

    #96589

    Hi Ben,
    Thanks i have change the css code and now its working perfectly, thank you for the help, i m almost finalize the site but as a final requirement i need to bold the subscribe button( the button text) in the blog post pages, can you please tell me what should i do,
    Thank you,
    Panduka

Viewing 20 results - 26,921 through 26,940 (of 39,333 total)