-
AuthorSearch Results
-
September 26th, 2016 at 06:50 #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?
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.September 10th, 2016 at 16:54 #38933Zed
Cryout Creations mastermindThose fields pass through WordPress’ sanitization functionality, so some data that is considered less than safe will be filtered out. Scripts almost always removed, but that bit of code appears to be plain HTML, and should mostly pass.
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 16:50 #38932In reply to: Fonts with Cyrillic support don't work
Zed
Cryout Creations mastermindFor Cyrillic, the identifier would be
Open+Sans&subset=cyrillic,cyrillic-extIf 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 16:37 #38931In reply to: Issue with Parabola version 2.0
Zed
Cryout Creations mastermindPrevious Parabola versions used a lot of fixed font sizes for various areas – we’ve tried to improve their customization by making them relative to the configured general font size. If fonts are too large after the update, try lowering the general font size.
Menu items size can be reduced with custom styling:
#access a span { padding: 3px 8px; }Previous theme version can be found either in WordPress’ repository (you’ll need to guess the links or browse the old tickets) or in our archive.
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 8th, 2016 at 09:59 #38879In reply to: Menu doesn't appear on mobile devices in 0.9.8.1
I am experiencing the same problem.
Only custom css that I applied was for coloring the menù background. The menu was working good since the update.September 7th, 2016 at 12:07 #38842In reply to: Pagination missing?
Got it to work for now. Maybe not a pretty solution due to my very limited PHP skills.
For who might be interested. Created a modified version of “template-page-with-intro”template. After changing the loop from:
$the_query = new WP_Query(....
into:
query_posts(....
and from:
while ( $the_query->have_posts() ) : $the_query->the_post();
into:
while ( have_posts() ) : the_post();
seems to made it workHopefully somebody else with experience in PHP will create a cleaner solution.
September 6th, 2016 at 15:36 #38818In reply to: Dropdown Arrows are Squares
I have the exact same issue with my site when viewing in Google Chrome. Looks perfectly fine in Safari…
Any one any answers here please?August 29th, 2016 at 14:43 #38699In reply to: PHP errors when creating Nirvana child theme
Thanks for the reply.
I commented out the two offending lines of code:
// if (WPLANG != ”)
// setlocale(LC_ALL, WPLANG.’.UTF-8′);and all is now good with the child theme.
There doesn’t seem to be a problem with the plug-in so I/m thinking that this is just some left-over code from earlier versions. The strange thing is that there was no problem with it under WP 4.5.7; It jumped up when I upgraded to 4.6.
Thanks again for your help.
August 29th, 2016 at 14:30 #38698In reply to: PHP errors when creating Nirvana child theme
Zed
Cryout Creations mastermindIs the sermon-browser plugin related to the child theme? as it is the one causing the issue:
( ! ) Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in C:\wamp64\www\FBCTestsite.net\wp-content\plugins\sermon-browser\sermon.php on line 188
This tells you that the plugin relies on a (now deprecated) WordPress constant WPLANG, which is no longer used (since around 4.4 I think).
Either contact the author to update the plugin or try to manually add that constant (with the right value) in your wp-config.php file to see if it helps – other issues may remain, though, if the plugin was written for an older WordPress.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. -
AuthorSearch Results