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 - 47,041 through 47,060 (of 53,646 total)
  • Author
    Search Results
  • #32547

    Thanks Ben – it took me a while but updating for others – it was the ‘automatically add paragraphs’ in pagebuilder causing the problem.

    Jas

    #32532

    I was able to find a version of the Home page that had my edits and manually restore it. I wasn’t aware that using PageBuilder was an all or nothing tool. I’ll keep that in mind in the future.

    In forum: Virtue Theme

    Topic: Scripts

    #32531

    Hi,

    Lets Say I want to add my own jQuery script called “jquery_test.js” located in my child theme.

    Inside the script I have:

    (function($) {
    $(document).ready(function(){

    if(window.location.href == ‘ {
    setInterval(function() {
    $(‘img’).effect(‘bounce’,10)
    }, 50);
    }
    })(jQuery);

    Now how do I load this script on my web page? Do I add this to my functions.php in my child theme?

    function add_my_script() {
    wp_enqueue_script(
    ‘custom-script’, // name your script so that you can attach other scripts and de-register, etc.
    get_stylesheet_directory_uri() . ‘/custom_js/jquery_test.js’, // this is the location of your script file
    array(‘jquery’) // this array lists the scripts upon which your script depends
    );
    }
    add_action( ‘wp_enqueue_scripts’, ‘add_my_script’ );

    Thanks,
    Emre

    #32526

    Are you using the latest version of everything?

    wordpress is what keeps versions your saying you can’t get an wordpress version back?

    What was the trigger for this? Did you update something or edit something?

    While using pagebuilder it’s important to no edit anything in the text tab or visual editor tab that can break pagebuilder. if your using pagebuilder you should always stay in pagebuilder.

    Ben

    #32525

    a) The title is for a carousel, you have an image menu above it (not three products), If you don’t plan to add featured products then you should move the “featured product carousel” to disabled in the theme options > home layout. If you want to add some text above your image menu you can either use a home page widget or the page content. Both are options in the theme options > home layout.

    b) Go into the settings for the slider, click to edit one slider.. as you scroll down you will see Transitions: and there you can set the slide transition. Do it for each slide in your slider.

    c) Looks like you have a plugin that is effecting your menu. what plugins are you using?

    c) Check out the woocommerce docs: http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/

    Ben

    #32521

    I just tried to update to Virtue Premium 2.9.4 by clicking on the update theme link in WordPress and lost all my pages’ content. (I was using the previous version.) The homepage is OK though. This is the message error I am getting when I click on any other link/menu:

    Not Found
    The requested URL /contact/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    How do I get back my posts and page content?

    Thanks,
    Stephanie

    #32520

    Well, almost really. Just noticed that the text in the topbar widget, although now the same size as the topbar menu is not on the same plane horizontally speaking. Is there an align property or bottom margin property that would fix this?

    I also noticed that the topbar gets goofed up in the mobile version with Contact being on the left side again and the Cart Widget on the right. Is there anyway to have the topbar visible only on the regular version – and add the widget and topbar menu items to a mobile menu for the mobile version?

    I know how to add the contact page to the mobile menu, but not the topbar widget or how to make the topbar disappear for the mobile version only.

    Also wondering where is the best place to view the default css – ie, so I can see the existing hex codes for the colors used, so I can use them in other things I am building into the site.

    Thanks! I really appreciate all your help with this,

    Melissa

    #32518

    The home page just reverted to default content and PageBuilder won’t restore previous revision. I can see the correct HTML code in the Text window but the Page Builder doesn’t match.

    #32517

    Re: http://www.nanedwardscollection.com

    Questions
    a) Home Page – Featured Products title – would prefer that it is below the revolution slider and above the 3 products
    b) I am missing where and how to alter the way in which revolution slides transition
    c) Both my “AboutPage and Contact Page do not have the rollover buttons “Home Shop AboutUs,etc.) ….these buttons are showing and working on the “Home” and “Contact” page
    c) Woocommerce – shipping (domestic and international) + tax – I am unable to get these settings to properly charge during check out process.

    Thank you!

    #32510

    Hello, i am having a couple of little problems that i can not solve.

    1) i would love to have a small 2px solid white border at the bottom of my header(fixed&shrinky). it seems to be ok, i load the page, i scroll down and everything is fine. but when i come back to the top of the page, the white border is bigger than the original 2px, i think it is because of the interaction of the outer div (i’m guessing) that is giving some litte white space and i don’t know how to fix it. not a big big problem, but i’m curious if it is possible to solve.

    2) another little problem i found with the shrinky menu: if i set the menu item description, it will appear outside the header!

    Can i link my site in private?

    #32506

    I want to create three box icons across the top of one page and each icon box will have hover and links.

    I feel like this should be easy (and it is on the home page) but ….

    If I use pagebuilder to create the three equally distributed columns and put virtue icon-box widget then there is no option to add links. This is my ideal solution.

    If I just add icons with links using text widget then the icon background fills the whole width of the column ?

    Like the Icon Box Links on this page

    Please advise what’s the best way to achieve this.

    Thank you

    In forum: Virtue Theme

    In reply to: Mobile menu

    #32500

    Did you assign a menu as your mobile menu in the appearance > menus page?

    Ben

    #32497

    Hello,

    1.) I would like to remove whole navbar only on homepage. I want to keep topbar. I managed to remove logo and menu items for homepage with:

    .home #kad-shrinkheader{
    display:none;
    }

    Screen:
    Website: http://www.altituda.si

    2.) I am having problems because I have too many items in the primary bar, do you maybe have css to make primary bar wider, put logo more to the left, make smaller spacings between menu items.

    Screen:
    Website:

    Thank you for your help.

    Regards, Matevz

    #32493

    I was actually trying to reduce the space between the last row of the page content and the latest post widget by 30px with that code but yeah, i’ll scrap that. Thank you. I have another question though. There is no widget similar to the “Latest Post” or Home Blog Posts available in the page builder that i can add within a row. How do I get that option? What I want to happen is for the latest blog to be included in the homepage content in exactly the same layout as it is so I can add background or parallax behind it.

    As always, you are very helpful. I really appreciate all your help… 🙂

    #32492

    Hi there,

    Is it possible to have the topbar hide or disappear when the page is viewed on a mobile device?

    Georgiy

    In forum: Virtue Theme

    In reply to: Testimonial page

    #32485

    Post has been resolved for months, thats why it’s confusing to post into it, easy for use to miss. But no matter.

    You can set up a page with pagebuilder, (use a fullwidth template). Make a row with two columns place your testimonial grid shortcode on the left. Set the items to -1 so every one is shown. Then add your form in the right column.

    Ben

    #32481

    Hello,
    I’m confused, if you want to show the header why not just link directly to the page instead of the tabs?

    In forum: Virtue Theme

    Topic: Mobile Menu

    #32478

    Hi

    We need to make the mobile menu expandable currently it is fully expanded so is showing all page links in a big long list, I’m not sure if this is a bug or we’re doing something wrong or need to install a plugin to fix it.
    Can you advise us what is the best thing to do.

    Regards
    LDS Technology

    #32470

    Hi

    i want to link to a certain tab of my page. This i working already, but if i link to my tabs it wont show the top of the page, but start with the tab section. See the following links:

    Tab 1
    Tab 2

    Is there a way to link to the tabs and still show the complete header?

    In forum: Virtue Theme

    In reply to: Testimonial page

    #32468

    Thanks for pointing out how to use the forum. It’s new to me.
    I’m looking for the cleanest way to create a column on one page to put the Testimonial form on the right and the testimonials on the left.
    Using a site wide sidebar limits the use of other pages. And putting the testimonials in a box can cause issues when more testimonials are added.
    I would like to use the testimonial grid but when I open the testimonial page, all I see is the form and not the testimonials unless I scroll down. Some may think it’s a page to add testimonials only and leave the page. The testimonials are the wow factor, not the form. Your a patient man, thank you

Viewing 20 results - 47,041 through 47,060 (of 53,646 total)