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,901 through 47,920 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: .po and .mo files

    #28324

    Thank you Ben!

    I added file functions.php to my child theme. And pasted the code you wrote.
    Also I have a languages folder in my child theme with files ru_RU.po, ru_RU.po.
    Is it correct?

    I use files ru_RU.po, ru_RU.po to change h1 header on main page post grid. Header ‘Resent Post’ was replaced on ‘My Header …’
    Is there another way to replace header in post grid on main page?

    My site travelq

    Replaced header

    In forum: Virtue Theme
    #28322

    For example with this page. There’s no opacity option in page builder so I used firebugs to give it a try with opacity on background but when I do that, the fonts will be having the opacity too. Is it possible to just make the background having opacity? about us page

    In forum: Virtue Theme

    Topic: Logon page

    #28321

    If this has been addressed already i apologize but i have been looking and cannot find it. I want to change the look of the logon page. i do not like the default WP logon screen as it does not seem to fit the virtue theme at all. i want it to flow like a page built by kadence. thanks in advance. here is the logon screen i do not like…

    In forum: Virtue Theme
    #28306

    Hey,
    I’m assuming your talking about the theme filter. Which is built from the isotope framework. It was design do to be simple and only filter what is on a page. I’m not sure I even understand what your asking but the whole framework is such that your limited on options. Can you start by posting a link and if possible be a little more specific about what your asking then I can tell you if its possible or not.

    Ben

    #28301

    Ok, I’ll see what I can do, though I’m honestly not sure how to achieve any of this. I also realized that I don’t see the Post Slider Images metabox, so the two I got working are fairly useless. I think I’ve located the code for this metabox in gallery_metabox.php, but I don’t see a space where I could add my custom post type title. Guess I’ll keep looking and trying.

    One more thing I’ve been meaning to ask, figure I might as well do it here, is it possible to show the name of the category or tag in the page header along with the category/tag itself? For example:

    Now: If I click on the custom ‘video games’ taxonomy tag “Half-Life” in my posts, the page header of the index page says “Half-Life” and shows all the posts with this custom taxonomy tag, which is awesome.

    What I would like: When I click on the “Half-Life” tag, to see in the page header “Video Games: Half-Life”. Basically I want to see the tag label “Video Games” along with the tag itself. Is that possible? If it’s simple, could you please provide the code for this and where to insert it?

    #28296

    Hi,

    Is there anyway to manipulate the filter for portfolio types to either separate portfolio types to two rows, or segregate parent and child portfolio types? I’m just looking to better organize the filter, right now every type shows up together and it doesn’t look so good.

    Is there a way to duplicate the filter on the page but hide different types from each instance of the filter, that could work if its possible.

    Some type of advanced filtering where multiple types could be selected in the filter to further filter choices would be a great feature

    Thanks for you help.

    Adrian

    #28295

    Thank you, Ben. I had it set to page link. Appreciate your patience.

    #28294

    Ok, I managed to get it working, very easily, but I don’t know if that’s safe:

    1. I copied metaboxes.php to the Child Theme (in a created lib folder)
    2. I added to the following line my post type:
    ‘pages’ => array( ‘post’, ‘video-game-reviews’), // Post type
    3. The meta boxes appeared.

    Is this OK to do? Will this work/break anything?

    #28282

    Thank You,
    now I can insert a custom map but I need to change the colours of the gallery of contacts template.
    The default gallery that is in this page http://themes.kadencethemes.com/pinnacle-premium/contact-us/

    Thank You again for your patience! 🙂

    #28276

    Hi,
    I am using Virtue Premium.

    How do I add an image for the background (for all pages)?

    Thanks.
    Jalinous

    #28269

    ok I see, add this to the text tab of your page:

    <script type="text/javascript">jQuery(document).ready(function ($) {
    var styles = [
    	{
    		featureType: 'water',
    		elementType: 'all',
    		stylers: [
    			{ hue: '#ffffff' },
    			{ saturation: -100 },
    			{ lightness: 100 },
    			{ visibility: 'on' }
    		]
    	},{
    		featureType: 'landscape',
    		elementType: 'all',
    		stylers: [
    			{ hue: '#cc9999' },
    			{ saturation: 9 },
    			{ lightness: -21 },
    			{ visibility: 'on' }
    		]
    	},{
    		featureType: 'road',
    		elementType: 'all',
    		stylers: [
    			{ hue: '#eeeeee' },
    			{ saturation: -100 },
    			{ lightness: 81 },
    			{ visibility: 'on' }
    		]
    	},{
    		featureType: 'poi',
    		elementType: 'all',
    		stylers: [
    			{ hue: '#CCCCCC' },
    			{ saturation: -100 },
    			{ lightness: 9 },
    			{ visibility: 'on' }
    		]
    	},{
    		featureType: 'road.highway',
    		elementType: 'all',
    		stylers: [
    			{ hue: '#eeeeee' },
    			{ saturation: -100 },
    			{ lightness: 81 },
    			{ visibility: 'on' }
    		]
    	}
    ];
    var options = {
    	mapTypeControlOptions: {
    		mapTypeIds: [ 'Styled']
    	},
    	center: new google.maps.LatLng(61.63028201181714, -51.30035629272459),
    	zoom: 3,
    	mapTypeId: 'Styled'
    };
    var div = document.getElementById('map');
    var map = new google.maps.Map(div, options);
    var styledMapType = new google.maps.StyledMapType(styles, { name: 'Styled' });
    map.mapTypes.set('Styled', styledMapType);
    });	
    </script>
    <div id="map" style="min-height:300px;"></div>

    Ben

    #28268
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Demo content

    #28236

    In your appearance > menus page if you open the screen options tab on the top right you should see a Links box. Clicking that will give you a Links dropdown on the left side of the page. Then you can just paste in your URL and name it whatever you like. Yes, I have virtue premium.

    Hannah

    #28234

    When I click on one of the up arrows the move back up the page is smooth, but from my anchor links in the top bar it jumps down to the section. Is there something I can do to make smooth scroll work for all the same page links. Page is

    #28224

    HI I think Ive fixed it, but the image keeps flicking positions when I scroll up and down the page

    In forum: Virtue Theme

    In reply to: Home page

    #28222

    in the settings > reading. Set your home page as the static page called home.

    Ben

    #28216

    I have the Revolution slider on my homepage (thank you so much for helping me download it).

    I have made the slider not appear on mobile, and there is too much white space between the logo and the lines of text below in the mobile “header” (using pagebuilder in header)

    Any help you can suggest would be greatly appreciated!

    In forum: Virtue Theme

    In reply to: Demo content

    #28215

    To make it clear what I want.
    When I download the “Install Virtue Premium with Demo Content” folder and fallow the instructions and now it is that I have a menu with pages and one of the pages is called Home and what I want is that when I click on that Home page that it should go to the index.php and as of now the Home page go’s to a page called Home.
    You understand? I can explain more if necessary.
    When I go to the menu now there is no option for me to add a link.
    (are you using Virtue premium?)
    Thank a mill
    RLA

    In forum: Virtue Theme

    Topic: Home page

    #28211

    To make it clear what I want.
    When I download the “Install Virtue Premium with Demo Content” folder and fallow the instructions what happened is that I now have a menu with pages and one of the pages is called Home and what I want is that when I click on that Home page that it should go to the index.php and as of now the Home page go’s to a page called Home.
    Thank you
    RLA

Viewing 20 results - 47,901 through 47,920 (of 53,646 total)