-
AuthorSearch Results
-
June 15th, 2020 at 11:40 #104087
In reply to: how to change http to https in sidebar
Hello,
Thanks for your help.
I tried the plugin and did not find errors.
I believe the problem comes from the NextGEN slideshow. I probably have to change a script, but I fail to find it..regards
Website: adret.eu
June 11th, 2020 at 21:11 #103888thank you for your reply I have tried all the different theme settings and it does not allow me to have the title in the top bar in the internet browser and admit the text banner it create this is the one where the first letter is red. Perhaps this is only available in premium theme which were looking into thanks
June 11th, 2020 at 00:44 #103853In reply to: Tempera Theme CSS for H1 H2 H3
If I don’t use the span qualifier, the entire element is affected across the page.
I realize now, by removing the span tag , I was trying to apply CSS to a block element and it was behaving as it should by formatting the entire width of the page. I got the look I wanted by using an HTML block instead of the H2 blocks in the WP Block editor. I could not figure out how to isolate the Block text for formatting. I am not a professional, just trying to help out a friend. I would take any of my advice lightly in regards to WP. Just passing on what I did.
June 9th, 2020 at 15:34 #103802In reply to: Favicon disappeared in Mantra with WP 5.4?
I updated earlier my website. it seems the favicon icon in the home page replace with the wordpress icon..
Website: www.castingdata.com
June 4th, 2020 at 21:21 #103638In reply to: Add “&display: swap” to the google fonts request
Zed
Cryout Creations mastermindJohn, yes that’s almost correct, although you also need to include the font weights with the identifier (to force the theme to load that font family separately and keep the display=swap parameter), eg:
Jost:100,200,300,400,500,600,700,800,900&display=swap
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.June 4th, 2020 at 21:19 #103637In reply to: Double space after full stop (period)
Zed
Cryout Creations mastermindIs the content displayed as desired if you view on one of the default Twenty themes?
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.June 4th, 2020 at 20:54 #103632In reply to: Chnage menu location at mobile screen
Zed
Cryout Creations mastermindI believe I already answered your question through our support or customizations system, but for anyone else wondering the same thing, the following CSS should handle the change:
body #nav-toggle { left: 1em; right: auto; }
Swap the two values for the right side of the screen.
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.June 2nd, 2020 at 10:33 #102932In reply to: Homepage Menu Drop Downs Not Showing
It turns out it was my Robly newsletter code that was causing this error. It also made the mobile slider stop working? Here is the code for that newsletter – does anyone have an idea why it would be causing an error with Septera?
<a href="https://www.google.com/recaptcha/api.js">https://www.google.com/recaptcha/api.js</a> <a href="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js</a> <!-- Begin Robly Signup Form --> <div id="robly_embed_signup"> <form action="https://list.robly.com/subscribe/post" method="post" id="robly_embedded_subscribe_form" name="robly_embedded_subscribe_form" class="validate" target="_blank" novalidate=""> <input type="hidden" name="a" value="5d27e8ad4ae0c536964b5bca364bb1ed" /> <h2>Subscribe to our mailing list</h2> <div class="robly_field_group"><label>Email Address:<span class="asterisk">*</span></label><input type="text" name="EMAIL" id="DATA0" class="required" autocapitalize="off" autocorrect="off" value=""></div> <div class="clearfix"></div> <div class="robly_field_group"><label>First Name:<span class="asterisk">*</span></label><input type="text" name="FNAME" id="DATA1" class="required" value=""></div> <div class="clearfix"></div> <div class="robly_field_group"><label>Last Name:<span class="asterisk">*</span></label><input type="text" name="LNAME" id="DATA2" class="required" value=""></div> <div class="clearfix"></div> <div class="robly_field_group"><label>Company:<span class="asterisk">*</span></label><input type="text" name="COMP" id="DATA5" class="required" value=""></div> <div class="clearfix"></div> <div class="clearfix"></div> <div class="clear"> <input type="submit" value="Subscribe" name="subscribe" class="button g-recaptcha" data-sitekey="6Ld9XlUUAAAAABcR5houwBXwlA_3STKsG2SzYCVw" data-callback="robly_recaptcha_callback"/> <div class="power"><p>Powered by <a href="http://www.robly.com">Robly</a>™</p></div> </div> </form> </div> <style type="text/css"> #robly_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width: 400px; } #robly_embed_signup form {display:block; position:relative; text-align:left;} #robly_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.3em;} #robly_embed_signup input {border:1px solid #999; -webkit-appearance:none;} #robly_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;} #robly_embed_signup input[type=radio]{-webkit-appearance:radio;} #robly_embed_signup input:focus {border-color:#333;} #robly_embed_signup .button {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;} #robly_embed_signup .button:hover {background-color:#777;} #robly_embed_signup .slim_button {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0 15px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;} #robly_embed_signup .slim_button:hover {background-color:#777;} #robly_embed_signup .small_meta {font-size: 11px;} #robly_embed_signup .nowrap {white-space:nowrap;} #robly_embed_signup .clear {clear:none; display:inline;visibility:visible;} #robly_embed_signup .robly_field_group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;} #robly_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;} #robly_embed_signup .size1of2 {margin-right:2%;} #robly_embed_signup .robly_field_group label {display:block; margin-bottom:3px; font-size: 1.0em; font-weight: 100; padding-bottom:1px;} #robly_embed_signup .robly_field_group input {display:block; width:100%; padding:8px 0; text-indent:2%;} #robly_embed_signup .robly_field_group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;} #robly_embed_signup .datefield, #robly_embed_signup .phonefield_us{padding:5px 0;} #robly_embed_signup .datefield input, #robly_embed_signup .phonefield_us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:left; padding:5px 0 2px 0;} #robly_embed_signup .phonefield_us .phonearea input, #robly_embed_signup .phonefield_us .phonedetail1 input{width:40px;} #robly_embed_signup .datefield .monthfield input, #robly_embed_signup .datefield .dayfield input{width:35px;} #robly_embed_signup .datefield label, #robly_embed_signup .phonefield_us label{display:none;} #robly_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;} #robly_embed_signup .asterisk {color:#c60; font-size:150%;} #robly_embed_signup .robly_field_group .asterisk {position:relative;top:5px; left:2px;} #robly_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;} #robly_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:90%; min-width:130px;} #robly_embed_signup input.slim_email {display:inline-block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:60%;} #robly_embed_signup input.button {width:40%; margin:0 0 10px 0; min-width:90px;} #robly_embed_signup .robly_field_group.input_group ul {margin:0; padding:5px 0; list-style:none;} #robly_embed_signup .robly_field_group.input_group ul li {display:block; padding:3px 0; margin:0;} #robly_embed_signup .robly_field_group.input_group label {display:inline;} #robly_embed_signup .robly_field_group.input_group input {display:inline; width:auto; border:none;} #robly_embed_signup div#robly_responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;} #robly_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;} #robly_embed_signup #robly_error_response {display:none;} #robly_embed_signup #robly_success_response {color:#529214; display:none;} #robly_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;} #robly_embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;} #robly_embed_signup #num-subscribers {font-size:1.1em;} #robly_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;} #robly_embed_signup .power {postion: relative; float: right; margin-right: 16px; height:32px;} #robly_embed_signup #slim_power {float:none;} #robly_embed_signup .power p {font-size:12px; margin:0px; font-weight:bold; line-height:32px; color:#666;} #robly_embed_signup .power p a {text-decoration:none; font-weight:bold; color:#333;} #robly_embed_signup .power p a:hover {text-decoration:none; color:#000;} @media (max-width: 600px) { .g-recaptcha {transform: scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; } } /* Add your own Robly form styles to your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <script> function robly_recaptcha_callback(token) { var email = $("#DATA0").val(); if (!is_valid_email_address(email)) { alert("Please enter a valid email address."); return false; } if (!$("#DATA0").val()) { alert("Please fill in all required fields!"); return false } if (!$("#DATA1").val()) { alert("Please fill in all required fields!"); return false } if (!$("#DATA2").val()) { alert("Please fill in all required fields!"); return false } if (!$("#DATA5").val()) { alert("Please fill in all required fields!"); return false } var f = $("#robly_embedded_subscribe_form"); f.submit(); } function is_valid_email_address(emailAddress) { var pattern = new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_<code>{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_</code>{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i); return pattern.test(emailAddress); } </script> <!-- End Robly Signup Form -->
May 31st, 2020 at 23:01 #103473In reply to: Photos appear twice on home page
This reply is private.May 31st, 2020 at 21:20 #103453In reply to: Haw to do dropdawn menu? Please help.
Zed
Cryout Creations mastermindTo have dropdown items in your menu, create a hierarchical structure on your pages or use a custom menu.
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 31st, 2020 at 21:08 #103449In reply to: Span code showing in shortcode generated pages
Zed
Cryout Creations mastermindI believe we’ve resolved this through the support tickets and was caused by a Hide Page Titles plugins adding the extra span markup.
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 31st, 2020 at 21:05 #103448In reply to: Bug and some weird lines
Zed
Cryout Creations mastermindI’m sorry about the very late reply, we’ve been busier with some personal events recently.
The doubling of the borders on the menu items is due to the addition of an extra span by the plugin that’s providing the menu icons/images functionality. You can disable the extra border with some CSS:
#access .sub-menu li:not(:last-child) span > span, #access .children li:not(:last-child) span > span { border: none; }
The difference in title placement between the homepage and the rest of the site is due to additional (unused) markup being present on the homepage. Apply the following CSS to correct that:
.home #header-page-title .aftertitle-meta, .home #header-page-title .aftertitle-meta + .byline { 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 31st, 2020 at 20:48 #103445In reply to: Mobile Version
Zed
Cryout Creations mastermindFluida’s styling is already responsive, you don’t have to do anything to activate this.
Are you having any issues viewing your site on mobile devices?
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 31st, 2020 at 20:29 #103438In reply to: How to create a sub-menu on top navigation
Zed
Cryout Creations mastermindTo have a drop-down menu you need to either create a hierarchical structure between your pages (which will be used in WordPress’ automatically generated pages menu), or use a custom menu (which gives you full control over the menu’s content and 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.May 31st, 2020 at 20:28 #103437In reply to: Edit Nirvana presentation page
Zed
Cryout Creations mastermindAre you having the same trouble (inability to view/use the theme’s settings page)?
What theme version do you have installed on the site? Is the companion settings plugin also installed and activated?
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 29th, 2020 at 22:36 #103374In reply to: DISABLE HEADER IMAGE EXCEPT ON HOME PAGE
CAN YOU GIVE ME A CODE THAT APPLIES THAT TO EVERY PAGE AND POST?
May 28th, 2020 at 17:53 #103302In reply to: Photos appear twice on home page
This reply is private.May 26th, 2020 at 21:22 #103179In reply to: Trigger mobile menu at different width
I have tried it but it is not working. You claim it changes at 800px but I have an LCD which has 1050px and when I resize the windows the menu changes to the mobile menu at around less than a half of my screen ( less than 575px). This indicates 800px is not true. Check it again please.
May 2nd, 2020 at 15:00 #102258In reply to: reduce the space between menu items
thank you, that worked.
For some reason though it only works if I put it in Appearance > Customize > Additional CSS.
It doesn’t work when I put it in the style.css of the child theme.
This is my child theme style.css
https://paste.ofcode.org/54qW4v3yBH2w4FHTXKm3YF
I tried this code at the bottom but it didn’t work.
May 2nd, 2020 at 14:28 #102256In reply to: Mantra: Frontpage text area above columns
Hi Zed!
You say that the order of the presentation page sections is not configurable.
But then you say that mantra_frontpage_generator is pluggable, and can be customized in a child theme.
I’m afraid you lost me there.
I’m already using a working child theme from before.
Now I’ve tried the following:
Copy: themes/mantra/includes/theme-frontpage.php
To: themes/mantra-child/includes/theme-frontpage.phpThen cut line 170, and pasted it to line 143.
I might be wrong, but I thought this would achieve my goal.
Could you please guide me in some more detail?
May 2nd, 2020 at 14:11 #102238In reply to: Bug and some weird lines
Zed
Cryout Creations mastermindI would need to browse the site to figure out what applies that styling and/or what generates the additional markup. I cannot guess that from the images alone.
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 2nd, 2020 at 13:58 #102234In reply to: Mantra: Frontpage text area above columns
Zed
Cryout Creations mastermindThe order of the presentation page sections is not configurable. The task can be achieved only by modifying theme code (look for mantra_frontpage_generator() in includes/theme-frontpage.php; this function is pluggable and can be customized in a child 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.May 2nd, 2020 at 13:45 #102231In reply to: How can I use the pages template?
Zed
Cryout Creations mastermindSelecting a page template does not add content to that page – it simply activates specific theme behaviour to display the (future) content in a certain way and enabled some additional configuration fields.
Please see the documentation to see which page templates actually have specific layouts and configuration fields: https://www.cryoutcreations.eu/docs/themes/plus/templates/
PS: Page templates are only included in the Plus edition. If you have selectable page templates with the free edition of Fluida those are not provided by the theme (plugins may also force-add page templates).
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, 2020 at 15:32 #101992In reply to: correct child theme?
Zed
Cryout Creations mastermindCustomizing the theme’s functionality can be done in multiple ways, depending on what bit of code you’re actually looking to extend/replace.
WordPress has a long list of files that are automatically recognized and get used with priority if they are present in the child theme’s folder. Beside the templates listed there, it will automatically used any files preset in the content/ subfolder if they have the same name as those also found in the parent theme.
Beyond these, you wouldn’t be able to replace other theme files (especially php) by simply duplicating them in the child theme. For the functionality found in the rest of the code you’ll need to apply different approaches, depending on the code in question:
– pluggable functions (those wrapped in if (function_exists('function_name')) calls) can be copied over to the child theme (in the functions.php file or any other file that’s included/loaded by it) and customized there.
– the rest of the function calls are usually hooked in place (using either filters or actions); to customize those functions’ code you’ll have to unhook the original calls, copy and rename the functions to the child theme and hook back the replacement.Styles and scripts are also enqueued using WordPress’ core calls, so replacing theme would be done de-enqueuing the original and enqueueing the replacement in place.
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 26th, 2020 at 23:56 #101967In reply to: Trigger mobile menu at different width
Zed
Cryout Creations mastermindThe screen width-dependent styling is defined in the theme’s styling.
Search for the media queries applied at 800px to the #nav-toggle and #access display rules.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 26th, 2020 at 20:57 #101947In reply to: Change 2 Top Buttons
Zed
Cryout Creations mastermind@Kasia, to disable the buttons simply leave their label and link fields empty. Use the same workaround I mentioned in my previous answer to access their configuration 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.April 26th, 2020 at 20:49 #101946In reply to: How to bold part of the text in the slider
Zed
Cryout Creations mastermindYou can use simple markup in the option fields, for example:
We are <b>Forester Haynie</b>
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 26th, 2020 at 20:44 #101943In reply to: Home Page is no longer accessable
Zed
Cryout Creations mastermindPlease temporarily disable all active plugins to rule out interference with WordPress’ options (the stuck “Updating…” message).
The static page you were previously using as a homepage may have vanished at an earlier point time (was unpublished or marked as hidden). Its selection remained valid and had effect in WordPress because WordPress saved its ID until you selected a different page from the list (at that point the invalid/empty option is no longer available to return 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.April 26th, 2020 at 20:38 #101941In reply to: Full width content
Zed
Cryout Creations mastermindAll inner content is limited to the theme’s configured site width. If you need to have content span beyond this limit you will need to create a custom page template (or post template if you need it for posts as well). The Plus edition already includes a page template with this functionality.
Applying this behaviour for other sections beyond individual posts and pages is not easy to achieve.
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 26th, 2020 at 12:58 #101910Zed
Cryout Creations mastermind.sidey .widget-title { text-align: center; }
would be more appropriate as it only applies to sidebar widgets.What do you want to add the background image to? Individual widgets or the entire 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. -
AuthorSearch Results