How can I get the Company address into the header of the invoice etc.?
Left is the logo and right is the company address.
Hope to hear from you soon.
]]>I really don’t know what is causing this problem, but when I deactivate these plugins, WordPress does not send this extra empty email….
Please help!
]]>I am looking to make some changes to my from page that I don’t think I can do without coding.
One I would like my blog post featured image show up on the left with the text on the right with a border around it like It is here: https://www.elegantthemes.com/demo/?theme=PersonalPress
I am using the divi them form elegant themes which I like alot and don’t want to get away from it. so I created a child theme with the hopes of customizing it.
I also want to create a content box like the one seen here: https://www.elegantthemes.com/demo/?theme=DelicateNews
fot featured post. I just don’t know how to get code to put there or where to put it. I am using a blog widget on the home page for the blog post. no static page for blog . so do I have to code it into the widget? Or add custom code to the home page?
]]>I am brand new to coding and wordpress, but am helping a friend amend her www.remarpro.com site – https://www.byappointmentafrica.com (different account to the one I am using to submit this ticket).
We are trying to add a Google Plus icon at the top right of her website header banner, next to the existing Twitter/Linked In/Facebook icons that are there already. In the header.php editor I can see the code for the other 3 social icons that are there already (Twitter,Linked In and Facebook “social-icon-wrappers”), but if I try and repeat the same code but replace ‘facebook’ i.e. with ‘google plus’ or ‘gplus’ or ‘googleplus’ (not sure which one is correct), it just creates a duplicate Facebook icon, but in the correct location and style (so I know I am half on the right track! =)).
The header.php code is:
<header class=”banner container” role=”banner”>
<div class=”row header-main”>
<div class=”col-md-2 col-sm-3 hidden-xs”>
<div class=”header-logo”>
/”><img src=”<?php echo get_template_directory_uri(); ?>/images/logo.png” alt=”Logo” class=”img-responsive”>
</div>
</div>
<div class=”col-md-6 col-sm-4 col-xs-3″>
<div class=”header-title”>
<img src=”<?php echo get_template_directory_uri(); ?>/images/header-title.png” alt=”By Appointment Africa” class=”img-responsive”>
</div>
</div>
<div class=”col-md-4 col-sm-5 col-xs-9″>
<div class=”row”>
<div class=”col-md-12″>
<div class=”header-social-links”>
<div class=”social-icon-wrapper”>
” class=”social-icons twitter”>
</div>
<div class=”social-icon-wrapper”>
” class=”social-icons linked-in”>
</div>
<div class=”social-icon-wrapper”>
” class=”social-icons facebook”>
</div>
</div>
</div>
</div>
<div class=”row”>
<div class=”col-md-12″>
<div class=”header-subtitle”>
Bespoke Recruitment
</div>
</div>
</div>
</div>
</div>
<div class=”row”>
<div class=”col-md-12″>
<i class=”icon-reorder”></i>
<nav class=”nav-main” role=”navigation”>
<div class=”collapse navbar-collapse”>
<?php
if (has_nav_menu(‘primary_navigation’)) :
wp_nav_menu(array(‘theme_location’ => ‘primary_navigation’, ‘menu_class’ => ‘nav navbar-right navbar-custom’));
endif;
?>
</div>
</nav>
</div>
</div>
</header>
Can anyone help/suggest/guide me on the right code duplication (using the existing code that is there) to add in a Google Plus icon?
Thanks!
]]>The slideshow div is position:relative and the text and images on top are position:absolute. If I view my page on a screen with a lower res the footer also gets covered and doesn’t stay down below. I assume this has something to do with the positioning.
]]>All working well except one page: https://www.sparks4growth.com/contact/
This page displays on desktop (all browsers I’ve checked) when I click through from the Home Page –> Click button ‘Start Growing Today’ –> Contact but not on mobile or tablet it simply comes up with:
‘Not Found. It looks like nothing was found at this location. Maybe Try a Search?’
The ‘Contact’ page is written (probably badly as by me not my coders) in HTML and inserting the ‘Contact Form’ from ‘Contact Form to Email’ Plug In.
Code follows does it need to be CSS, if so what would the equivalent code be? Is there a setting I’ve missed? I can provide the page code if that would help?
Many thanks
M
]]>I′m trying to put a social media icon with a link to my social′s profile.
I′m using, for example, this code:
<a link href="www.facebook.com/pasionhandball" target="_blank"><img src="https://www.pasionhandball.com.ar/wp-content/uploads/2015/02/Facebook.png" width='35' height='35' /></a>
But when you click on the icon, you′re being redirected to https://mywebsite.com.ar/www.facebook.com/pasionhandball
and obviously is not working
Anyone have any clue or help or what to do?
]]>