Forum Replies Created
-
AuthorPosts
-
Hey CathySirvatka,
Have you added the video to the WordPress library, or did you just put it on your server? If not, I would upload the video to the WP library via the media link and then use that link as the video src.
Best regards,
Jordan ShannonHi,
I am getting some additional assistance on this at the moment.
Best regards,
Jordan ShannonHey Jason,
Can you provide a link to your site?
Best regards,
Jordan Shannonor if you are comfortable doing this:
On the respective page you could just click Full screen slider > select the image in question > caption tab > and then scroll down to edit the button text.Best regards,
Jordan ShannonHey vincent,
Can you please provide login info so that I can look into this further.
Best regards,
Jordan ShannonHi,
On the post page, look to the bottom right for the “Featured Image” section:
Best regards,
Jordan ShannonHi,
This login worked, but I can’t seem to apply css to the account. Are you able to access the custom.css file in the root files?
Best regards,
Jordan ShannonFebruary 22, 2017 at 10:09 pm in reply to: Make h2 an h1 in full-width image slider only on home page? #750710Hey cyber13,
You can target the homepage h2 via the page-id. If you are able to provide login info, I can look into this further if you still need assistance.
Best regards,
Jordan ShannonHi,
Just to make sure I am understanding the issue correctly, you want to remove the navigation links so you can’t travel between the pages.
Best regards,
Jordan ShannonHi,
I am still not able to get into the admin.
Best regards,
Jordan ShannonFebruary 22, 2017 at 9:43 pm in reply to: Changing the "check out" text in the small cart widget in top right of page. #750690Hey acscreativenew,
Can you please provide the link to the website and login info so that I may look further into this issue.
Best regards,
Jordan ShannonHi,
It looks like I am not able to access your css or functions file to edit so I am limited to what I can do, however if you are able to adding this css block should fix your problem:
h2.post-title.entry-title a{
margin-left: 15px !important;
}
Best regards,
Jordan ShannonHey TiaanFourie,
try adding this to quick css:.portfolio-details-inner{
border:none !important;
}Best regards,
Jordan Shannonand as for increasing the excerpt length:
You can add this on functions.php, at the bottom:
add_filter('avf_masonry_excerpt_length','avia_change_masonry_excerpt_length', 10, 1); function avia_change_masonry_excerpt_length($length) { $length = 100; return $length; }<br><br>Change the $length value to something else. Default is 60. You also use the <!–more–> tag or specify the excerpt on Screen Options > Excerpt metabox.<br>
Best regards,
Jordan ShannonHey Rio1,
Can you provide a link to the masonry page?Best regards,
Jordan ShannonGlad that you were able to get this worked out.
Best regards,
Jordan ShannonHi,
I am being alerted that the password is incorrect
Best regards,
Jordan ShannonHey leesalu,
Can you please privately provide your login information so that I can look into this further? Also, I am not sure what you mean by keylines.
Best regards,
Jordan ShannonHi,
Could you please privately provide the admin info so that I can take a closer look into this?
Best regards,
Jordan ShannonHey Monique,
Please view the below link. I would believe the sidebar is showing now.
http://new.de-starterwebsite.nl/test-page-kriesi-1/Best regards,
Jordan ShannonFebruary 22, 2017 at 7:42 pm in reply to: HELP ASAP – I added some code that has taken down my site! #750616Hi,
Have you added any other custom functions to the functions.php page?Best regards,
Jordan ShannonHey sionlamont,
Can you please provide the link to your site so that I can look into this further?
Best regards,
Jordan ShannonHi,
I logged in and didn’t see any update notifications for plugins. Can you please elaborate on the exact problem so I can properly help you.Best regards,
Jordan ShannonHey FinHenri,
I adjusted the homepage configuration and it seems to have fixed your issues. Please test.
Best regards,
Jordan ShannonHey demarko19,
Where are you adding the code?
Switch to the Text editor and add this to the bottom.
<script type = “text/javascript”>
jQuery(‘.av-masonry-container a’).attr(‘target’, ‘_blank’);
</script>If your using the Masonry Gallery then that will have the custom links open in a new window.
Best regards,
Jordan Shannon- This reply was modified 7 years, 9 months ago by Jordan Shannon.
Hey endanight,
Did you preform any kind of WordPress or theme update that may have caused this issue?
If you have one available, try to restore from your latest back-up.
Best regards,
Jordan ShannonHey aossi,
Can you please provide a link to the site, as well your admin information.Best regards,
Jordan ShannonFebruary 22, 2017 at 6:05 pm in reply to: Making the space between the main nav bar and dropdown smaller. #750569Hey James,
I added this block to your quick css:
#menu-item-35 {
height:90px !important;
}It appears to have fixed your issue.
Best regards,
Jordan ShannonHey cbehen,
You will need a plugin for this functionality as WordPress only displays pdfs as links by default.
The exact plugin you need is PDF viewer:
https://wordpress.org/plugins/pdf-viewer/And here is documentation on how to use it:
http://www.wpbeginner.com/plugins/how-to-add-a-pdf-viewer-in-wordpress/This plugin has great reviews, and 20,000+ installs so I believe it will work out just as you need it.
Best regards,
Jordan ShannonHey YongyanLi,
There is actually an option on the form itself to display a security captcha. The exact option name is Contact Form Captcha. Please see this image for reference:
Best regards,
Jordan Shannon- This reply was modified 7 years, 9 months ago by Jordan Shannon.
-
AuthorPosts