-
AuthorSearch Results
-
January 31st, 2020 at 22:57 #98393
In reply to: Configuring of static homepage doesn't work
thorla
Power UserHi Zed,
thanks for the hint, that was the problem: the hierarchical relation was missing!
Everything is fine. Just bought the Plus Theme. 😉Regards
ThorstenJanuary 29th, 2020 at 11:55 #98312In reply to: remove auto underline on hover in menu items?
StudioThijssen
Power UserThis reply is private.January 27th, 2020 at 17:50 #98231In reply to: Avoid Column Images from being resized
Hello again. I just want to let you know, that I found a solution myself. And as this issue seems to be popular, I thought I should post it and give a hint to the developers below.
To avoid images from being resized I tried the “Cryout Column”-Widgets. I found that html is allowed within these widgets. So I used html to define fixed sttributes for height and width of the image. The code looks like that:
<div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218" /></div>The width is defined by the Parabola Settings depending on how many columns are used. In may case 218px, which led to the same value for the height in the case of square images.
And the hint to the developers, which of course I appreciate a lot for bringing the great theme to the people (thanks): The field for the content is titled by “text”, so one may think that html code is not alowed. If possible you may change this to “text or html”.
Kind regards, Frank
Website: traex.de
-
This reply was modified 6 years ago by
frankonblog.
January 25th, 2020 at 15:04 #98103In reply to: One bug in the tablet view
Hi Zed,
thx for answering. No, the problem concerns an android tablet.
It is about the menu display in the horizontal position of the tablet. Neither the submenus nor the respective main pages can be opened via the name in the menu.The menu in the vertical position, which corresponds to the mobile view, works.
What’s wrong?
BB, Jay
January 24th, 2020 at 08:50 #98071In reply to: Use Different Accent Colours on Mobile Devices
myob9a
Power UserWhen on mobile devices I want to use different access colours to the main menu. I have experiment with the css styles around <nav id=”mobile-menu”> but have not cracked the code to use different accent colours. I tried the a:link etc with each of the IDs and classes in that area.
I was looking at primary accent #fff and secondary #fcf75e (or similar).
Any ideas?
Website: svpact.gafferdesigns.com.au
January 24th, 2020 at 01:26 #98064In reply to: WordPress gallery columns not displaying correctly
ah, ok, the galleries are now displayed correctly in two columns and with the correct size 🙂
Only the frame is still there. But this is not critical.Thank you very much for the assistance.
January 22nd, 2020 at 17:33 #98031In reply to: La versión móvil de Arcanum no se ve bien
Ok! Ya lo he desactivado y al parecer ahora sí que se ve muy bien en móviles! Gracias, un saludo!
Website: sakuradesign.es
January 20th, 2020 at 13:41 #97889In reply to: Not possible to give a reaction on the blog.
I’m usinf the default option of WordPress first but no result.
My blogpage look like this. When I click on the yellow thing nothin happend. My page has a lot of blogitems.
January 20th, 2020 at 09:37 #97877In reply to: Disable the Author Bio Box
andy76
Power UserThanks for the reply.
I moved the author.php file to my child theme, and removed the below code.
Unfortunately, the author bio box is still displayed after each post. To be sure I flushed the cache and tried another browser, but still the same result. 🙁
What can be the issue? Thanks// If a user has filled out their description, show a bio on their entries.
if ( get_the_author_meta( ‘description’ ) ) : ?>
<div id=”author-info”>
<div id=”author-avatar”>
<?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘parabola_author_bio_avatar_size’, 60 ) ); ?>
</div><!– #author-avatar –>
<div id=”author-description”>
<?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
</div><!– #author-description –>
</div><!– #entry-author-info –>
<?php endif; ?>January 19th, 2020 at 19:57 #97854In reply to: Change color of icons in featured icon blocks
Zed
Cryout Creations mastermindIn Roseta the icon blocks glyphs use the theme’s accent colors.
To customize separately, try the following CSS (prepend body if the identifiers are not specific enough for your usage):
/* glyph in normal state */ .lp-block i[class^="blicon"]::before { color: ...; } /* glyph on hover */ .lp-blocks1 .lp-block:hover i[class^="blicon"]::before { color: ...; } /* background on hover */ .lp-block i[class^="blicon"]::after { background-color: ...; }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 19th, 2020 at 18:33 #97831Zed
Cryout Creations mastermindThe _lptext() function is responsible for retrieving the source content which will be displayed in the text area, while the _lptext_output() function handles the actual (markup) output (using the previously retrieved content).
Depending on what part of the workflow you want to alter, you’ll need to customize one, the other, or both.
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 19th, 2020 at 18:25 #97826In reply to: Responsive Page Title Text
Zed
Cryout Creations mastermindYour CSS identifiers may need to be more specific to override existing styles. For example
body #header-page-title h1.entry-titleinstead of just.entry-title.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 19th, 2020 at 18:18 #97407In reply to: WordPress gallery columns not displaying correctly
Hello,
the same problem here: all galleries are now displayed in one column instead of two columns.
in addition, all gallery images now have a frame and the imagesize is not correct.
I think, the bug comes with version 5.3.Here is an example of the bug: https://www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht/
In this example the three first images are inserted directly (“insert media”) and the other images (“Detailfotos”) should be a galery with two columns and without frames…It would be very nice to provide an update.
Best regards
Andreas SchulzeWebsite: www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht
January 19th, 2020 at 18:18 #97406In reply to: WordPress gallery columns not displaying correctly
Hello,
the same problem here: all galleries are now displayed in one column instead of two columns.
in addition, all gallery images now have a frame and the imagesize is not correct.
I think, the bug comes with version 5.3.Here is an example of the bug: https://www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht/
In this example the three first images are inserted directly (“insert media”) and the other images (“Detailfotos”) should be a galery with two columns and without frames…It would be very nice to provide an update.
Best regards
Andreas SchulzeWebsite: www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht
January 19th, 2020 at 18:14 #97819In reply to: Cannot save presentation page settings
Zed
Cryout Creations mastermindWe’ve seen such issues happen in the past when servers have trouble handling the processing of HTML entities in the form data.
First test if you are able to re-save the currently saved data, and if yes, look for any entity usage in the new text you’re trying to add/replace.If saving the (already) saved configuration triggers the same error then the server must have changed/migrated configuration since you’ve initially configured the theme. You can look for the presence of entities in the already saved data, but if that is not the case, it may be server-dependent (related to the hosting server configuration or the additional security layers).
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 9th, 2020 at 01:08 #97372In reply to: Category title
So I tried the translation thing and it didn’t seem to get rid of the “Category:” part of my title pages.
Ideally, for my site (jac.land) I’d like to have a category for Projects, where my articles about the projects I’m working on go, and a category for Travel, where my articles about Travel go.However, it’s looking like it’s not possible to remove the “Category:” part of each title page. So they say “Category: Travel” “Category: Projects”. I’d like to keep “Projects” and “Travel” only.
I’m probably spelling this out too much for people who do this for a living, but I’m totally inept at building sites, so I just want to make sure I’m saying exactly what I mean.
Anyway, bless you if you’ve read this whole thing. But can anyone help with a solution?
Website: jac.land
January 7th, 2020 at 11:15 #97304In reply to: One bug in the tablet view
Hello?
could someone help us, please?
If the theme does not work in the mobile tablet view, we cannot use it. Which would be a great pity. 🙁BB, Jay
December 29th, 2019 at 13:25 #97047In reply to: Switch to hamburger menu “earlier”
Zed
Cryout Creations mastermindTo activate the mobile menu earlier you’ll need to duplicate styling found in style-mobile.css that’s applied on #nav-toggle and #access (and sub-elements) from the 650px screen width to the desired 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.December 29th, 2019 at 13:22 #97046Zed
Cryout Creations mastermindThe text areas are designed to display the full page content (and featured image, if set). To change this to the excerpt instead, you’d need to customize some theme code (namely the roseta_lptext() function which retrieves the page attributes that will be 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.December 29th, 2019 at 13:20 #97045In reply to: Height of header on single-posts
Zed
Cryout Creations mastermindThe header height value applies site-wide (the header image support is core WordPress functionality).
Customizing the height via CSS is somewhat complicated because the configured height value is used on multiple elements (sometimes with additional computations).
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 29th, 2019 at 12:57 #97038Zed
Cryout Creations mastermindBy default third party services will pick up the first image that appears in the source of the site that matches that service’s image size/other properties requirements best. As the sidebar is placed before the rest of the content in the site source, the header image (or sometimes logo) is the image usually getting picked up.
To fine tune which image gets used when sharing to social services (or some other external services) you can use a plugin that provides functionality 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 23rd, 2019 at 19:01 #96875In reply to: Social Media Settings Update
Zed
Cryout Creations mastermindThis tutorial applies to our “customize”-based themes, not the legacy setting-based themes (including Parabola).
The use a different way of managing social links and the bundled socials are image based (not font-based) so the two methods are not interchangeable.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 23rd, 2019 at 18:57 #96874In reply to: Codex backgroound image not changing
Zed
Cryout Creations mastermindThe “Header Image” controls change (as the name implies) the header image.
To change the background image use the background media controls instead.
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 22nd, 2019 at 13:22 #96856In reply to: Can not change the footer
Zed
Cryout Creations mastermindThat text doesn’t look to be added via a widget, but through the theme’s Custom Footer Text field.
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, 2019 at 23:08 #96794In reply to: Issue on site with mobile/responsive only vertical
Zed
Cryout Creations mastermindWe didn’t see issues with CSS minifying since Nirvana 1.5 when we rewrote some of the CSS styles. Perhaps your plugin is mixing the CSS too much (joining the different files in a wrong/random order).
The CSS needs to remain in the same order it would be included in un-minified. Does the plugin provide any options related to how it does the minifying/order of CSS files?
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, 2019 at 23:05 #96790In reply to: Post date-category background and text color
Zed
Cryout Creations mastermindCould you post a link to the page where the comment form is visible?
PS: For speedier relies you can use the dedicated priority support form.
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, 2019 at 22:42 #96784In reply to: Configuring of static homepage doesn't work
Zed
Cryout Creations mastermindIs there a hierarchical relation between those pages (A being the parent page of A-1) or is that structure limited to the menu arrangement?
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 19th, 2019 at 07:54 #96748In reply to: How to removed from the bottom
This reply is private.December 18th, 2019 at 09:23 #96711In reply to: Works improperly on my laptop
Well, I tried deactivate some of my plugins, and it worked! Seems that the theme works improperly with plugins that support custom JS/CSS code.
December 15th, 2019 at 20:59 #96610In reply to: How to have Hamburger menu at all times
Steven Roberts
Power UserInstalled fluida plus on another of my sites to test this behavioir and of course it works flawlessly in making the hamburger menu show even at 1920 so back to the clients site under development and I switch back from the child theme to the plain jane install of fluida plus no modifications and no additional CSS and it still wont reponds to the reponsiveness trigger limit Im wondering what I should be looking for to solve this issue
-
This reply was modified 6 years ago by
-
AuthorSearch Results