First, gorgeous template, Theme Horse! Two questions:
1) My site title is BrandName TM. TM is the trademark symbol. How can I reduce the TM symbol to a smaller font than BrandName?
2) How can I code the slider image so that a user can click on the image and be taken to the linked page? Right now a user would click the Read Me icon, but the impulse is for users to click on the image instead.
Thank you!
HI tjmarx73,
Could you Email Us your temporary username and password? So that we can find the exact issue. And don’t forget to send this forum link and please don’t post your username and password to this forum.
Thank you!
Hi paul.mills,
We have designed this way. So that the user can view the full image. If we enable the content in the slider then you cannot view the full image properly.
Thank you!
HI Kai,
We have designed our theme this way. If you want to remove the link of contact us then it needs code customisation. Before making changes in the code first of all create a child theme and then only customize the code. So that while updating to new version all your customized code will not be lost.
The link is added in phone number because if the user/ clients want to contact then they can call directly from their cell phone.
Thank you!
Happy New Year!
I have a problem for making a child file.
1. I have used a child directory for Interface Pro Version.
–> interface-pro-child
2. And I have made some child files.
–> head.php and style.css
–> Its no problem.
3. But I couldn’t make a child file for Function.php.
4. If I uploaded the file as a child file in the child directory,
—> I couldn’t load my homepage.
—-> Fatal error: Cannot redeclare interface_setup() (previously declared in /home/hosting_users/mimoonchurch/www/wp-content/themes/interface-pro-child/functions.php:19) in /home/hosting_users/mimoonchurch/www/wp-content/themes/interface-pro/functions.php on line 23.
5. This problem of error code also occurred even if I never modified the file Function.php.
(I mean that occurred the error only making a child file without modifying Function.php.)
6. Can’t I make a child file for function.php?
…Must only to access the original file?
Hi Clare,
Could you once Email Us your temporary username and password. It also must work with 4 image. We will have a look on it.
Thank you!
Hi Danielle,
You subscription might have been expired. So you are not able to post forum topic on related Attitude Pro. For this you need to resubscribe your subscription and get the latest version.
Please email us the temporary username and password so that we will have a look on it. As you are using revolution slider under Our Featured Work
Your <div> and <center> tag is not on proper order. We mean that first it need to be </center> then after </div>tag.
Here is also the issue
<a href="http://hibbshomes.com/contact-us/"><strong>Schedule a Consultation</a></strong></div> where tag must be closed before tag
Please do not share any username and password her in this forum because this forum is visible to all the customer.
Once check all tags and use proper tag before providing us your username and password.
Thank you!
Hi J,
This is not the right way to send your temporary username and password. You need to email us your temporary username and password. So we removed you password and its strongly recommended you to change the password again and provide through email.
You can email us at below email address
Email Us
You have not provided us your Site Url too. Please provide your site Url and this forum link also. So that we can set a dummy content for you.
We will not set you the revolution Slider while adding dummy content. To set the Revolution Slider Go to Appearance > Customizing > Featured Post/Page Slider > Slider Options > Select Slider Type to Revolution Slider and go one step back you will see Revolution Slider Option there you can set the revolution slider that you have created.
And to create the slider please follow this instruction here. http://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Thank you!
Let me try explaining another way.
Right now, each image in the slider is linked to a different page. For each image shown in the slider, clicking the slider will take you to the page associated with that image.
However, if you start to click a little too late and the image changes right under your cursor, you are taken to the page for the next image.
What I want to do is delay the change of the Web link associated with each image. The image would change first, and about half a second later, the link would change. In other words, for the first half-second of displaying a given image, clicking it would still take you to the link for the previous image. That way, if you click just a little too late, and the image changes while you are clicking, you’ll still be taken to the page you wanted. For example, if the image changes every 10 seconds:
___Time___ ___Image and associated link___
00.0 seconds First Image shown; clicking it takes user to First Link
10.0 seconds Second Image shown; clicking it still takes user to First Link (user might have meant to click First Image)
10.5 seconds Second Image shown; now, clicking it takes user to Second Link
Does that make it clearer?
Hi J,
please Email Us your temporary username and password . We will set for you
Thank you!
Hello. I’m finding that when I click on an image in the slider, often the slider starts changing just as I’m clicking, so I end up going to the wrong page — the link for the next slider image, not the one I intended to click. Is there a way to delay the change of the link associated with the slider image so the link doesn’t change until, say, 1/2 second after the image changes? This way, users will be less likely to go to the wrong page because the image changed just as they were clicking.
The site I’m asking about is http://patriciacoughlin.com/ and I’m guessing the theme is Interface from the source code. I am anticipating becoming the new developer updating this site after a meeting tomorrow, and want to be ready to hit the ground running.
Hi marloes,
Yes you can send temporary username and password at above email address we have provide. Don’t post your temporary username and password in this forum.
Send on this below email address
Email on this link
Thank you!
I already removed the template en installed the latest version of the template. This also does not solve the problem. Can I send you the temporary username and password in privat? I think it is not good to send it here in the community.
Ik hear from you.
Beste regards Marloes
Hi marloes,
IF you have not made any code customization then removed theme attitude pro theme from your dashboard and again install the fresh copy of attitude pro theme from your account page and reinstall it again. Remember, while doing it make a backup of theme if you have customised the code. If still your problem is not solve then Email Us your temporary username and password and we will have a look on it.
Please don’t forget to send this forum Url too.
Thank you!
Hi minmoko,
We have already fixed this issues on version 2.0.2, We don’t think that there is deprecated issues in version 3.0.2. As we have tested in our local server too with no issues.
You just do one thing.
Go to theme folder-> inc -> widgets-> interface_widgets.php on line no 131, 201, 310,380, 529,697 remove that all function with this functions function __construct()
For example:-
function interface_featured_image_widget(){
// your code
}
remove above functions with this functions
function __construct(){
//your code
}
After doing it whether your problems solves or not let us know. If you face the same issues please upload your theme at server and Email Us your temporary username and password. We will look over it.
Thank you!