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 - 27,241 through 27,260 (of 39,333 total)
  • Author
    Search Results
  • #94721

    The color of the text within that is controlled via Theme Options> Basic Styling> Sitewide Greys.

    You can control only those elements with CSS though, if you want. It would look something like this.

    .bg-lightgray {
        background: red;
        color: blue;
    }

    Just copy and paste the code from this forum to Theme Options> Advanced Settings. And you’ll want to change those colors to whatever works for your site.

    #94708

    Can you assist?

    #94702

    Hi,

    I’m struggling to get the search results page translated to Dutch. It concerns the ‘Search result for..’ title and the ‘sorry, no search results are found’ text. See for an example.

    I checked the .po files but both these texts seem to be properly translated. Any ideas?

    I’m running a single language site, I don’t have any external translation plugins running and the website language in the settings is set to Dutch.

    #94700

    Hi!

    Need again a little help .. Is it possible to remove highlight color around call to action icon (like hover), it seems that it is primary color. The site is
    What kind of other effects is possible to use with uploaded icons?

    #94694

    Hey,
    No there isn’t, you can use a fancy importer plugin for the first update but posts don’t work that way where you would update one site and that would trigger a database update on another site.

    Ben

    #94691

    Hey there,

    I’m not sure if this actually a problem related to the theme, but my images are no longer showing up on my products page in Chrome. The descriptions are there, and if I click on them it open up the specific product and the images are there and displaying correctly. There are other images on my site not displaying as well and if I click on the icon they open up just fine. It looks as if everything displays correctly with Firefox. If you have time please check out to see the issue. Any help would be much appreciated!

    Thanks so much!

    In forum: Virtue Theme

    Topic: Mobile slider

    #94687

    Hi there
    I enquired earlier today regarding my mobile slider overwriting my Large home slider but said the topic was resolved because I thought the problem was sorted. I have just gone back on to my site on desk top and found the mobile slider is still the one thats visible. Could you please help me.
    The home link is
    The slider visible is a woman with a red flower. This is not the slider that should be there. I have cleared all my caches earlier and this seemed to work but its back to the way it was.
    Kind regards
    paul

    #94673

    sorry I don´t understand very well what you mean. As far as I know I don´t have any plugins to translate. (I have had a look at my list of plugins, I thing none of them is for tranlating, maybe it´s something else?)
    Because it is a carousel that comes with the theme, that´s why I thought the title could be changed through the theme opcions (like I previously did with the ones for the home page, but this carousel is at the end of the posts).
    Anyways I leave you the list of the plugins I am using, in case I am missing something.
    I Hope we can sort it out somehow.
    Thank you.

    Plugins I am using:
    Anti-spam
    Black Studio TinyMCE Widget
    Bootstrap 3 Shortcodes
    Cherry Plugin
    Contact Form 7
    Cyclone Slider Pro
    DB Cache Reloaded Fix
    Duplicator
    Easy Testimonials
    EWWW Image Optimizer
    Facebook Button by BestWebSoft
    Google Analytics
    Heroic Favicon Generator
    Image Banner Widget
    Jetpack por WordPress.com
    Kadence Slider
    Newsletter
    Nino Social Connect
    Page Builder by SiteOrigin
    Page Links a
    Really Simple CAPTCHA
    Simple Share Buttons Adder
    Slider Revolution
    Subscribe2
    Tiled Galleries Carousel Without Jetpack
    Virtual Robots.txt
    Virtue / Pinnacle ToolKit
    WooCommerce
    WP Google Fonts
    WP Rocket
    YITH WooCommerce Wishlist
    YITH WooCommerce Zoom Magnifier
    Yoast SEO

    In forum: Virtue Theme

    In reply to: Center Footer Contents

    #94667

    Thanks Ben, that worked. Will I be able to do anything about centering the copyright date and site name at the very bottom?

    #94661

    I was able to get my map on the front page of my test site to display full width by adding it to a page builder row, then going into the “edit row.”

    Within the Layout Tab, set Row Layout “Full Width Stretched.”

    Give that a try and let me know if it works for you.

    #94646

    Hey,
    You can add css like this:

    
    .processing .blockOverlay {
        background-image:url('IMAGEURL') !important;
        background-position: center 70% !important;
        background-repeat: no-repeat !important;
    }

    You just need to get the loader image from here: http://preloaders.net/

    And upload to your site. Use that image you upload as the IMAGEURL in the css.

    Ben

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #94645

    Hi Ben,

    Thanks for looking into this. It doesn’t seem to have much effect though… For now I will remove the js and leave it be, the problem is minor and I have more pressing issues / bugs to solve in this website (like it’s speed).

    It is indeed quite slow, I need to look into how I can speed it up safely since I use WooCommerce and The Tribe’s Event Calendar plugins.

    Any advice on where I should look for information / any known things that work (or don’t work) with the Virtue Theme?

    Once again: thanks for all the help!

    Greetings,

    Robert

    In forum: Virtue Theme

    In reply to: Nothing shown

    #94644

    ok, I don’t want mess up your site so when you can try deactivating jetpack then re clear your cache.

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Menu Styling

    #94639

    Hi Hannah,

    The code below does not change the direction of the menu icons at the bottom of the mobile site:


    @media
    (max-width: 768px) {
    .home .tcol-sm-4 {
    width: 22%;
    }
    }

    Thanks,
    Ed

    In forum: Virtue Theme
    #94638

    Hi Ben,

    I wanted to let you know that putting the max_input_vars to 10,000 only kinda worked – instead of all 30 sites resetting, only 2 were reset. I did not find anything else in the error logs, nor anything in the access logs (other than the recursive limit error). My sysadmin is going to increase the max_input_vars again and research how to fix the other error.

    Thank you for the direction in researching/fixing this issue. I really appreciate it!

    #94631

    Hi there,

    We have a number of different portfolio categories on our site eg.

    Is there any way to embed the portfolio from one category into another wordpress site such as

    So we don’t have to update the same portfolio twice?

    Just trying to work out the best way to save time and keep the dedicated site updated at the same time as the main corporate site?

    Thanks,
    Rebecca

    In forum: Virtue Theme

    In reply to: Mobile Menu Styling

    #94623

    Hi Edwin,
    1. In Theme Options > Menu Settings under Mobile Menu Options set Mobile Menu only show button to On.

    2. Try adding this to your custom css box in Theme Options > Advanced Settigns:

    @media (max-width: 768px) {
    .home .tcol-sm-4 {
        width: 22%;
    }
    }

    3. This happens by default. I am already seeing it in your site. Are you wanting something different?

    Hannah

    In forum: Virtue Theme

    Topic: Mobile slider

    #94618

    Hi there.
    I have used the show different slider to mobile users. I have used a revolution slider on my desk top site but opted to use a small slider for my mobile users. The problem is that the mobile slider is replacing my desk top one. Could you please tell me what I am missing.
    Kind regards
    Paul

    #94616

    Hey Nik,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    .home-padding {
    padding: 0;
    }

    If that doesn’t work would you mind posting a link to your site? You can set as a private reply.

    Hannah

    #94605

    Hi there,

    I am hoping you can help, but understand if it is totally out-of-scope…

    A website that I am working on has two sections. I would like these sections to have different main navigation. I have utilised the plugin Menu Replacement by BizzThemes, which gives a meta box to choose which menu to show on each page/post. It is working well on the whole, however, it is not working for the blog archive page.

    I would like to work around this if possible I have thought of a couple of ways but am not sure how to implement:
    1) set up a page (rather than the blog archive template) and use the blog shortcode to display posts. I have tried this, and it works great, but I can’t figure out how to get pagination to allow all posts to be searched. Is this possible?

    2) somehow create an alternate head that applies the correct menu to this archive page.

    I would prefer not to have the default menu for this page, due to the fact that the online store has so many products and is updated frequently and this has the other menu.

    Thanks!

Viewing 20 results - 27,241 through 27,260 (of 39,333 total)