-
AuthorSearch Results
-
September 27th, 2016 at 17:46 #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!
September 27th, 2016 at 15:26 #39427In reply to: Remove The "Powered By" text
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.September 27th, 2016 at 14:31 #39426In reply to: Lightroom Gallery Integration
Since posting this I’ve discovered the Plug-in “Advanced iFrame”, this easily and neatly embeds Lightroom galleries into a Mantra Page or Post.
September 27th, 2016 at 11:38 #39407In reply to: Remove The "Powered By" text
Zed
Cryout Creations mastermindThere 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.September 27th, 2016 at 11:31 #39405In reply to: Different header assigned to different pages?
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.
September 27th, 2016 at 01:31 #39392In 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…
September 27th, 2016 at 00:42 #39389candykane:
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..
September 26th, 2016 at 22:10 #39385In 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,
markSeptember 26th, 2016 at 06:50 #39351In 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?
September 25th, 2016 at 19:38 #39349In reply to: Missing icons
Zed
Cryout Creations mastermindYou 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.September 25th, 2016 at 12:42 #39331In reply to: post categories in two lines and not in one
Zed
Cryout Creations mastermindCan 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.September 25th, 2016 at 12:30 #39328In reply to: Make header image transparent?
Zed
Cryout Creations mastermindTo 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.September 22nd, 2016 at 20:22 #39306In 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…
September 20th, 2016 at 23:34 #39273In reply to: Section 508/WCAG 2.0 Accessibility
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.
September 20th, 2016 at 19:30 #39270In reply to: Section 508/WCAG 2.0 Accessibility
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.
September 19th, 2016 at 10:18 #39227In reply to: Problem with Captcha Plugin
Zed
Cryout Creations mastermindChange 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.September 19th, 2016 at 10:07 #39224Zed
Cryout Creations mastermindUse 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.September 18th, 2016 at 17:31 #39188In reply to: Adding elements to the presentation page
Zed
Cryout Creations mastermindIf 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.September 18th, 2016 at 17:21 #39184Zed
Cryout Creations mastermindAre 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.September 17th, 2016 at 21:11 #39167In reply to: Remove (3-bar) Responsive Menu Icon For Dummy Menu
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.
September 17th, 2016 at 20:35 #39162In reply to: Remove (3-bar) Responsive Menu Icon For Dummy Menu
Kay
Cryout Creations mastermindHey 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.September 17th, 2016 at 15:30 #39156In reply to: Issue with Parabola version 2.0
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.September 14th, 2016 at 17:20 #39089In reply to: Issue with Parabola version 2.0
Kay
Cryout Creations mastermindIf 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.September 10th, 2016 at 20:38 #38965In reply to: Issue with Parabola version 2.0
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…
September 10th, 2016 at 19:56 #38962In reply to: exclude ipad of estructure mobile
Zed
Cryout Creations mastermindResponsive 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.September 10th, 2016 at 19:54 #38960In reply to: Change social icons in header only
Zed
Cryout Creations mastermindChris, 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.September 10th, 2016 at 19:51 #38959In reply to: How to center main menu in Fluida
Zed
Cryout Creations mastermindpmdelgado1, 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.September 10th, 2016 at 17:25 #38944In reply to: margin/padding between Menu and content.
Zed
Cryout Creations mastermindNirvana 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.September 10th, 2016 at 17:18 #38941In reply to: How to remove "Read More" link?
Zed
Cryout Creations mastermindOn 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.September 10th, 2016 at 17:15 #38939In reply to: Missing/not reachable link in columns text
Zed
Cryout Creations mastermindWe’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. -
This reply was modified 8 years ago by
-
AuthorSearch Results