Hi, is it possible to make header layout like in this image, where logo is centered (without background color) and navigation is 100% width under it? Thanks!
https://dl.dropboxusercontent.com/u/17092571/sivumalli_4.jpg
Hi Victoria,
Please Email Us your temporary username and password and we will set a demo content for you. Yes you can change/edit the demo content and add yours own.
Please don’t send your temporary username and password to this forum because this forum is public to everyone.
Thank you
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘interface_socialnetworks’ not found or invalid function name in /home/panamaex/public_html/other/class-wp-hook.php on line 298
I use child theme together with latest version of intarface pro 3.0.3
What could be wrong?
I just had the site cleaned of malware but he say he did not touch the themes. All works and worked good, both before and after the malware cleaning but after there are this error message…
What to do?
Best regards
/Fredrik
Hi f.ramser,
Could you provide us your site Url what exactly are you talking about. If you are a Premium user then please post your forum topic at Ambition Pro.
Thank you
Thanks ! With your indication, I finally managed to do what I wanted 🙂
To maybe help other people, I changed the language_selector_flags
function with:
function language_selector_flags(){
$languages = icl_get_languages('skip_missing=0&orderby=code');
if(!empty($languages)){
foreach($languages as $l){
if(!$l['active']){
echo '<a href="'.$l['url'].'">';
echo '<img src="'.$l['country_flag_url'].'" height="12" alt="'.$l['language_code'].'" width="18" />';
echo '</a>';
}
}
}
}
To only show the language that wasn’t active (don’t wanted to show a french flag is the user was actually on the french version)
I placed: <div id="flags_language_selector"><?php language_selector_flags(); ?></div >
at the ligne 223 (in the child theme), like that:
echo '<nav id="access" class="clearfix">';
echo '<div class="container clearfix">';
?><div id="flags_language_selector"><?php language_selector_flags(); ?></div ><?php
wp_nav_menu( $args );
echo '</div><!-- .container -->
</nav><!-- #access -->';
So I had the flag inside the access and container div.
Finally, I used this CSS: `#flags_language_selector {
float: right;
margin-right: 10px;
margin-top: 5px;
}`
to have it at the right of the menu and looking aligned. I add some custom CSS to handle it correctly on the mobile view and I’m done !
Thanks for the help !
Hi admin175,
Could you please Email Us your temporary username and password with your ftp credential.
Also can you provide attitude pro zip file which is hacked and causing this issue? We will try to find whether the issue is from our theme.
Don’t send username and password here as this forum is public to everyone.
Thank you!
Hi puneeth,
Email Us your temporary username and password. We will set a demo content.
Thank you!
Hi Hi Dirk,
As in the review process before one of the WordPress admin says that its not required to add the featured image on single page. Many users also don’t want to display featured image on single page so we did not add this feature on our latest theme. Sorry for this. If you really want to add it then code customization is required. You can create a child theme and then customize the code so that your featured image will also work on single page it you want.
Thank you
Hi nuunander,
1. Menu link color when the users mouse is over it
2. Read more- buttons background and text colors
=> Color Options are available in Pro version with unlimited features. So you can upgrade to Pro version of attitude theme.
3. The article which I use as my front page only shows part of the article. I would like to see the whole article in the front page. Is this possible?
=> Go to Pages-> Create Blog Page -> and select template (blog full content display template) from template section.
Go to dashboard -> settings -> reading -> Choose static page -> Front page: (select blog/article page just you have created in above step)
Thank you
Hi. I need to change few things for my theme and I couldn’t find working answers from the support:
1. Menu link color when the users mouse is over it
2. Read more- buttons background and text colors
3. The article which I use as my front page only shows part of the article. I would like to see the whole article in the front page. Is this possible?
If you could provide me with a css to fix these problems, I would be forever grateful.
Hi lavishcouture,
Our theme supports Forms. However if the plugins have their own style(CSS) there might be some conflict with the forms. So, you need to disable the plugin CSS or you have to add some custom CSS to make more user friendly.
Thank you
Hi INFOYED,
Email Us your temporary username and password with your site Url too. possibly provide this forum link too. We will set a demo content for you.
Thank you
Hi Heath,
Could you please Email Us your site url, temporary username and password. We will once look it. Also make sure you didnot made any code customization in theme.
Thank you!
Hi samberry150,
You can use [bbp-register]
shortcode on your page/post to add user registration. You can also view this link for more detail
Thank you
I have installed BBpress in my site Assignment help i don’t know but how to active user registration feature in my site. Please reply me if anybody know about it.