Hello,
I just purchased the Proficia 5.0.5 Theme, but I tried to upload both files- the 5.0.5 Version or the doc.final, none of them seem to work.
The 5.0.5 Version says the file is too big and the doc.final displays a message that the link has expired.
Pro Size.JPG
Pro 5.0.5.JPG
Do you have any documentation on how to update the actual theme?
Thanks.
]]>hi, FYI,
breadcrumbs.php have one issue :
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php echo esc_html__( 'Home', 'proficia' ); ?>
missing </a>
on this line (line 30),
should be:
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php echo esc_html__( 'Home', 'proficia' ); ?></a>
it make <a href="blogurl"></a>
in every end of tag (<section>, <div>, etc)
thanks
]]>Trying out the proficia theme (so far – so good!), but one thing that’s really bugging me is that all headings and page titles become automatically capitalized. Trying to find this in the css, but have only found it for a few H-headers, not for page titles. Could you please advise on how to remove this from the css?
]]>When I view my website, using the Proficia Theme, in the smaller Tablet and Phone sized versions of my website, the website title has disappeared and is replaced by the Proficia theme name.
How can I make this go away/change back to my website title???
This is not helping my brand at all.
]]>