allegrovivo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteIs there any way to change the description box and make it raw text instead of rich text?
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteI’ve been trying to find that out. I’m about to rip my hair out lol. Any ideas?
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteFigured out a work around (posting it to benefit future readers)
If you open up Inspect Element, you will notice that the description box is in an iFrame. Add height:100%; to the body tag AND html and it will allow you to right click>paste anywhere in the box.
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteThanks for your attention to the matter, Mike! I’ve submitted this question to their forum. Hopefully they’ll have it resolved. I’ll look into that plugin too.
Thanks again!
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteOkay, I just found something.
If I click in the first line of the box, it will give me the option to paste. If I click anywhere else -inside of the box-, it will give me these options: https://csidb.com/wp-content/uploads/2014/08/Untitled-2-copy.png
Forum: Plugins
In reply to: [WP Job Manager] Description field – cannot right click and pasteHi Mike, thanks for your response. I’ll try deactivating the plugins one by one and see if that helps.
My description box looks different, though: https://csidb.com/wp-content/uploads/2014/08/description.png
Forum: Themes and Templates
In reply to: Shortcodes don't workOkay, will do. Thanks for your help, Esmi! I see your posts on threads that help me with other problems and I always appreciate the help.
Forum: Themes and Templates
In reply to: Shortcodes don't work(Sorry about violating the no bumping rule)
This is a custom theme created for this client. One of our past designers on our staff wrote this, not me, so I don’t know the details of why they coded it this way.
Forum: Themes and Templates
In reply to: Shortcodes don't workJust tried it, it works fine.
I do have several templates. This page is using the “Default Template” template. That’s page.php, right? If so, then I did give you the correct code above.
Maybe it’s something in header.php?
<html <?php language_attributes(); ?>> <head> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,300' rel='stylesheet' type='text/css'> <link href='https://awebfont.ir/css?id=1047' rel='stylesheet' type='text/css'> <title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'bootstrapwp' ), max( $paged, $page ) ); ?></title> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="<?php bloginfo( 'template_url' );?>/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php bloginfo( 'template_url' );?>/ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php bloginfo( 'template_url' );?>/ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php bloginfo( 'template_url' );?>/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="<?php bloginfo( 'template_url' );?>/ico/apple-touch-icon-57-precomposed.png"> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <?php wp_head(); ?> </head>
[Moderator Note: No bumping, thank you.]
Forum: Themes and Templates
In reply to: Shortcodes don't workThanks for the response, Esmi.
There is nothing in my child theme’s functions.php
The parent theme is BootstrapWP
Forum: Plugins
In reply to: [Events Made Easy] Multiple Ticket Prices – not enough roomI am running an old version. Strange, I just downloaded it earlier this week.
Thank you for your help, Franky!
Forum: Plugins
In reply to: [Events Made Easy] Multiple Ticket Prices – not enough roomThe limit to the text-box for price is 25 characters.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] WordPress 3.8Turns out I installed the wrong plugin. It was another plugin by the name “Google XML Sitemap”. Strange! Make sure you download the correct one!
Forum: Fixing WordPress
In reply to: Clicking "Leave Comment" leads back to index pageThanks for your help, esmi! It turns out my comments weren’t working because I recently changed my website address (in General Settings) from “allegro-vivo.net/compose” (which is where my blog is located at) to “allegro-vivo.net/”. Somehow, this made me (and any other viewer) unable to view my comments. Why would changing my website address (not WordPress blog address) affect my comments?
Forum: Fixing WordPress
In reply to: Comments are being indentedBump! Thanks in advance for the help!
Edit: I think accidentally fixed it. I’m setting this thread to resolved.
Edit again: I actually have a second question. I’m trying to identify the code for the replies. I want to move the replies so that they’re inside the original comment. See the link below for an example of what itlooks like right now: