Search Results for 'ie'

  • Author
    Search Results
  • #39432

    In reply to: Presentation Slider

    Thanks Jim, I got bluehost to go to an earlier back up. But I like this rollback plug in! thanx!

    #39427

    While I understand wanting to be paid for support, this is NOT the approach I would recommend – and considering how many people ask about this (based on a search of your posts) and the replies you got, I’d say a fair number of your potential users feel the same. I don’t mind paying for a little support. I don’t mind paying a bit for a GPL version (I can use on All our sites) with extra features/customization’s.

    BUT turning that text off should be a standard feature.

    Speaking as a Corp. running 500+ WordPress sites and tens of thousands of users, the “powered by WordPress” designation is a BIG security risk. We used to test/hack sites for organizations. There are scripts on the dark web that identify potential WP sites to attack quickly, by just checking the main page for those words. It’s like putting up a sign. And easier to look for that sign, than to walk the site looking for the wp-admin directory (which Plesk and CPanel now put in a SUB-directory now by default).

    No offense, but the fact that you use the easy removal of this text as a sort of strong arm to get people to buy support, is the main reason my review on wordpress.org will not be as positive as it could be, once I finish testing your theme. So far, everything else seems to work well.

    Sid
    VP, Dead Parrot Software, Inc.

    #39426

    Since posting this I’ve discovered the Plug-in “Advanced iFrame”, this easily and neatly embeds Lightroom galleries into a Mantra Page or Post.

    #39407
    Zed
    Cryout Creations mastermind

    There is an easier way, and that is provided as part of our Priority Support service.

    With the theme being released under GPL you are free to modify the code in any way (as long as you don’t claim the derivative work to be your own in its entirety). GPL however does not ask us to provide instructions on how to remove our link or to provide support for the modified theme 🙂


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39405

    Thank you for your quick response. This worked perfectly when I on my dev version http://www.diabladesigns.com/sm

    Unfortunately, when I tried this fix on my client’s live site http://susannemarie.org/ hosted on GoDaddy, I cannot get a full-width image as the header.

    When I use firebug, it seems that even though I am uploading a 1920x400px image, it keeps displaying a 1280×400 px image.

    I disabled all the plugins and nothing changed. I would really appreciate any ideas you may have. Thanks

    • This reply was modified 8 years ago by tstenger.
    #39392

    In reply to: Presentation Slider

    Hi MarkCimino

    Looks like the slider not working is an issue with the latest Parabola upgrade to 2.0.4, I reported the issue earlier within this “Bugs” section but if you check out the responses below my initial reporting you will see that there are ways, using a WP ROllback plugin, where you can roll the version back to 2.0.3 where it is working. Until it gets fixed.

    Hope this helps

    Jim…

    #39389

    candykane:

    If you have cpanel access in godaddy you can do a site restore from your file manager from applications site restore back a day.

    But if you installed WP Rollback, this is by far the easiest way to just roll back to previous theme version.

    Dashboard go to:

    Appearance > themes > parabola theme details > Rollback (corner right) > select v 2.0.3 Rollback

    This will do the trick for anyone experiencing this issue

    Russ..

    #39385

    In reply to: Presentation Slider

    Hi Zed,

    I am a big fan of parabola. and tempera. I just upgraded to the latest WP install WordPress 4.6.1 and found that the presentation slider doesn’t work at http://www.doubleconnect.net/. There is a white space where the slides were and the revolving circle rolling in the middle of it.

    I contacted a techie at Bluehost and he could not what the problem was. We disabled the 4 plug-ins but that didn’t affect things.

    Do you have any suggestions as to what might be the problem?

    thanks,
    mark

    #39351

    In reply to: Missing icons

    Thanks! I’ve installed WordPress in its own folder under www directory on my web server. Maybe the different directory structure occurs the problem. However, the theme icons correctly appear with Safari under iOS, while they are displayed as missing icons under Chrome and IE. Following your guidance I’ve installed CORS plug-in for WordPress and added *.domain, but it works not. Should I move the whole directory of WordPress to main directory?

    #39349

    In reply to: Missing icons

    Zed
    Cryout Creations mastermind

    You are accessing the site via http://www.artopera.org but your WordPress believes it is located at http://artopera.org/ (no www). This causes most browsers to hit a security limitation: Cross-Origin Resource Sharing
    Correct the issue by making the URL the same in both instances.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39331
    Zed
    Cryout Creations mastermind

    Can you mention your website URL? Something else must be applying styling to the categories list.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39328
    Zed
    Cryout Creations mastermind

    To remove the header background, leave the header background color field empty in the theme’s settings.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39306

    In reply to: New social media icons

    Hi

    OK, they do tend to get used a lot by hotels and pubs etc. especially Trip Advisor these days, no worries I’ll look at creating the child themes in order to add them automatically, I did create the images to the identical specs. as can be seen on http://www.thecrosskeysupwood.co.uk site.

    Thanks

    Jim…

    #39273

    In addition to this code you gave me, I needed to add id=”s” to the search input field. Here is my final searchform.php code:

    <label for="s" class="screen-reader-text"><?php _e('Search for', 'parabola'); ?> </label>
    <form role="search" method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
    	<input id="s" type="search" placeholder="<?php _e( 'SEARCH', 'parabola' ); ?>" name="s" class="s" value="<?php echo get_search_query(); ?>" />
    	<input type="submit" class="searchsubmit" value="" />
    </form>

    This was able to clear the WCAG/508 error for the form.

    #39270

    I thought I had replied to this a couple days ago, but I guess it never went through.

    Thanks for the reply and the news that it will make it into the next update. When can I look for 2.0.3 to be released?

    I’m well versed in CSS so adding the underlines was trivial. I’m going to give the PostCSS plugin pxtorem a test to see if it can automate converting the fonts to relative units.

    #39227
    Zed
    Cryout Creations mastermind

    Change the theme’s Comment Field Label option to Labels under Post Information > Comments (in Customize) and see if that solves your issue.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39224
    Zed
    Cryout Creations mastermind

    Use can use either the Custom CSS field or the child theme’s style.css file or both for your customization. However note that they get loaded in different order (related to the theme’s other styles) and customizations that work in one location may not work in the other directly (and will need to be made more specific).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39188
    Zed
    Cryout Creations mastermind

    If you have a plugin providing that functionality, simply place it in the desired theme text field. Otherwise, placing the iframe HTML will not work (due to WordPress’ security sanitization functionality on the fields).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    Are you using any kind of caching plugin?
    If the new social icon works fine on the homepage and you’ve copied the sample code exactly (and only modified the socials names) it has no reason to not work on other pages.
    You did not mention your site’s URL so I cannot take a look at what is going on.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39167

    Kaaaaaay! I might never’ve found that – thanks SO much for the help!

    Fast, effective, friendly support for your free-version users? I’m sold. You’ll have a new customer when I take this site live.

    #39162
    Kay
    Cryout Creations mastermind

    Hey AlwaysSunny (in Philadelphia?),

    The easiest way is to hide the mobile menu completely. Here’s the CSS you should add to your Custom CSS area in the Tempera theme settings (or a child theme’s style.css)

    a#nav-toggle {
        display: none !important;
    }

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #39156

    Hi Kay,

    thak you for reply.
    My site: http://soks.sk/.
    I mean, a problem is in font formatting. After changing background-size for chess diagram in css file in some browsers it was displayed correct, but in some browsers not. E.g. in Firefox and IE on my computer it was fine, but in mobile browser not. Only in Opera and in mobile “UC Browser” it worked right.

    #39089
    Kay
    Cryout Creations mastermind

    If you edit theme files you will lose the changes in a future theme update. However, if you only used theme settings and the Custom CSS field, they will be kept intact in the next update.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #38965

    Thanks Zed

    I tried the upgrade and put the general font down to 12px and that helped, I also added the custom CSS which also helped. I use a specific font with the text above and below the slider, as well as the font within the slider itself (nivo caption), and when I upgraded that reverted back to a normal font and justify, does that mean I will need to redo all the custom css for the front page if I upgrade?

    Thanks

    Jim…

    #38962
    Zed
    Cryout Creations mastermind

    Responsive styling is applied based on screen size (/resolution) not mobile device type, so it would be very difficult to exclude a specific device.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38960
    Zed
    Cryout Creations mastermind

    Chris, your solution applies to all social icons, not just the header ones. This identifier is for the header socials:
    #sheader.socials a::before { ... }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38959
    Zed
    Cryout Creations mastermind

    pmdelgado1, you can rate the theme 😉


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38944
    Zed
    Cryout Creations mastermind

    Nirvana has no space between menu and slider. The content top margin applies to the rest of the site (between menu and actual content).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38941
    Zed
    Cryout Creations mastermind

    On posts? Change the theme settings from Excerpts to Full posts.
    On slider/columns? Leave the link fields empty in the settings.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38939
    Zed
    Cryout Creations mastermind

    We’ll try to add filters for harcoded values so they’re easier to customize in the future.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 30 results - 1,501 through 1,530 (of 3,144 total)