Mirta
Forum Replies Created
-
Ok, thanks for the response 🙂
Hi Cais, the link for the gallery with the issue is on abconmedia.com/client-history
If you could help and get it resolved today, it would be MUCH appreciated!
Thanks
Hi, Cais, thanks for your response, I have just posted the bug report along with the login credentials. Please take a look as soon as you can, and help me solve this, or let me know whether I should look for an alternative plugin, so we could have a working client history page within next 24-48 hours 🙂
Thanks!
@cais – I am not sure what do you mean? I seem unable to edit inserted displays. I have tried to make some changes, but no success.
If I provide you with the login details (via private room or message), would you be able to take a look and maybe point me to what I need to do, or repair it yourself? I am really stuck right now, and need to have it finished ASAP.
My Skype: mirta.didara
Thanks!
Hi, Cais! What can I do to change the settings for the currently inserted displays?
I have
– checked the settings – haven’t found anything that could help me do this; – – bulk edited all galleries, and created new thumbnails for all galleries, cleared the browser cache – the scroll to the top issue is still there 🙁Thanks!
Thanks, I had this set up http://prntscr.com/4sh8qj but the result is still the same.
If you could provide the steps and what else is needed for solving the issue, it would be great 😉 Alternatively, can you recommend an alternative plugin for the gallery, with the lightbox, without scroll-to-the-top issue?
Thanks!
Forum: Plugins
In reply to: [Simple Staff List] How I do pseudo-conditional fieldsI know you aren’t the plugin author, but I thought you might have the idea about that issue as well 😀 Thanks for the code 😀
Forum: Plugins
In reply to: [Simple Staff List] How I do pseudo-conditional fieldsHi webdevmattcrom 😀 This sounds like a potential solution for my issue as well.
What I would like to do is to be able to hide or show an email icon depending on whether the email has been entered or not.
Currently, the code I am using to show the email icon is this:
<!–[staff-email-link]–>
<p class=”staff-name-email”><img src=”http://wildwoodchurchonline.org/wp-content/uploads/2013/09/email-icon.png”/><p>So, it displays on the page like this:
http://wildwoodchurchonline.org/deacons-update/What I would like to be able to do is, if the email for a particular staff member hasn’t been entered, the email icon and the email will not be displayed. If the email has been entered into the Staff Info email field, the page will display the icon linking to the member’s email adress provided in the Staff Info email field.
It would be great if I could have the response within the next 24 hours, as I am quite in a hurry for this 🙂
In any case, thanks very much!
Best,
Mirta
I have resolved the issue, with a help of my friends. Here is what worked:
store-style.css
/* Make room for the heading h1, so it is positioned like other headings on the site */
#main-content #post-2942.post-2942 .entry-content .et_pb_fullwidth_section {
padding: 0;
position: absolute;
top: 119px;
width: 100%;
} /* position the heading h1 and the grey bar below the main nav */#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 1080px; /* make the plugin content aligned with the main nav, h1, and the footer */
margin: 0 auto;
position: relative;
padding-top: 225px; /* position the plugin content below the heading h1 */
}/* Make the map full-width within the container and on the page, but aligned with the header, h1, and the footer */
#map_canvas {
width: 100%;
}For Responsive:
/*——————-*/
/* Responsive styles */
/*——————-*/
/*——————-[1100px and higher]——————*/
@media only screen and (min-width: 1100px) {
/*——————-[1100px]——————*/
#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 1080px;
margin: 0 auto;
}
}/*——————-[980px]——————*/
@media only screen and (min-width: 980px) and (max-width: 1099px) {
/*——————-[1100px]——————*/
#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 960px;
margin: 0 auto;
}
}/*——————-[980px]——————*/
@media only screen and (min-width: 690px) and (max-width: 979px) {
/*——————-[980px]——————*/
#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 690px;
margin: 0 auto;
}
}/*——————-[480px]——————*/
/* For small tablets and phablets with width between 481 and 767 */
@media only screen and (max-width: 767px) {
/*——————-[480px]——————*/
#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 400px;
margin: 0 auto;
}
}/* For iPhones */
/*——————-[320px]——————*/
@media only screen and (max-width: 479px) {
#main-content #post-2942.post-2942 .entry-content .inner_wrap {
width: 270px;
margin: 0 auto;
}
}The plugin should have integrate itself ‘in the sandwich’ between the h1 heading and footer, while in reality. In reality, its html was injected before the main content and the containers with the heading and the footer. On the page, it was displayed as container with the plugin content (inner_wrap) being positioned outside the rest of the layout, at the top left in the main content area, below the main nav, with h1 heading and main footer stacked at the bottom.
I am not sure whether the issue was related to the plugin or the theme, so I targeted the code to the plugin page only.
In overall, I love how the customizability of the plugin, an I would give it a 5-star review. However, the plugin integration gave me a lot of headache (while it should have been ‘plug and play’) and I lost a good deal of time trying to resolve it. Whether it is the theme or the plugin itself (other similar plugins didn’t have such issues with the same theme), I needed a support asap, but I didn’t receive it yet 🙁
This is a great plugin, the code is very readable and customizable. You can check the page here (please ignore the security warning): http://mytest.assetdedication.com/find-an-advisor-gwebpro-3/
Thank you, Jas! I have applied the code and the errors were removed 😀
Forum: Fixing WordPress
In reply to: macedonain languageThis is usually solved through localization of WordPress admin. The easiest way to do this is to install a localized WP version (instead of an English one), found on this site: http://mk.wordpress.org/
Alternatively, you could just take the .po and .mo files and upload them to your ../wp-content/languages folderThe installation will make your admin localized, as well as common theme elements (like posted by, number of comments, etc.)
You might even find a Twelve Fourteen theme completely localized with this package. Should you need, however, to localize your chosen theme further, I would strongly advise to make the child theme first, and make any changes there, so you wouldn’t lose them after the theme is updated.
Hope this helps 🙂
Forum: Themes and Templates
In reply to: Remove Links in HeaderBtw, nice sites ^^
Forum: Themes and Templates
In reply to: Remove Links in HeaderGlad you had figured it out 😀 Cat on the avatar says thanks for the compliments! 😀