Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for your valuable suggestions. We will try to implement the first 2. The 3rd one is actually available. Try Ctrl +C and Ctrl + V on your Windows or Try Command + C and Command + V on your Mac for copy and paste.
Regards,
ShriHi,
Sorry this isn’t possible for now. Give us 1-2 weeks to upgrade the theme fully. We are also planning to document it extensively as well. We will add this feature as well.
Sorry for now.
You can check class and add html circles without the shortcode and then link it.
Regards,
ShriHi David,
Well we don’t have a definite answer for that. Many factors are causing it. We will have to thoroughly check the code and solve it. You can say this is a bug.
Apologize for this and thank you for reporting this.
Give us 1 week time. We will solve this and update the theme and let you know.
Regards,
ShriHi Ian,
Limit of content is due to supersized script and we can’t help on it. For the slider text to wrap here is what you can do. Go to WordPress admin details>Appearance>Theme Options>Layout Settings>Custom CSS
#slidecaption {width:40%}
Adjust width to suit yourself.
Regards,
ShriCan you share a screenshot or image of what scrollbar you are talking about?
Then we can give instructions accordingly.
Regards,
ShriJanuary 15, 2015 at 4:50 am in reply to: navigation drop down font color and lines and background #3406Hi,
I think you are changing it using custom css or something. You should be able to do this using theme options itself.
Hi Norbert,
Yes check functions.php and search stop_loop
Below it has random. Change 0 to 1 and it will randomize the slider.
Regards,
ShriEmail edits were completed.
Regards,
ShriJanuary 14, 2015 at 1:21 pm in reply to: Adding 'target=blank' to homepage and navigation links? #3386Hi,
That is totally wrong. On my Mac it appears Line number: 181.
Starting line search this: if( $imgUrl !=
This instance is only 1. Then replace this code: if( $imgUrl != ” ){
echo ‘{image : \”.$imgUrl.’\’, title : \'<div class=”slide-title”><span>’.( ($imgHref!=” && $imgTitle!=”) ? ‘<a href=”‘.$imgHref.'”>’ : ”).$imgTitle.( ($imgHref!=” && $imgTitle!=”) ? ‘</a>’ : ”).'</span></div><div class=”slide-description”><span>’.$imgDesc.'</span></div>’.( ($imgHref != ”) ? ‘<div class=”slide-description”><span><a href=”‘.$imgHref.'”>Read More ›</a></span></div>’ : ”).’\’, thumb : \”.$imgUrl.’\’, url : \’\’},’.”\n”;
With the top code as given above.
Regards,
Shri
Hi,
Thank you however the brown lines are not from the theme. We didn’t add such lines on our theme.
Not sure how they appear. Can you check if they are via some plugin?
yes PRO version will get a major overhaul this month and get version upgrade as well.
Will notify each and every user who purchased it.
Regards,
ShriHi Norbert,
For sure you can. Just a very small part of code is involved. Check from Appearance>Editor>content-single.php and content.php
Line number 12 or 13 where its written:
comments_number
Change it to the_author
Do not touch any PHP tags. Let them be as it is.
Regards,
ShriJanuary 13, 2015 at 10:39 am in reply to: Adding 'target=blank' to homepage and navigation links? #3367Hi,
Check functions.php line number 320 to 322.
Replace with the following code and save: if( $imgUrl != ” ){
echo ‘{image : \”.$imgUrl.’\’, title : \”.( ($imgTitle!=”) ? ‘<div class=”slide-title”><span>’ : ” ).( ($imgHref!=” && $imgTitle!=”) ? ‘<a href=”‘.$imgHref.'” target=”_blank”>’ : ”).$imgTitle.( ($imgHref!=” && $imgTitle!=”) ? ‘</a>’ : ”).( ($imgTitle!=”) ? ‘</span></div>’ : ” ).( ($imgDesc!=”) ? ‘<div class=”slide-description”><span>’.esc_html($imgDesc).'</span></div>’ : ” ).( ($imgHref != ”) ? ‘<div class=”slide-description”><span><a href=”‘.$imgHref.'” target=”_blank”>Read More ›</a></span></div>’ : ”).’\’, thumb : \”.$imgUrl.’\’, url : \’\’}’.( ($i==15) ? “” : “,”).”\n”;
}
Hi Don,
Sorry about it. Can you send us an email with WordPress admin and ftp details we will set up the site and also the social icons bug removed.
Anything else you need from us do write in the email.
Regards,
ShriHi,
1000px width
575px height would be ideal.
-
AuthorPosts