-
AuthorSearch Results
-
May 28th, 2017 at 13:03 #45911
In reply to: More Social Icons on Header Please
Zed
Cryout Creations mastermindIf you need more than 5 social icons displayed simultaneously you could look for a plugin that provides such functionality.
We’ve included TripAdvisor in some of our other themes, however we could not find an image that fits with Mantra’s icons scheme yet.
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.May 26th, 2017 at 18:16 #45845In reply to: menu overlaps content when resizing browser
The header area has a fixed height listed (100px) which causes the menu to overlap the content below it, if it bumps to a second line. Also, any sub menu items from the 1st row are layered behind (z-index: -1) the bottom row.
A workaround for this is the following “Additional CSS”:
#site-header-main { height: auto; } #access ul.children { z-index: 1!important; } #access ul ul { z-index: 1!important; }
The other option would be to create a media query that kicks in at whatever width your menu bumps to a 2nd row and displays the mobile version of the menu. This width will be different for each site depending on the size of the logo or site title and the number and length of the menu items. If, for example this occurs at a width of 1000px for you, the following media query will switch to the mobile version of the menu at that width:
@media (max-width: 1000px) { .cryout #nav-toggle { display: block; } #masthead.cryout #access { display: none; } }
May 20th, 2017 at 18:10 #45651In reply to: Personalize icon block
Zed
Cryout Creations mastermindThe icon blocks can only display content from (static) pages. To display other content (posts, custom post types) you’d need to customize the function displaying them (located in includes/landing-page.php).
The functions there are all pluggable.
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.May 20th, 2017 at 18:07 #45650In reply to: Septera – Move menu to beneath header image
Zed
Cryout Creations mastermindNirvana can display a full-width (up to the width of the image you’re using) if you skip the cropping step when assigning the image to the header. The image should have the correct height (as configured in the theme) or it will be displayed resized (width included).
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.May 20th, 2017 at 17:51 #45642In reply to: Featured images disappeard
Zed
Cryout Creations mastermindYou mention pages – where were the featured images previously displayed on pages?
The theme normally displays featured images in posts list (for posts), not inside their 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.May 20th, 2017 at 17:39 #45639In reply to: Problem featured images after upgrading 1.3.1
Zed
Cryout Creations mastermindBy special I meant in a way that we did not generally consider featured images will be displayed in. I wasn’t referring to how they are assigned.
Most of your images are smaller than the areas they appear in. The new srcset feature will cause the images to enlarge to fill up the area on all browsers that support srcsets. Large enough images will be displayed at their normal proportions.
There is no recommended size as the best values for your site will depend on the theme options you’ve set:
– featured image height is directly configurable in the options;
– featured image width is a result of the number of columns posts are displayed in, the presence (or absence) of sidebars and the configured total site width;Using the filter I mentioned previously will disable the srcset functionality and the images will return to their previous behaviour.
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.May 20th, 2017 at 13:27 #45631In reply to: Custom logo partially blocked on mobile since 1.5.2
I’ve tried a few other things but haven’t had any success yet. Once updating to 1.5.2, when the theme switches to mobile display the logo now becomes partially hidden (as TashB wrote). I even tried copying in an older version of the Theme Header php, but the problem was still there. Example attached …
http://brands.business/wp-content/uploads/2017/05/Tempera-problem.jpg
May 19th, 2017 at 19:53 #45186Zed
Cryout Creations mastermindHTML was always supported in the manual excerpts (the manual excerpt, the same as the automatically generated one, is handled by WordPress and not processed by the theme).
I cannot recreate the double button on the slides on our test site and without being able to read Hebrew I cannot understand what is being displayed on your site’s slider.
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.May 15th, 2017 at 16:59 #45048In reply to: Fonts shrink on update to 1.5.0
I had some of the same issues when I updated to 1.5.2 from 1.4.3
Unfortunately, I had to restore a recent site backup after making the change because there was no simple way to fix the problem.
Here’s a rundown of the issues I experienced:
1) font sizes were reduced across the board. This is no big deal to reset in the theme settings, but it would have been nice to know this was coming before seeing it happen. I did not recall the font sizes I was using off the top of my head.
2) seems like certain font weights had somehow changed – I am using open sans light for headings and the way it displays currently in (1.4.3) is a nice weight for a heading but in 1.5+ it was super thin.
3) the MOST detrimental issue – after updating to 1.5+ The line height and/or spacing for my headings was messed up. I have a manually inserted break in a at least one of my headings (the important one on the presentation page) and in 1.4.3 the default line height / spacing is natural looking, but in 1.5+ the line height / spacing appears to default to the same as the smaller paragraph type causing my heading text first and second lines to overlap.
I wish I could update again and leave the issue there for support to observe, but I can’t just leave the website looking like that while I wait for a reply…
As far as caches, to my knowledge, I don’t think our site uses CDN and I’m not sure what cache I may need to clear other than my browser…
Any help would be appreciated!!!
Thanks,
-Tim
Website: www.pancottgymnastics.com
May 14th, 2017 at 22:13 #45022In reply to: post subtitle
i tried the following plug-ins:
Subtitle 360 (https://wordpress.org/plugins/subtitle-360/)
Secondary Title (https://wordpress.org/plugins/secondary-title/)
Simple Subtitles (https://wordpress.org/plugins/simple-subtitles/)
WP subtitle (https://wordpress.org/plugins/wp-subtitle/)
Kia Subtitle (https://wordpress.org/plugins/kia-subtitle/)
None of theme as i said didn’t work.
what do you mean by “support for displaying the subtitle needs to be manually added into the theme locations where these should appear”?
thanks
doronp.s
I’m using Septera theme and not Fluida theme as mention above.
Website: natunbarosh.co.il
May 14th, 2017 at 20:44 #45016In reply to: Header title not hiding after v0.9.2
Zed
Cryout Creations mastermindI can confirm this issue, we’ll try to get it fixed as soon as possible.
In the meantime you could use CSS to hide the site title:
#branding #site-title a { display: none; }
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.May 14th, 2017 at 19:38 #45013In reply to: post subtitle
Zed
Cryout Creations mastermindI am not familiar with the usage of such plugins, however the plugin can either filter the title (in which case there would be styling difficulties), or support for displaying the subtitle needs to be manually added into the theme locations where these should appear.
Which plugin are you trying to use for the task?
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.May 14th, 2017 at 19:28 #45009In reply to: I don´t see an image on the blogpage.
Zed
Cryout Creations mastermind@bsterling, the “auto-select” functionality only works if the concerned images were uploaded to the post they are displayed in. If they were uploaded directly to the media library or to a different post, they are not associated with that post (in the database) and the theme will not be able to use them.
@hansolo, this issue is resolved in the 1.3.3 update.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.May 14th, 2017 at 19:21 #45007In reply to: Add description to logo
Zed
Cryout Creations mastermindThe theme can display either the site title (and tagline) or the logo, but not both simultaneously. You could try integrating either the logo or the description into the header background image to get them both visible.
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.May 14th, 2017 at 17:11 #44997In reply to: Presentation page missing posts
Zed
Cryout Creations mastermindThe two posts that would come in order and are missing appear to have differently-sized featured images.
I recommend you try to regenerate the thumbnails for at least one of those posts in case it’s a missing image crop that’s causing the posts to not be displayed.
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.May 8th, 2017 at 18:38 #44783In reply to: Odd but I can't seem to see how to post a new topice
Zed
Cryout Creations mastermindThe new topic form is displayed at the bottom of the (sub)forum.
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.May 8th, 2017 at 18:17 #44777In reply to: Blurred post images on presentation page
bassicsax
Power UserI just checked to confirm b/c I don’t remember changing them. On both my test & production site the featured image size in the theme is the default 201 X 318.
Oh, I should add that I had created a different test site before switched over my site to the new theme. The blurred images were a problem there as well. That site has since been removed from the server now that I’m done with it, but in total it’s 3 for 3 sites that this blurred images problem has appeared in.
Edit: on my test site I changed the image size to 500 x 318 (the 318 was not changeable), but it made no difference to the blurriness on the existing images on the presentation page. But the 2 new posts I did, had the images reduced in height (despite me increasing it from 201 to 500), but the blurriness was gone.
This of course still leaves the question, why did the theme not have an issue with dealing with my old posts and displaying my images correctly (I’m thinking of my actual production site here, that has over 2,000 posts http://bassic-sax.info/blog ) but has trouble dealing with images that are too tall–which appears to be the case.
Website: bassic-sax.com
May 8th, 2017 at 18:12 #44775In reply to: Different header for blog posts
Zed
Cryout Creations mastermindThere might be a plugin out that could let you choose which header images to display for different site sections.
The theme already supports using the content featured image as a header image (if it is large enough). You’ll find the option for this under Post Information > Featured Image.
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.May 8th, 2017 at 17:44 #44763In reply to: Customize the main page
Zed
Cryout Creations mastermindThe theme’s landing page feature does not display a sidebar as it is not designed 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.May 8th, 2017 at 17:34 #44760In reply to: Mobile version is not working at all
Zed
Cryout Creations mastermindDoes the plugin handled content display correctly in a different theme (one of the Twenties)?
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.May 8th, 2017 at 15:06 #44747In reply to: Thumbnail isn't showing correct
Zed
Cryout Creations mastermindI see no difference in the sizes of the featured image currently displayed on your site. Did you resolve this?
If not, could you indicate some posts/category exhibiting the problem?
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.May 8th, 2017 at 11:24 #44735In reply to: Blog Posting on Presentation Page
Zed
Cryout Creations mastermindThe theme’s presentation page normally replaces the default WordPress homepage (which lists posts). It can also be configured to display a list of recent pots (the same list) or not.
Additionally, you can also create a separate page to display your posts list (this is core WordPress functionality, not theme specific).
I understand what you’re trying to achieve but there is no built-in theme functionality to filter any of these posts lists. You can, however, try to use plugins to accomplish it.
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.May 4th, 2017 at 06:11 #44627In reply to: How to set blog page when landing page is used?
Found a way around it by using the ‘Blog Designer’ Plugin:
https://www.wponlinesupport.com/wp-plugin/blog-designer-post-and-widget/Very simple to use with some good options.
Alternatively you can create a page template to choose in the Template section when creating pages.
Some how-to’s here:
https://rudrastyh.com/wordpress/separate-blog-pages.html
https://digwp.com/2013/01/display-blog-posts-on-page-with-navigation/Ken
April 30th, 2017 at 08:22 #44511In reply to: Remove word "search" from Searchbox
I figured out how to change the fontsize of the word “Search” by adding this to the css of the Tempera Settings under Miscellaneous:
.searchform input[type="search"] {/* This keeps the search inputs in line This is the Sidebar Search*/ display: block; float: left; padding: 0 30px 0 10px; height: 50px; width: 100%; border-radius: 4px; font-size: 18px; }
But I still rather would remove the word “Search” entirely.
Johanna
April 29th, 2017 at 21:03 #44503In reply to: Menu on home page
Zed
Cryout Creations mastermindYou must be using the no-sidebar template on the static page which is set as the homepage. If you change that to use the default template the theme should display the sidebar.
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.April 29th, 2017 at 20:57 #44500In reply to: Possible to show header on pages
Zed
Cryout Creations mastermindThe theme only displays the featured images in the header if these images are at least 60% (I believe) off the site’s (header) 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.April 27th, 2017 at 19:32 #44396In reply to: Multilingual Featured Icon Blocks
Zed
Cryout Creations mastermindThere are some limitations to Polylang’s functionality support with the landing page elements (icon blocks and boxes). We are looking for a way to make them work as they should. For now these elements will not display the secondary language(s).
A workaround (which requires editing theme files) is presented here.
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.April 27th, 2017 at 19:26 #44394In reply to: Multilanguage blocks and boxes on landing page
Zed
Cryout Creations mastermindThere are still limitations to Polylang’s functionality support with the landing page elements (icon blocks and boxes). We are looking for a way to make them work as they should. For now these elements will not display the secondary language(s).
A workaround (which requires editing theme files) is presented here.
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.April 25th, 2017 at 18:31 #44307In reply to: First slide reduced in size
I am now wondering if it is a browser problem. I am working with Windows 10 and Edge. As an experiment I checked the site on a Mac using Safari and the slider displayed perfectly! If you can confirm this is a browser problem I will be relieved but this will obviously need to be sorted. Theme looks great on large Mac screen….
April 21st, 2017 at 18:51 #44202In reply to: Remove Mobile Header Completely
I tried that and nothing changes it.
I’m in Mantra: style-mobile.css.
I replaced this code that’s under @media (max-width: 800px)
#header-container > div { margin-top:7px; margin-left:14px; height:100%; }
To
#header-container { display: none; }
There are smaller displays but none of them have the header container.
I tried adding it to the custom css with no change. Tried adding it directly to the themes css.I cleared my cache for the site. Clear it for the browser on the phone.
For some reason I just can’t get rid of it for mobile.
-
AuthorSearch Results