-
AuthorSearch Results
-
January 16th, 2018 at 01:57 #58416
In reply to: Inserting image above posts on blog page
Hi Zed
Thanks for your reply. I understand that wordpress is using the page for posts and nothing from the pages properties is used.
That is what I am asking about, is there some way to get wordpress to put an image between the menu and the first post.
I have looked at the source code for the blog page and an other page and identified the bit of code that inserts the image. If I knew where the posts page is hidden I could insert the same line of code and it would then show the image.
Is there any way to do this?
Thanks
January 15th, 2018 at 21:46 #58411In reply to: How to create Gallery Post?
Zed
Cryout Creations mastermindThe gallery on the demo site is created using WordPress’ built-in gallery functionality. Its shortcode used (ignoring the image IDs) is:
[gallery link="file" size="medium" ids="457,456,454,453,447,446,445,449"]
The component images are set to link to the media files (not attachment page) and their pop-up view is accomplished with a Fancybox 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.January 15th, 2018 at 21:31 #58405In reply to: image in preview article
Zed
Cryout Creations mastermindThe word limit is configurable in the theme’s options. The excerpts (preview) list normally displays the featured image assigned to the posts.
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 15th, 2018 at 21:31 #58404In reply to: fluida-main-inline-css overriding my child-theme css
I’m using the most specific rules that I can and it didn’t work.
Can’t you add an option that will make the using of child-theme more easy? like option to “inject” my child-theme style after all your files in the <head>, or if it’s already possible I’d like to know how to do that and get some directions, because I don’t have too much experience with child-theme in WordPress.Thanks,
Ido.January 15th, 2018 at 21:18 #58400In reply to: Image Styling Problem In bbPress
angeljs
Power UserHi, yes, I tried aligning left and it was fine.
Thanks
January 15th, 2018 at 21:08 #58396Zed
Cryout Creations mastermindThe site title HTML element used by the theme is different between the homepage and the other site sections (for SEO purposes). This makes it fall back to one font on the homepage and a different font on the other sections if its primary font selection is invalid.
Enter the correct font identifier for the site title in the theme’s options and it will work consistently throughout the site.
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 15th, 2018 at 20:56 #58391In reply to: Add more CTA buttons
Zed
Cryout Creations mastermindThe CTA fields should be translatable in the plugin’s Strings feature.
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 15th, 2018 at 20:49 #58387In reply to: Header Images issue
Zed
Cryout Creations mastermindThe Site Identity > Header Media option controls the header image displayed on all site sections (pages, posts, categories, so on), except single sections (posts and pages) which have a large enough featured image set while the theme’s featured image as header option is enabled.
Any plugin that will try to override the header image functionality will probably fail when the theme option is enabled and those content elements do have featured images set. Otherwise, plugins that correctly filter WordPress’ built-in header image functionality should work.
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 15th, 2018 at 20:37 #58383In reply to: Not showing options for multi-languages
Zed
Cryout Creations mastermindYou might need to manually activate multilanguage support for custom post types:
https://polylang.pro/doc/multilingual-custom-post-types-and-taxonomies/
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 15th, 2018 at 20:31 #58378In reply to: Inserting image above posts on blog page
Zed
Cryout Creations mastermindWordPress replaces the static page you’re setting as “Blog” with the posts list entirely. Nothing from its properties (title, content) is used.
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 15th, 2018 at 20:28 #58377In reply to: Slider no longer working
Zed
Cryout Creations mastermind@darynkyle, I’m sorry but we don’t provide any kind of support when our link is removed without our approval or not part of our support service.
If you’re a priority support customer, you can use the dedicated form for fast replies.
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 15th, 2018 at 20:01 #58369In reply to: Presentation Page Extra Text disappears
Zed
Cryout Creations mastermindThanks for pointing this out.
There’s indeed an issue with the display of those extra text fields data in the settings, resulting in them being empty (although the data is still saved at this point). However, if the theme settings are saved while these fields appear empty, the data will be lost.We’ll correct this error as soon as possible.
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 8th, 2018 at 19:43 #58068In reply to: Changes in the 3.0 update
Zed
Cryout Creations mastermind@ThomasW, I have edited the first post with more information, including rollback.
@chindmarsh, We have not customized or applied any player styling or behaviour. Did you check if the player behaves differently on Mantra than one of the default Twenty themes (for example)?
@MarkL, the new padding is part of the updated design. Mantra used to be very cramped and small, current design trends use a lot more spacing all around (we’ve been quite reserved with this however in the 3.0 updates, trying to keep most of Mantra’s personality).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 8th, 2018 at 16:45 #58066In reply to: Logo Getting Squished
GaitherStephens
Power UserI believe that has fixed the issue. Thank you so much for your help on this! So many times I’ll install a plugin for one type of function and it ends up adding tons more functions that conflict with other parts of the website. I probably would have never found that on my own. Thank you again.
Gaither
January 6th, 2018 at 21:45 #57991In reply to: How to know which PHP file is the static page ?
Thanks for your answer !
But I’m not sure I really get it.
Before posting I tried to modify the page.php to remove the sidebar ( which is not needed when one is on the static front page ), and eventually I ended up removing the part that displays the content to start from scratch. But obviously it means that if I create another post, it won’t have a sidebar.So do you mean I have to create another $custom.php ( named something like static-page.php ) ? If yes, how do I tell WP to use static-page.php as the front page ?
January 6th, 2018 at 19:59 #57984In reply to: Presentation page and polylang
Zed
Cryout Creations mastermindIf you’re using the ‘posts by id’ method for defining sliders, I believe the IDs list field is not listed for Polylang. I’ll look into this and add the field to the list for the next 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.January 6th, 2018 at 13:10 #57959In reply to: How to change header image in lang change?
Zed
Cryout Creations mastermindThe theme uses WordPress’ core functionality to retrieve the correct header image. If Polylang provides any way to use different header images depending on language then that should work with Tempera as well (even if this is doe with code via filters).
Otherwise, coding in a header image selector depending on language is not an easy task in Tempera due to its complex header structure.
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 6th, 2018 at 12:55 #57956In reply to: How to know which PHP file is the static page ?
Zed
Cryout Creations mastermindIn WordPress one file handles multiple usage cases. For example in Parabola page.php will render *all* static pages. The pages (and other content elements, like posts) themselves are stored by WordPress in the database, not files.
If you’re looking to customize a single content element beyond what the dashboard editor can do ( even with additional plugins), you can use the template hierarchy map to identify which file will be used to render that particular content element:
You normally start by copying the default handler file from the theme to your child theme and customizing it from there.
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 5th, 2018 at 23:51 #57946In reply to: Two-column latest posts on presentation page
Zed
Cryout Creations mastermind@xorpheous, if you referring to single posts using up half of the available content space (leaving empty room for a second column, like here) this is an issue we’re fixing in the upcoming update.
Otherwise, the homepage posts list and other posts lists (categories, archives) always used the same layout simultaneously – either posts in two columns or posts in one column – excluding the sidebar.
@pattyoss, it appears you’ve disabled (or never used) the magazine layout option. You’ll be able to re-enable it after the next update without it breaking the single posts layout anymore.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 5th, 2018 at 23:39 #57945In reply to: Problem with v3 update – customizations
Thank you Zed. After realizing that it was only the files I already had in the mantra-child directory which needed some editing (eg. category-27.php and style.css), I was somewhat surprised to find that I also needed the “includes” sub-directory (containing theme-frontpage.php) to be under mantra-child as well. (This is just by testing on a test site; I still haven’t updated the live site yet.)
Does that seem to be expected, to you? I don’t appear to need the other sub-directories content, resources or templates, to be under mantra-child; they are OK just in the main mantra folder.January 5th, 2018 at 01:15 #57922In reply to: Problem with v3 update – customizations
Another update. The padding in the menu bar titles is in the main Mantra style. I’ve tried to override that with this entry in my mantra-child/style.css file:
#access a {
padding: 0.5em; 0.5em;
}but it is not working. (The parent Mantra theme as padding: 0.5em; 1.5em;)
I have also tried including !important but that doesn’t help either. I don’t know if there is a css speficity issue here or if there is something else wrong.
Any ideas, anyone?
John
January 4th, 2018 at 23:20 #57908In reply to: Problem with v3 update – customizations
Partial solution found, thanks to my son. I edited the category-27.php file which is directly under the mantra-child directory (the old location before Mantra 3 came along) to use the “content/content” as indicated above. I believe this is now picking up the posts as desired.
At the moment this leaves the other problem, of modifying the css for the padding in the menu titles — I don’t know what class names are involved, or where that particular css is located.
Thanks,
JohnJanuary 2nd, 2018 at 22:38 #57820In wp-content/themes/septera/inducles/landing-page.php:
in text area builder edit this:
‘text’ => apply_filters( ‘the_content’, get_post_field( ‘post_content’, $pageid ) ),
to this:
‘text’ => get_post_field( ‘post_content’, $pageid ),
That’s all you need change to sovle this problem 🙂December 30th, 2017 at 23:41 #57759In reply to: Font size lp-staticslider on mobile devices
Zed
Cryout Creations mastermindThe static slider functionality is indeed missing responsiveness. We’ll correct this in the next theme update.
On our demo there was some leftover styling being applied which made it behave differently.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.December 30th, 2017 at 22:24 #57749Zed
Cryout Creations mastermindThe font name you’ve set for the site title is invalid. The font name should be ‘Fjalla One’, not ‘fjalla’.
On the homepage the site title is a heading, inheriting the headings font. On other pages the title is a simple span, so the headings fonts no longer applies.
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.December 30th, 2017 at 21:22 #57741Zed
Cryout Creations mastermindTempera does not store your URL paths, WordPress does this (in thedatabase). If you’ve moved your site (WordPress install), make sure to correctly update all URLs stored in the database the reflect the correct new one (including SSL if you’re using it):
https://codex.wordpress.org/Moving_WordPressUsing the correct procedure will update all entries, including those in the theme’s options.
Tempera has backup capability – you’ll find its Export/Import functionality in its settings page, under Appearance > Tempera 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.December 24th, 2017 at 14:57 #57601In reply to: Multi-language front page
I am unable to use the code you provided to translate the icon blocks. Did something change with the latest update or is this my fault? Maybe you could provide a screenshot of the code area after you’ve copied the code so that I can make sure that I’ve done everything correctly.
Also, are you planning on fixing the problem any time soon or will I have to change themes? I love Fluida so I hope you’ll be able to fix this problem…Thanks in advance 🙂
December 20th, 2017 at 18:28 #57527In reply to: Landing Page Slider not responsive
Zed
Cryout Creations mastermind@ncesareo, the CSS in my previous answer only applies to the theme’s static slider. Our slider plugin has an option (since the latest update) to control this 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.December 20th, 2017 at 18:05 #57517In reply to: How to adjust gaps between widgets
Zed
Cryout Creations mastermindThe spacing between widgets can be adjusted with custom styling:
body .widget-container { margin-bottom: 1em; }
The vertical spacing between articles can also be adjusted with CSS:
body #content-masonry article.hentry { margin-bottom: 2%; }
The horizontal spacing between articles is more difficult to adjust since it is applied by multiple styling rules, some generated based on the theme options.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.December 20th, 2017 at 17:44 #57512In reply to: Text Area – Background/Featured Image size
Zed
Cryout Creations mastermindMobile Safari has some issues handling the styling applied on the text areas background image (it can’t handle fixed positioning with cover sizing). We’ll correct this in the theme in a future 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. -
AuthorSearch Results