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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: three icons at top of page which link
In forum: Virtue ThemeIn reply to: Home page reverted to default
In forum: Virtue ThemeTopic: Scripts
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 == ‘*Login to see link {
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,
EmreIn forum: Virtue ThemeIn reply to: Home page reverted to default
February 26, 2015 at 5:02 pm #32526Are 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
In forum: Virtue ThemeIn reply to: Home Page and submenu (please see below)
February 26, 2015 at 5:00 pm #32525a) 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
In forum: Virtue ThemeI 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,
StephanieIn forum: Virtue ThemeIn reply to: a href link in Secondary Menu?
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
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Home Page and submenu (please see below)
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!
In forum: Virtue ThemeTopic: sticky header problems
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?
In forum: Virtue ThemeI 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 *Login to see link
Please advise what’s the best way to achieve this.
Thank you
In forum: Virtue ThemeIn reply to: Mobile menu
February 26, 2015 at 12:37 pm #32500Did you assign a menu as your mobile menu in the appearance > menus page?
Ben
In forum: Pinnacle ThemeHello,
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: *Login to see link
Website: http://www.altituda.si2.) 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: *Login to see link
Website: *Login to see linkThank you for your help.
Regards, Matevz
In forum: Virtue ThemeIn reply to: Homepage Blog going over Homepage Content on mobile
February 26, 2015 at 11:25 am #32493I 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… 🙂
In forum: Virtue ThemeTopic: Hide Topbar when on Mobile
In forum: Virtue ThemeIn reply to: Testimonial page
February 26, 2015 at 10:17 am #32485Post 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
In forum: Virtue ThemeIn reply to: tab short code: link to certain tab
In forum: Virtue ThemeTopic: Mobile Menu
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 TechnologyIn forum: Virtue ThemeHi
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 2Is there a way to link to the tabs and still show the complete header?
In forum: Virtue ThemeIn reply to: Testimonial page
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 -
AuthorSearch Results


