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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 51,401 through 51,420 (of 53,646 total)
  • Author
    Search Results
  • #11593

    hey Ben, I have a few questions for you. How do I get the Portfolio type filter to show up on my portfolio page? I’m working on http://www.photography.malorieaaron.com.

    I also need to change the color of filter buttons and the hover state of the filter buttons, how would I do that?

    Thank you!

    #11587

    The website url is: http://no.creoz.com.pl/

    As I have written I would like to display primary navigation only on home page.

    #11586

    Im using the default slider in word press. Its the homepage slider.

    Here’s a link to our page:

    http://www.eucord.org

    In forum: Virtue Theme

    In reply to: Theme Update issue

    #11585

    Very odd; reset all settings. Still no dice. Load the site in Chrome, logged in, and Virtue Theme settings loaded. Imported backup and all good. Loaded page back with FireFox, all good. No issue exists anymore. Very odd.

    In forum: Virtue Theme

    In reply to: Sliders not deleting

    #11581

    Hey, which sliders are you trying to delete and on which pages? Can you post a link? You have to remove the actual slider, not just the individual slide.

    In forum: Virtue Theme
    #11579

    Hello Ben,
    I’ve just updated my website to Premium 2.4.5.
    Like in topic #5610 in Cally’s post, I used to have a message (json encode … framework.php).
    Now only “Settings saved! Settings have changed, you should save them! errors were found! warnings were found!” is displayed on my GUI.
    I saved all my options before the problem occurred. It makes no difference if I import again my settings.
    I changed my php.ini to version 5.5 with a memory limit set to 61M.
    I have also deactivated many plugins such as Page Builder Site Origin.
    What else can I do?
    Everything works fine, though…
    Am I cursed with updates?

    Flora

    #11577

    I have been searching for some king of form that I can put on my page that are under construction. I have tried a couple of the coming soon plugins, but can’t they are exactly what I am looking for. I am just wanting to put a submit form on these pages. So I can get emails, and then notify customers when the page is ready. Can you suggest anything?

    #11570

    Hello, I’m having a very strange problem with mobile slider. On the theme I have it set to off. I’ve cleared all the caches on W3 Total Cache and also on the browser on the phone. When I first go to the site ( everything is fine, there is no slider. But when I reload the page I get the slider. I’ve tried this with Firefox and Chrome on two different phones. I’ve even reinstalled Firefox and I’ve updated to the latest version of the theme. Does anyone know why this is happening?

    #11568

    Yes this is possible, Can you post a link? Which nav menu are you wanting removed on other pages? Do you have a primary and a secondary?
    Ben

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11567

    Sorry no I’m not talking about the tabs if you are going to use pagebuilder it’s best that you stay on that tab. I’m talking about the visual editor widget.

    https://wordpress.org/plugins/black-studio-tinymce-widget/

    Ben

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11563

    Hello-

    Do I have to disable the page builder editor to do this?
    When I put something in with the Text or Visual editor- it disappears when I save it unless I do it in Page Builder – which I can’t use page builder to put the media into the tabs. A quandary…

    Thanks
    patricia

    #11562

    Hi Ben,

    100% accurate shot 😉 I mean you solved the problem. Thank you.

    I would like to ask is it possible to similar thing with nav menu? I would like to display main menu just on the home page and don’t display anywhere else?

    I will be grateful for your help.

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11558

    If you are using pagebuilder to show your tabs then use the visual editor widget and add the tabs in there, that way you will have the add media button when you edit your tabs.

    Ben

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11557

    Thank you for your help.

    Maybe I’m having editor issues. I used page builder to put these tabs in.
    If I go back to page builder – I can’t get to the media button.
    So-I went to Text editor – and added code via add media – but…page builder does something to that code because it added a big image above all the page builder rows and I have no idea how to get that out because it does not show up in the editors anymore.

    http://www.alchemyartsstudio.com/classes/

    I have 3 editors showing – do they conflict? Visual, Text, Page builder. Page builder seems to override teh text editor so sometimes I’m not sure how to get in there and make the changes.

    Thanks again
    Patricia

    #11556

    The top margin you are seeing is from two different things
    1. from a standard padding added to every page to give space between the header, you can remove with this css:
    .contentclass {
    padding-top: 0;
    }

    2. You are using a “feature” template. But you don’t have any slider or featured image so there is an empty space where that would go. I suggest you just use the “fullwidth” page template instead of the “feature” page template.

    Ben

    In forum: Virtue Theme

    In reply to: Tabs shortcode picture

    #11554

    [tabs][tab title=”Night Out” start=open] Place your mouse here and click

    Bring snacks and drink

    [/tab]

    Then click the “add media” button in the top left of the page.

    Then choose an image and click add to post.

    Ben

    #11553

    Woocommerce automatically creates a “shop” page. You can select how many columns and if you want to use a sidebar in the theme options > shop settings.

    Ben

    In forum: Virtue Theme

    In reply to: what tools to use

    #11551

    The page is built with blog posts using the blog grid page template: http://themes.kadencethemes.com/virtue-premium/blog-grid-two-column/

    In the sidebar I have the virtue: recent posts widget twice and a category widget.

    Ben

    #11546

    You can go into settings > pagebuilder and remove the margin.

    Ben

    #11544

    Hmm, not without adding javascript to force the filter on load, then you could hide the all button with css. It’s not really what the filter was designed for but if I was going to take a quick try at it you would add something like this to the portfolio page content:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    $('#portfoliowrapper').isotopeb({ filter: '.portfolio-cat' });
    });
    </script>

    The period at the beginning of the category slug is important.

    the css you can add to the theme options custom css box:

    #filters li:first-child {
    display:none;
    }

    Ben

Viewing 20 results - 51,401 through 51,420 (of 53,646 total)