-
AuthorSearch Results
-
April 20, 2017 at 7:02 am #69605
In reply to: Same Text, different results
Dave, I am pretty sure I might have had Shortcode Ultimate installed and activated at the time I made the list, but it is no longer installed. The following plug-ins are installed on http://www.stlhandywomen.com/
Active
Yes Akismet Anti-Spam
Yes Constant Contact Forms for WordPress
Yes Easy Google Fonts
No Hello Dolly
Yes Jetpack by WordPress.com
Yes MOJO Marketplace
No NextGEN Gallery
Yes OptinMonster APII have the following plug-ins installed on http://www.stlhandywoman.com/
Active
Yes Akismet Anti-Spam
Yes Easy Google Fonts
No Hello Dolly
Yes Jetpack by WordPress.com
Yes MOJO Marketplace
Yes OptinMonster API
I had totally forgotten that I used SCU for the list, and I am surprised that it is still working with the plug-in removed.
So I guess I need to redo the list using Picart default tabs and list shortcode.
Thanks for the tip about the migration plug-ins, it should make the job much easier.
Thanks again for solving a problem that had frustrated me for hours.
JulieOApril 20, 2017 at 6:12 am #69597In reply to: Same Text, different results
Hi Julie,
Did you install Shortcode Ultimate plugin on this site http://www.stlhandywomen.com/
You can use migration plugin to copy the site from your temp site. Here are some plugin that should help you
https://wordpress.org/plugins/all-in-one-wp-migration/
https://wordpress.org/plugins/wordpress-move/Regards,
DaveApril 20, 2017 at 5:37 am #69594In reply to: Local Business Pro theme contact form
Hi Thomas,
Kindly go to Appearance>>Widget>>Main Sidebar
Drag and drop text widget in “Main Sidebar” and add contact form shortcode there.
Regards,
DaveApril 20, 2017 at 5:22 am #69592In reply to: Footer header margin
Sorry typo mistake. Remove blank space from the shortcode
Here is the example:
[su_row] [su_column size="1/2"][/su_column] [su_column size="1/2"][/su_column] [/su_row]
If you still having the issue then Upload your site on a live server and send us WordPress admin details. We will resolve the issue.
Regards,
DaveApril 19, 2017 at 9:35 am #69505In reply to: Footer header margin
Hi David,
Kindly remove the black space from the shortcode and check.
Regards,
DaveApril 19, 2017 at 6:56 am #69477In reply to: Charity Pro Theme Calendar on Homepage
Hi Jennifer,
On every even number of shortcode add this code
class="last"
You will find original shortcode in Appearance>>Theme Option>>Shortcode
Regards,
DaveApril 17, 2017 at 6:23 pm #69314Topic: How To Hide Title From Latest Post
in forum All Other ThemesI’m using Magazine Theme and I can’t seen to be able to hide the title from the LATEST POSTS Section 4 Wrapperfourth.
[newspost col=”5″ date=”hide” author=”hide” comment=”hide” ]
I’m able to hide everything else except the title. Can you please provide me with the shortcode to hide it or the custom CSS?
Thank you
April 17, 2017 at 10:32 am #69274In reply to: Local Business Pro theme contact form
Hi Thomas,
Kindly go to Appearance>>Theme Option>>Homepage Slider
You will find “Contact form plugin” option. There is a shortcode for contact form and within the shortcode there is a option for email address. You can use any other contact form plugin.
Regards,
DaveApril 13, 2017 at 7:54 am #68980Topic: testimonial
in forum Gravida SupportI am getting the following error on my testimonials plugin.
Notice: Undefined variable: post_id in /home/[….]/public_html/wp-content/themes/gravida-pro/inc/custom-functions.php on line 616
The content appears correctly thought, but the error message is visible.
I am using a child theme – could that be the issue?
I am using shortcode: [tetimonials]When I use any of the shortcodes contained on the help section, like: [testimonials-box col=”1″ show=”1″] – nothing displays.
Also, if I create a testionials page there is no option to select a “Testimonials” template from the dropdown.
Any idea how I can fix these issues?
April 12, 2017 at 10:37 pm #68940In reply to: Script problem
Dave,
I will try that when I have time and I will let you know the results. I noticed that in “add pages” and such there are two ways to add short code, one has the Market Place icon on it and the other from “Shortcodes Ultimate.” I think the Shortcodes Ultimate was suggested by the template installation.
Thanks,
JulieOApril 12, 2017 at 9:26 am #68875In reply to: Girlie pro – latest posts per category
Hi Janna,
This issue was resolved from our end. Kindly check and confirm.
Here is the shortcode:
[latestposts show="3" cat="garten"]
Regards,
BradApril 11, 2017 at 1:21 pm #68817In reply to: remove extra area
Hi Krishna,
This shortcode not available in Restaurant theme. You can find available shortcodes in Appearance>>Theme Option>>Shortcode
Regards,
DaveApril 11, 2017 at 12:57 pm #68814In reply to: remove extra area
[services imgsrc=”insert here image sorce from http” title=”Enter here services title” link=”#” description=”can enter here services description”][services imgsrc=”http://localhost/www/sktthemes/InteriorDesign/wp-content/themes/interior-pro/images/thumb2.png” title=”Lightning” link=”#” description=””][services imgsrc=”http://localhost/www/sktthemes/InteriorDesign/wp-content/themes/interior-pro/images/thumb3.png” title=”Ceiling” link=”#” description=””][services imgsrc=”http://localhost/www/sktthemes/InteriorDesign/wp-content/themes/interior-pro/images/thumb4.png” title=”Exterior” link=”#” description=””]
in today special section in my website this shortcode is not working..
April 11, 2017 at 9:27 am #68788In reply to: Strong Pro Theme Support Questions
Hi Derek,
1. You don’t need to sign up there. You can upload your screenshot on dropbox also and share the URL with us.
2. Kindly go to sktframe/core-pageheader.php line number 40 to 58
Replace the code with this code:
<!--page_head class END--> <?php } ?> <?php if (is_single()) {?> <?php $newimgbg = get_post_meta( $post->ID, 'post_head', true ); $headshort = get_post_meta( $post->ID, 'headercode', true ); ?> <!--Header POST--> <div class="<?php if(!empty($complete['hide_postheader'])){ echo 'hide-header';} ?>"> <?php if(!empty($headshort)){ ?> <div class="shorthead"><?php $hdrtp = html_entity_decode($headshort); $hdrtp = stripslashes($hdrtp); echo do_shortcode($hdrtp); ?></div> <?php } elseif ( has_post_thumbnail() ) { ?> <div class="page_head"><?php the_post_thumbnail(); ?></div> <?php } else {?> <div class="post_head <?php if($complete['postheader_bg_image']){ ?>post_head_bg<?php } ?>"></div> <?php } ?> </div> <!--page_head class END-->
Regards,
BradApril 10, 2017 at 8:15 pm #68676In reply to: Script problem
I forgot to mention,
I always set up a site where I leave the default settings for the template so that if I mess up the real site I can go back and grab the original text and start fresh. I am also having the problem on the default site.
Default site- http://www.customneedlefelteddogs.com/
Real Site – http://www.needlefeltedanimals.com/The only changes I have made to the default site is that I have installed the following plug-ins, I installed these on both sites. Akismet Anti-Spam
Contact Form 7
Hello Dolly
Jetpack
Limb Gallery
MOJO Marketplace
Shortcodes Ultimate -
AuthorSearch Results
Search Results for 'shortcode'
-
Search Results
-
Topic: testimonial
I am getting the following error on my testimonials plugin.
Notice: Undefined variable: post_id in /home/[….]/public_html/wp-content/themes/gravida-pro/inc/custom-functions.php on line 616
The content appears correctly thought, but the error message is visible.
I am using a child theme – could that be the issue?
I am using shortcode: [tetimonials]When I use any of the shortcodes contained on the help section, like: [testimonials-box col=”1″ show=”1″] – nothing displays.
Also, if I create a testionials page there is no option to select a “Testimonials” template from the dropdown.
Any idea how I can fix these issues?