Line? 88: <nav class=’primary-menu-wrapper’ aria-label='<?php echo esc_attr_x( ‘Horizontal’, ‘menu’, ‘Theme name ); ?>’>
I received a warning that a translation function has an incorrect number of arguments in the file.
]]>Word break without a hyphen and at a random position that is not determined by syllables leads to one letter like an a or an e wandering to the next line. In some languages like French, Italian or even English one letter like a or e is a word which leads to a misreading of the text.
Therefore, please make no word breaks a default in WordPress blocks (like Media and Text, where I am experiencing the issue). Thanks.
Best,
Nicole
As part of a theme optimisation process I noticed that the theme’s functions.php file is loaded on every heartbeat ajax call. Now I understand the reason for that IF the theme made use of that trigger. But if the theme does not perform any heartbeat specific functions it seems a waste of server CPU to re-load the active page theme resources on an unrelated AJAX call.
If not, here then is the code I have added to the theme’s functions.php to ignore the heartbeat:
if ( isset( $_REQUEST['_nonce'] ) && wp_verify_nonce( sanitize_key( $_REQUEST['_nonce'] ), 'heartbeat-nonce' ) ) {
return;
}
Is there something I am missing here?
Thanks in advance for your wisdom…much appreciated
]]>Please note that this is not a problem report…the theme suite has been upgraded to support WordPress 5.2 and PHP7.3 and operates without problems. The theme suite in question (MysiteMyWay forked as BackStop Themes…see history if interested) has been in use on 100+ sites for over ten years.
This is more a theme design question than an issue.
This theme suite has never hooked after_setup_theme. Having said that, most respected themes (WordPress themes, reputable starter themes) tend to perform some functions such as add_theme_support( 'title-tag' );
within a callback function hooked to the after_setup_theme hook. But nowhere is it documented how to choose what to action from within the functions.php and what to action within an after_setup_theme hooked callback function or why.
It is my understanding that the actions in an after_setup_theme hooked callback function will be executed after the theme’s functions.php completes execution. So in that sense, putting actions at the end of functions.php in an unhooked state would be equivalent to putting them in an after_setup_theme hooked callback function.
Is there something that happens between the completion of the functions.php code processing and the start of the after_setup_theme hooked callback function processing that is significant?
NOTE: One designer stated that this approach enabled flexibility for child themes that needed to override the parent theme…but then the child theme could hook after_setup_theme to do so. Why would a parent theme need to hook after_setup_theme?
Thanks in advance for your words of wisdom. I could have just added in the after_setup_theme hooked callback function and moved on but I had an intellectual itch I needed to scratch…I needed to know why
]]>The content of the post that I linked to is overflowing into the footer of my site, where it shows the link to my theme’s creator/name and genesis framework. If you scroll down to the subheader “benefits of auto investing” and the “low fees” bullpoint, that is where it starts to overflow
does anyone know of a fix for this?
thank you!
]]>With Custom Sidebars-Dynamic Widget Area Manager and Content Aware Sidebars-Unlimited Widget Areas you can do just about anything you want to do with your sidebars and widgets.
]]>There is a sub menu item below the “My Portfolio” main menu item but it doesn’t appear when you hover over My Portfolio, but it does appear when you hover just below the menu.
Not sure what I am doing wrong. The menu CSS is below:
#primary-menu {
background-color: #595959;
margin-bottom: 18px;
}
#primary-menu .main-nav ul, #primary-menu .main-nav li {
margin: 0;
padding:0;
}
#primary-menu .main-nav li {
list-style-type: none;
display: inline-block;
position: relative;
}
#primary-menu .main-nav li a, #primary-menu .main-nav ul ul li a {
display: block;
padding: 6px 12px;
font-size: 18px;
font-weight: 400;
color: #fff;
}
#primary-menu .main-nav li a:hover, #primary-menu .main-nav .current-menu-item a, #primary-menu .main-nav .current_page_item a, #primary-menu .main-nav a:hover {
background-color: #3c8dc1;
}
#primary-menu .main-nav ul ul {
display: none;
position: absolute;
top: 100%;
}
#primary-menu .main-nav ul ul li {
border-top: 2px solid #cacaca;
}
#primary-menu .main-nav ul li:hover > ul {
white-space: nowrap;
display: block;
}
]]>my problem: somewhere between v.1.18 and 1.24 my sites changed the layout of “pages” with posts from one certain category (e.g www.example.org/?cat=12). (sorry, i don`know the exact term for this. and i missed the design-change, checked it too lately)
now the page looks like “recent posts”: only a compostion of square crops of the posts`s Featured Images.
in earlier versions of klean these “pages” showed the full Featured Image and first lines of the post`s text, one after the other.
the new design is an interesting option but i want the old design. how can i get it back? (suggestion: make it chooseable in theme customizer)
thanks in advance,
jmsphoto
does anyone know how the design is called? www.laviu.de/home
Where the backgroundpicture is slower scrolling than the content.
Thank you very much!
]]>That would mean that they are protected under GPL / GNU correct? Do these copyright claims have any validity to them? How does someone who is selling themes go about copyrighting their work if they are simply modified child themes?
“our themes are copyrighted blogzilla, prior to being sold as well as once purchased. you are strictly prohibited from removing or altering the copyright notices on the bottom of each theme. you are prohibited from claiming the work as your own. you are prohibited from sharing the theme or any design elements we provide with additional users. “
Many thanks!
]]>