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'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 26,461 through 26,480 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #100195

    How did you add this? Is it a call to action via Theme Options> Home Layout? Or did you create it via page builder?

    It’s a bit hard to write the CSS when I can’t see the site, so again, if you can post a link that works best.

    I used this CSS on my site to move that text up, but I can’t promise that it will work on your site without a link.

    .panel-grid-cell .widget_virtue_calltoaction_widget {
        padding-bottom: 30px;
        margin-top: -40px;
    }

    Place it into Theme Options> Advanced Settings and let me know if it helps. If not, then I need a link to get it right.

    Thanks!

    #100192

    Well Ben,

    Its online now , so you can have a look 🙂
    http://www.vandenberg-schoolfoto.nl

    ps
    what do you think of the site? 🙂

    In forum: Virtue Theme
    #100189

    Hello James.

    The link that you sent isn’t sending me to anything. Any chance you can fix that or just post a link directly to your site?

    Thanks!

    #100181

    Hello Hannah. I actually downgraded the theme back to version 3.6.0 and it worked but I think it might be a plugin that is really the issue. There is a plugin call Sumo Rewards that integrates with Woocommerce that was not updated since the new version of Woocommerce came out and when I try to activate it now I see that its affecting the website in a weird way. I see a bunch of errors. I will update the theme back to v 3.7.3 later tonight and retest. I will keep you posted.

    Thank you.

    #100179

    Hey Omar,
    I am seeing your products display fine throughout your site. Have you tried clearing your cache?

    Hannah

    #100170

    Hi Ben,

    I checked my websites on an iPad but I experienced an issue with menu overlay that doesn’t scroll at all both in portrait and landscape position.
    these the issues:
    1- iPad landscape position have to show the same header than website but shows empty header with the menu button symbol
    2- iPad Portrait position shows empty header with the menu button symbol
    3- Android Tablet landscape position shows correctly the same header with menu than website and works (OK!)
    4- Android Tablet Portrait position shows empty header with the menu button symbol

    In point 1-2-4 clicking on the menu button, menu appears in overlay filling the screen height but do not scroll while scrolls the underneath page. Trying to rotate and suddenly scrolling it makes a jerky scroll and reset to screen height at the same position.
    Important note: I made a second test and seems that if I’m in a page different than homepage the overlay menu centers it on the currently page visited and do not let scroll the menu.
    Can you check on an iPad or other mobile if you get the same problems?

    These are the websites

    thanks
    Angelo

    In forum: Pinnacle Theme

    In reply to: contactform

    #100164

    Ben,

    Can you tell me where to change the deafault color with the image menu items?
    is this also body font colour? becuase when i changed it i didnt see anything happening.
    its still black, where can i change this ?
    link website : http://www.vandenberg-schoolfoto.nl/ “image menu item basisschool”

    #100159

    Hello Ben. I updated the theme today along with updating Woocommerce and a couple Woocommerce addons. I notice that on the home screen and shop page the products are now missing and on the home screen basically all the home widgets are missing. The website in question is tropicisleliving.com. Please let me know what is wrong. I think its the theme update because on the test version or the website I still have the previous version of the theme (v. 3.7.2) and it works fine.

    Thank you.

    #100151

    Hi, I just noticed that the blog posts on my home page are out of order.
    The strange thing is that they are in the correct order in the dashboard. Here is a link to a screenshot of the blog post order as it shows on my dashboard:

    The screen shot shows the blog posts in the correct order, but the hompage is refusing to list them correctly.
    I have looked into this issue with other forums and people have suggested checking the posts to make sure that the “Make this post sticky” option was not activated and they are not.

    Then another suggested that I should visit Dashboard/Settings/Writing and activate the “WordPress should correct invalidly nested XHTML automatically” which I did and nothing has changed. I have also tried shutting off all plugins including Jetpack to no avail.
    I also tried adjusting the dates and it created even more chaos in the order.

    Here is the URL for my site:
    The problem is also persistent on the blog page here:

    Typically I turn off the “Show date with posts” option, but I turned it on for the sake of an inspection.

    I really don’t know what else I can do at this point, do you guys have any ideas?

    ~Indigo

    #100145

    Hey,
    With Ben’s css the borderlines shouldn’t show. Can you send a screenshot?

    You can use a plugin like this to transfer your site- https://wordpress.org/plugins/duplicator/

    Hannah

    #100141

    Thanks!

    I think this is the problem:

    On line 54 of themeoptions/options.php, opendir is called but closedir is never called.

    if ( is_dir($alt_stylesheet_path) ) {if ($alt_stylesheet_dir = opendir($alt_stylesheet_path) ) {while ( ($alt_stylesheet_file = readdir($alt_stylesheet_dir)) !== false ) {if(stristr($alt_stylesheet_file, ".css") !== false) {$alt_stylesheets[$alt_stylesheet_file] = $alt_stylesheet_file;}}}}
    

    So, the directory stays open after the code completes, making it impossible to delete the directory. This can be fixed by adding closedir($alt_stylesheet_dir); in the appropriate place.

    if ( is_dir($alt_stylesheet_path) ) {if ($alt_stylesheet_dir = opendir($alt_stylesheet_path) ) {while ( ($alt_stylesheet_file = readdir($alt_stylesheet_dir)) !== false ) {if(stristr($alt_stylesheet_file, ".css") !== false) {$alt_stylesheets[$alt_stylesheet_file] = $alt_stylesheet_file;}} closedir($alt_stylesheet_dir);}}
    

    New result:

    The update process is starting. This process may take a while on some hosts, so please be patient.

    Enabling Maintenance mode…
    Updating Theme Virtue – Premium (1/1)

    Virtue – Premium updated successfully. Show Details

    Disabling Maintenance mode…

    All updates have been completed.

    I have had this problem for over a year, so I imagine others have had the same problem and just did what I did. That is, they just download from the website rather than spend the time to figure it out. I have installed this on two servers and both exhibit the exact same behavior with two different versions of Windows. Also, Kevin linked to an example where someone was having the same exact error. Perhaps this was their problem too?

    #100138

    Hello,

    The site is almost ready to go, but the logo shrinks too small when on a mobile or smaller tablet. We are using the secondary menu as the “main menu” which shrinks to a more reasonable size/lenght. Could this be the minumum length for the logo, with the matching relative font size?

    or better yet is there css code that I could add and then modify to the desired specifications?

    here is the link:

    thanks

    #100135

    I downloaded the Pinnacle premium upgrade onto my mac. What steps do I take from here to make the premium upgrade appear on my wordpress site?

    #100129

    Thanks Ben,

    You folks are the best as is your Virtue Theme I’ve got a link to your site in the footer of all four sites I’ve built and sing your praises to the Bluehost techs everytime I talk to them [which is often as I’m an amature], and everyone else when applicable.

    Regards,

    Larry

    In forum: Virtue Theme
    #100128

    Okay. I understand.

    My site is http://swoop.kr

    In forum: Virtue Theme

    In reply to: API won't activate

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

    In reply to: widgets

    #100093

    It really depends on which part of each widget you’re trying to change. You can set all of the fonts on your site via Theme Options> Typography Settings and Theme Options> Menu Settings.

    If you want to find out what kind of text each element is, you can right click the particular bit and use your browser’s “inspect” tool to find out what type of markup that particular piece of text has.

    If you can post a link and specify what text you’re wanting to change, I’ll tell you the best way to go about it.

    thanks!

    In forum: Virtue Theme

    In reply to: API Key

    #100092

    Hey,
    Think of it as a way to deactivate a site from your account here instead of your site.

    Ben

    In forum: Pinnacle Theme

    In reply to: image resolution

    #100090
    This reply has been marked as private.
    #100088

    An easy way to accomplish this would be to use a Top Bar.

    I did it on my site by going into Theme Options> Top Bar Settings and enabling the top bar there.

    If you’re wanting to only display the language switcher, then you can do so by turning everything off except the top bar widget area.

    Then, in Appearance> Widgets, you’ll place the “Language Switcher” widget in the top bar area.

    You may need some CSS to get it lined up correctly, but this is what I would do.

    You’ll also probably want to adjust the topbar color to match that of your header in Theme Options> Advanced Settings.

    Does this work for you?

Viewing 20 results - 26,461 through 26,480 (of 39,333 total)