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,001 through 51,020 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #13476

    Hello, I just purchased virtue premium and unzipped it and activated it. I can not see the ‘Theme Options’ page and it is not listed in the menu under appearance. When I switch back to the free version everything is working fine and I can see the ‘Theme Options’ page. Suggestions?

    #13475

    Sorry, but that’s not the reason. The virtue toolkit plugin is activated. And when I go to “pages” I see on the top: “Please Disable the Virtue ToolKit Plugin. It is not needed with Virtue Premium.” Is that important?

    Jana

    In forum: Virtue Theme
    #13456

    You would need to edit the code. I suggest using a child theme. Are you wanting this to just effect the home page? Where are you wanting the featured image? Below the title or the meta?

    Ben

    #13453

    The homepage of the website shows the blogposts. The featured image comes before the blogpost title. My question is how to move the title above the featured image.

    help me:)

    In forum: Virtue Theme
    #13441

    Rather then floating right I would recommend aligning right, you can use this css in your custom css box in the theme options:

    .pageheader h1 {
    text-align: right;
    }

    Reading right to left is a little different then just floating the title to the right though. That requires using a direction: rtl; css.

    You can target a specific page with css using the page or post class in the body tag of the page. For example. .postid-134 would be the specific class for the post with 134 id.

    Ben

    #13437

    You would have to edit code. If you want to change the output of which header tag is used. You can use the icon box shortcode and that would allow you to edit which header tag is used without having to change any code.

    Here is an example:
    [iconbox icon="icon-home" iconsize="48px" link="#" color="#ffffff" background="#dddddd" hcolor="#ffffff"]<h2>Title</h2><p>Description</p>[/iconbox]

    All this can be done with pagebuilder.

    Ben

    #13418

    I’m new to creating websites and this has been my first creation and I’m loving this theme. Great work!

    I am having trouble with the preview of my blog posts. I have attached youtube videos to my posts but both on my blog page and home page there is no picture preview of the video. How can I change this?

    I also am trying to work out how to create a carousel slider with all my latests blog posts inside – any idea how this can be done?

    Thanks

    #13402

    Also noticed is I select Theme Options I get just a blank page….

    #13401

    When I try to Select Slider Settings from Theme Options in Word Press, all I get is a blank page. I have tried this in both IE & Chrome.

    In forum: Virtue Theme

    In reply to: Shop Home page sidebar

    #13398

    Ok first thing, the sidebar will not go beside the slider. The slider is always on top even if there is a sidebar:
    http://themes.kadencethemes.com/virtue-premium-3/shop/
    If you want the slider to be next to the sidebar you have to use one of the plugin and add the slider shortcode to the page content. Can’t be added through the theme options.

    Since it’s also your home page you have to set the home layout to be sidebar.. theme options > home layout. and the shop layout to be sidebar. Theme options > shop settings.

    Ben

    #13397

    Your better off using this css tag:

    .page-id-682 #logo #thelogo

    but setting a width? thats going to break your site for mobile phones not 360px wide?

    If I was you I would create an image the exact size you want your logos to be and make it a transparent png. Then add your logos setting the background on the img tag with background-size set to contain.

    Ben

    #13394

    umm strange, can you post a link to the page?

    Ben

    In forum: Virtue Theme
    #13393

    So in the child theme copy the file: templates/page-header.php and put in the child theme.

    Add this inbetween line 9 and 10:

    else if(is_tag()) { echo '<p class="subtitle">'.__(tag_description()).' </p>';}

    Ben

    #13387

    Hi,
    I wanted to create a new row with page builder an set the widget “virtue info box” in like shown in the tutorial “create Demo Style 4”. The only thing I can see is the short code:

    [infobox link=link icon=icon-home size=48 style=kad-circle-iconclass ]
    Gründer-Management

    Hier steht, was es alles gibt.
    [/infobox]

    It’s the same with different browsers. What can I do?

    #13382

    Thanks Ben. We have tried changing the logo img with css, but did not succeed.
    We tried:

    .page-id-682 #logo {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(“http://www.test.foodbike.nl/wordpress/wp-content/uploads/2014/07/Logo-fishbike-crop2.jpg&#8221;) no-repeat;
    width: 360px; /* Width of new image */
    height: 155px; /* Height of new image */
    padding-left: 360px; /* Equal to width of new image */
    background-color: transparent;
    }

    Any clue what went wrong? Or how to better tackle it?

    Thanks a lot!

    Mark.

    In forum: Virtue Theme

    In reply to: Shop Home page sidebar

    #13381

    Sorry, I changed Shop page format to Sidebar, but it’s not working. Do you think it’s slider problem?

    Sheng
    Web: https://echolivin.com

    #13379

    Hi,

    I’ve just updated to the latest version and am also experience this – theme options page (tabs) are now failing to load.

    Thanks,

    Tom

    In forum: Virtue Theme
    #13366

    Yes do this in a child theme.

    To fully answer you question where are you wanting this description to show? like on what page and where on that page?

    Ben

    #13363

    1. I would use the duplicator plugin for a backup. it’s free and easy to use. https://wordpress.org/plugins/duplicator/
    2. No you shouldn’t lose anything you’ve changed. The only things that are replaced is the theme files. Everything else, (pages, theme options, posts etc) are all saved in the database.
    3. If you have no intention of editing theme files then you don’t need a child theme and I don’t recommend it.

    Ben

    In forum: Virtue Theme

    In reply to: Google Fonts

    #13362

    maybe we have a miss understanding. The font choices should show in the theme options not in the edit post page. Is that where you want them?

    Ben

Viewing 20 results - 51,001 through 51,020 (of 53,646 total)