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 'site'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Site title in header cuts off on mobile phones
April 15, 2016 at 12:29 pm #90908Just to add here you can change the font size for the site title and tagline using css that would just affect mobile:
@media (max-width: 767px) { header #logo a.brand { font-size: 20px; line-height: 20px; } .kad_tagline { font-size: 14px; line-height: 14px; } }Ben
In forum: Virtue ThemeIn reply to: Accordion Shortcodes in SiteOrigin Editor
April 15, 2016 at 12:19 pm #90906Hey,
If you’re using SiteOrigin Editor for shortcodes make sure “auto paragraph” is turned off.Ben
In forum: Virtue ThemeIn reply to: Flexslider and smoothly appear of home page blocks
…my site is: photodina.com
In forum: Virtue ThemeIn reply to: Flexslider and smoothly appear of home page blocks
April 15, 2016 at 11:12 am #90894Which site should I be looking on? I still do not need the css I posted in your custom css output?
Ben
In forum: Pinnacle ThemeI’m trying to change the background color of the header in Pinnacle Premium to #3a4365. Nothing I try makes any change to the white default background.
I’m attempting to work in Theme Options > Advanced Styling > Header Background. I’ve tried both Simple and Full for the style, transparency is set to 1, and the background color is defined as #3a4365. I want the entire header blue, not just the block behind the menu. Is there something I’m missing?
Here’s the site: *Login to see link
Thanks,
Charlie
In forum: Pinnacle ThemeIn reply to: Website Transfer
In forum: Pinnacle ThemeIn reply to: Add background color to icon menu on home page?
Close, but not exactly what I was going for. So, that code set the background for the icons in the icon menu … which left white space all around the menu. I’m going for the visual division of sections on the home page, via full screen color or image sections.
So, for example on the Kadence website (https://www.kadencewp.com/) there is a top bar (full screen), header menu (full screen) header picture (full screen picture), then section with full screen background color, then testimonial section (full screen color), then an icon section with full screen background color, then the footer. That is what I mean by visual division of sections. The transitions between the full screen sections breaks the website into individual parts to digest …
I’m trying to make the entire section behind the icon menu a different color. Similar to how the testimonial sections and Call to Action sections color the screen full -witdh. I’m not sure if that is a matter of how .icon-menu is defined and is not possible?
I guess I’m looking for a hybrid, call-to action/icon menu.
-Ana
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Last blog post on home page
You can use shortcode instead of the latest blog posts in home layout to display a single post.
[blog_posts orderby=date items=1 word_count=30]You can place that in any text editor on your site and you’ll be able to show only your latest blog post.
Let me know if that works for you!
In forum: Virtue ThemeIn reply to: Problem with homepage layout manager
I’m having the same problem as described in this thread.
The homepage layout manager its not working. I have tried disabling all items in for the layout and nothing changes on the home page. If I add or move the items under “Enable” nothing changes.
I’ve disabled WP Super Cache and there is no change.
I’m using the current version of Virtue – Premium Version: 3.5.9.
My website URL is: http://doncooperproducts.com/
Please let me know if you can help me resolve this problem.
Best Regards,
Don
In forum: Pinnacle ThemeTopic: Website Transfer
Hi! I just changed hosting sites. I still have my website with GoDaddy, but I have new hosting with Site Ground. They do a free web site transfer. Everything looks fine on a desktop however I get a 404 error on a mobile phone.
Is there anything extra I need to update do with your plug-in or will it work automatically?
The website is *Login to see link
Thank you for your time!
KarmynIn forum: Virtue ThemeIn reply to: Accordion Shortcodes in SiteOrigin Editor
In forum: Virtue ThemeIn reply to: Anchors won't hold…
Hi Ben.
It seems my understanding of CSS is more limited than I thought… Let’s see if I understand this correctly. FYI: I use anchors in both places: in plain text and in accordions.
If there’s an anchor on a page, you can link to that anchor via:
– a link on the same page
– a link in the menu
– a link on another page
Where you link from matters for it’s behaviour.Code 1: <script type="text/javascript">jQuery(window).load(function () {jQuery('#nav-main').localScroll({offset: -90});jQuery.localScroll.hash({offset: -70});});</script>Altering the -90 offset in above code alters the position when using the link in the menu.
Altering the -70 offset alters the position when linked from another page.
(I’ve set both offsets to -80 for my website)The link on the same page is unaffected. It jumps (without scroll) to the wrong position.
*******************************************************************
Code 2: <script type="text/javascript"> jQuery(document).ready(function ($) { if ($('#accordionname1').length) { if (location.hash){ if($(location.hash).hasClass('in') ) { } else { $('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed'); $('#accordionname1 .in').collapse('hide'); $(location.hash).collapse('show'); $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed'); } } } }); </script>This code opens the accordion tab and navigates to the text inside it. This now opens the right acc. tab, closes all others and shows the text neatly positioned on the top of the screen, hiding the title box behind the menu. How far the page scrolls to show the text in the accordion tab is not set by this piece of code.
It does break the functionality of the accordion tab as such: When the browser is at http://www.domain.nl/ terms-conditions/#collapse11 the tab “Terms & Conditions” is opened. If I now click the tab “House rules”, that tab opens, but T&C doesn’t close.
If the browser is at http://www.domain.nl/ terms-conditions/ the accordion tab works without problems.*******************************************************************
Questions:
– A link on the same page as it’s anchor jumps (without scroll) to the wrong position. Is that a bug in Code 1?– Is it possible to solve the broken “tab close on other tab clicked-open” functionality in Code 2?
– Is there a way to possibly alter code 2 with an extra offset setting, overriding or adding to the offset setting set by Code 1?My apologies for the long read.
In forum: Virtue ThemeIn reply to: styling the drop down menu
In forum: Virtue ThemeIn reply to: Site title in header cuts off on mobile phones
Thanks Hannah – at the time I had the sitename and tagline as text, it wasn’t the bottom cutting off that was the problem. It was to the right – ie. Decorative Painters was cut off to Decorative Paint – or something like that. So the width was the problem
Since I posted the problem, I have used a png file for the sitename and the primary menu for the tagline to get it to be responsive on mobiles. Because the site is live, I decided to do this work around. However, if you can come up with another solution for the sitename being text and the tagline being the words for the tagline and not a menu, it would be much appreciated.
Is it something to do with the width of the viewport for mobile phones?
In forum: Virtue ThemeIn reply to: styling the drop down menu
In forum: Virtue ThemeThe accordion shortcodes that comes with the Virtue Theme is not displayed corrected if it is placed inside the Page Builder’s SiteOrigin Editor Widget. It works fine in a plain text or TinyMCE widget.
You can see the page at this URL: pebblebell dot com/tests/accordion/
This is more of a report, since I have a workaround — using TinyMCE. But if Virtue Shortcodes don’t work well with SiteOrigin Editor, I will just stick to TinyMCE in the future.
Thanks!
In forum: Virtue ThemeIs it possible to break up the Page Subtitle into multiple lines? On my site, I’d like the first line of the Subtitle to read, “Cooperative Wisdom is a spirited conversation about how cooperation breaks down and what we can do about” and the second line to appear directly beneath that and read, “Discover five social virtues that protect and strengthen cooperation in the face of disruptive change and conflict.” My site is testenv.sbcchosting.com/cwsp
Thanks,
Jennifer
In forum: Pinnacle ThemeIn forum: Virtue ThemeI have used Abril Fontface font for my site title set to normal 400, font size 60px, line height 125px. It looks great on a desktop screen, but cuts off some of the letters at the end on a mobile screen. Can you please help?
The website is: *Login to see link
-
AuthorSearch Results


