HTML / CSS – List Rows with same height
You have a list in HTML / CSS. You want that they have the same height beside. Use the following code If you have very long lists you can split them into 2 or more rows. They automatically have the […]
Webseiten, Wordpress, Affiliate, Suchmaschinenoptimierung
You have a list in HTML / CSS. You want that they have the same height beside. Use the following code If you have very long lists you can split them into 2 or more rows. They automatically have the […]
How to create a h1, h2, h3, … Tag in Slider Revolution? Select the text layer with your heading and have a look at the Tag Symbols – </> There you can choose between the headings (h1, h2, h3, …)
How to set Alt Tags to an Image in Slider Revolution? I have found solutions on the internet which say that you need to put an image layer on top of the background and there you are able to select
Google Chrome Lesezeichen ausblenden. Wie geht das Verbergen der Leiste? Schritt für Schritt Anleitung. Google Chrome Einstellungen Folgende Adresse öffnen oder direkt in das Einstellungsmenü gehen: chrome://settings/ Alternative: Oben rechts das Symbol mit den drei übereinander liegenden Kreisen anklicken ->
Here’s a Javascript function, which copies the text from a div to the own clipboard for copy & paste: <button onclick=“CopyToClipboard(‚text‘)“>Copy text</button> <script> function CopyToClipboard(containerid) { if (document.selection) { var range = document.body.createTextRange(); range.moveToElementText(document.getElementById(containerid)); range.select().createTextRange(); document.execCommand(„copy“); } else if (window.getSelection)
With simple_html_dom you can parse HTML in PHP. My file_get_html variable was empty and that was the problem: define(‚MAX_FILE_SIZE‘, 900000); Max filesize was too low. After i have increased the value in simple_html_dom.php everything worked fine.
How to remove the WordPress next/previous post links: function remove_link( $format, $link ) { return false; } add_filter( ‚previous_post_link‘, ‚remove_link‘ ); add_filter( ’next_post_link‘, ‚remove_link‘ ); Add the code above at the end of your functions.php -> Design -> Editor After
How to use WP Toolset Custom Fields and Taxonomy Variables in Yoast SEO. Its very easy: For Custom Fields you use the field slug combined to that string: %%cf_wpcf-modell%% In my case modell is the custom field slug. For Taxonomy
How to solve the Woocommerce 404 error (not found)? I have installed Woocommerce and received a 404 not found error at the shop and products. All of the internet is about the permalinks but this wasn’t the problem in my
How to activate the keyboard control in Slider Revolution: Slider settings -> Navigation -> Misc. -> Keyboard navigation