-
AuthorSearch Results
-
February 16th, 2017 at 11:25 #42755
In reply to: Best Way To Speed Up Website Load Time
Zed
Cryout Creations mastermindWe advise against trying to minify the theme’s CSS. Fluida requires its styling (the files and the options-based generated one) to be applied in a particular order and minification plugins usually break this.
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.February 16th, 2017 at 11:16 #42752In reply to: How to apply different settings for mobile/desktop
Zed
Cryout Creations mastermindUse media queries in your custom styling.
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.February 16th, 2017 at 10:45 #42744In reply to: translate homepage
Zed
Cryout Creations mastermindThe shortcode field is not currently localizable.
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.February 16th, 2017 at 10:37 #42743In reply to: Some animation effects suddenly dissappeared
Hello,
The problem was seen even with the cache plugin disabled so the minify thing is not the case.
Still I do not understand one thing: I use to show the post list as excerpt and limited it to 10 words. Why does the page tries to show/load some widgets at the end of the post which should not be visible in the excerpt?The most stupid and easiest solution I found was to add a google maps widget on the left side panel. This caused the google API to be loaded everywhere including the home page. I made some arrangements to the widget so that it is not visible.
I do not know how to load the google API other way.
Regards,
Vasil KrastevFebruary 15th, 2017 at 18:59 #42723In reply to: Hide Presentation Slider on Mobile Screens?
Zed
Cryout Creations mastermindYou can do this with custom styling:
@media (max-width: 800px) { #frontpage .slider-wrapper { display: none; } }
You can adjust the 800px value to control which devices the styling applies to.
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.February 15th, 2017 at 18:34 #42715In reply to: Reduce space between Intro and Category posts
Zed
Cryout Creations mastermindThat is usually doable with custom styling.
I’d need to see the content (actual page) that the styling needs applied to, though.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.February 15th, 2017 at 12:54 #42690Zed
Cryout Creations mastermindThe extra text title fields are meant for exactly what their names indicate – titles. Titles are normally not 2-3 lines long so the line height (and font size) wouldn’t be problematic in this case.
Each of the titles is accompanied by a text field designed for bulkier bits of text.We do our best to answer all the forum topics we can, but patrolling the forums is not our full time job.
We’d rather spend this time to improve our existing themes and create new ones.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.February 15th, 2017 at 12:30 #42689In reply to: Update adds something to menu items?
Zed
Cryout Creations mastermindYou appear to have JavaScript issues on your site, which render WordPress’ jQuery (which the theme relies on) non-functional. The slider on the homepage is also not working.
You’ll need to temporarily disable all your plugins and check if this solved the problem, then re-enable them one by one to pinpoint the cause.
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.February 15th, 2017 at 12:22 #42688In reply to: Mantra Does Not Work!
Zed
Cryout Creations mastermindI see you’re currently using Tempera, which works fine.
If you’re still having trouble with Mantra, could you test if a force refresh or using a different browsers yields different results?
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.February 15th, 2017 at 12:16 #42686In reply to: Premium Support Migration
Zed
Cryout Creations mastermindI believe we have migrated your support service, but I am providing this answer for anyone else with the same question:
There is no automated confirmation for support migration as we handle all migrations manually. The procedure may take up to several days.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.February 14th, 2017 at 21:07 #42680In reply to: Translation
Hello!
I just want to inform you all that I’ve translated Verbosa to Spanish (Spain). It’d be great to see it in action in a further update after the review.
https://translate.wordpress.org/projects/wp-themes/verbosa/es/default
Best regards.
Website: monyi.net
February 14th, 2017 at 19:25 #42678the url is http://daparishkayaks.com
password: bienvenue16
February 14th, 2017 at 07:01 #42661In reply to: Replacing Nirvana images with my own custom images
1) I found the answer to this question on another site. It confirmed 5 social accounts is all that the Nirvana theme supports. That’s all I was asking and I’m confused as to why you couldn’t just tell me that.
2) I have emailed Jetpack tech support and they can’t help as they say the social icons aren’t images but “Genericon” font. I have no clue what that is. I have checked the Jetpack forum and there is nothing there about this but I will post my own support request there.
3) OK, thanks. That’s what I was afraid of.Thanks for getting back to me.
JulieFebruary 12th, 2017 at 01:50 #42626I tried doing that, no luck. Still getting the same errors
February 10th, 2017 at 12:58 #42604In reply to: Landing page without page content?
I’m using a landing page, with the relevant piece of code outputting the page content commented out in a child theme function
February 5th, 2017 at 17:29 #42495In reply to: Separate Blog(Posts) page when using Landing page
Zed
Cryout Creations mastermindFluida (and subsequent themes) no longer have the blog template included because the w.org repository reviewer considered it to be extraneous and not needed in the theme. We believe otherwise, but we had to respect this decision for the theme to be accepted in the repository.
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.February 5th, 2017 at 16:29 #42474In reply to: Previous Employers on Presentation page
Zed
Cryout Creations mastermindThe presentation page text fields support the inclusion of shortcodes, so you’d be able to include plugins that provide their functionality via shortcodes, or even widgets by using an additional widget-as-shortcode plugin.
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.February 5th, 2017 at 16:08 #42470Zed
Cryout Creations mastermind1. You should ask the plugin developer to follow WordPress best practices and apply color selectors on the plugin’s pages only, not all over the dashboard.
2. The content area will be the width configured in the settings. If the screen it is viewed on the site will rearrange to not extend beyond the screen width, but on wider screens the content will limit to this width.
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.February 5th, 2017 at 15:58 #42469In reply to: Futura Font vs MacOs
Zed
Cryout Creations mastermindThe browser relies on system fonts to display the configured font faces. If these fonts are not available in specific operating systems, the browser will use fallback font families (which may or may not look similar to the initial font).
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.February 5th, 2017 at 13:22 #42463In reply to: How to add a margin under the home page slider?
Zed
Cryout Creations mastermindThe slider is located inside the content area which is placed on an even larger element that has the background.
You cannot create transparent area (down to the background of the site) using margins and/or padding. You need to disable the general background first (by leaving the appropriate color field empty in the theme 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.February 5th, 2017 at 13:21 #42462Zed
Cryout Creations mastermindThe browser does the interpreting. If the rule doesn’t work you’re either applying it to the incorrect element, or the custom style is not specific enough and gets overwritten by existing styling.
Try
body #frontpage { ...
Note that the #frontpage element is located on top of a different layer which already has a white (configurable) background, so any semi-transparent color you’re applying will be applied to that background, it will not make the content background semi-transparent all the way down to the site background.
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.January 31st, 2017 at 00:19 #42337In reply to: Some animation effects suddenly dissappeared
I finally found the root cause for the problem. I use Google Maps plugin to display routes in some of my posts. When there is a list of posts the following error is generated which causes the html code to stop:
Uncaught TypeError: Cannot read property ‘libraries’ of undefined
at HTMLDocument.<anonymous> (js-map.min.js?ver=1.7.2:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)I guess something does not wait for google visualization to finish loading its libraries before it uses them. Any ideas how to fix this…?
-
This reply was modified 8 years ago by
vasskion.
January 30th, 2017 at 11:13 #42328In reply to: Adding AdSense Code
Tried a different email but no luck. As far as I can tell I need to get into the background html of the site to add the code, but now sure if that’s possible or not? All the help I can find online seems to be about setting up Adsense with the plugin etc, noone seems to have got stuck at this stage.
January 28th, 2017 at 23:31 #42283In reply to: Adding AdSense Code
peter@pflyzcreative.com
Power UserI tried setting up an account for a website with all original content and AdSense denied their application because of not enough original content. I can’t find a way to speak to anyone direct about AdSense…
I can’t remember being told to put code after the head tag – it is always put wherever you want the ad to display…
I would try again with another email.
January 27th, 2017 at 23:13 #42257In reply to: can't update to wordpress 4.7.1
it seemed to update it self, but now it is not updating to 4.7.2. have mantra. getting this message
Warning: copy(/homepages/28/d572162001/htdocs/app572231144/wp-admin/includes/update-core.php): failed to open stream: Permission denied in /homepages/28/d572162001/htdocs/app572231144/wp-admin/includes/class-wp-filesystem-direct.php on line 257How do you update permissions?
Website: www.foxfamilylaw-boulder.com
January 27th, 2017 at 20:07 #42252In reply to: Featured Icon Blocks not using excerpt?
I’ve fixed this with a child theme. It looks like that to have post excepts being used properly, a tweak can be made to fluida_custom_excerpt in fluida/includes/core. It doesn’t look at that field at all. It could be tweaked to look for a post excerpt before creating one from the post.
I’ve done it in a hacky way, but might spend some time adding this to the right function.
January 26th, 2017 at 22:46 #42237In reply to: sidebar navigation widget
My mistake – I had tried to test it in the incorrect sidebar. It is working as it should, sidebar navigation shows the children pages.
ThanksJanuary 24th, 2017 at 17:29 #42195In reply to: Menu sidebar widgets not shown on mobile
Zed
Cryout Creations mastermindPlease see https://www.cryoutcreations.eu/forums/t/sidebar-menu-or-items-in-mobile-view/#post-41789
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.January 24th, 2017 at 17:28 #42194In reply to: Custom CSS – DOes it Persist Through Upgrades
Zed
Cryout Creations mastermindYes, the content of the Custom CSS field is retained over updates.
The footer recently received a couple more colours and existing one were rearranged.
The static page setting is not a theme option but under WordPress’ control (the theme can indeed override it with its landing page feature, but this can be disabled).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.January 24th, 2017 at 17:23 #42193In reply to: How to edit the text boxes
Zed
Cryout Creations mastermindAll of the theme’s landing page content is configurable in its settings, under Appearance > Customize > [FL] Landing Page. There you can enter text in certain title fields and select the pages that get used to create the text blocks with.
To define the actual text displayed in these blocks you’ll have to edit the pages themselves.
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